-
Mar 5th, 2008, 01:57 AM
#1
JSF spring and AOP
Hello
From few months I'm making application where main JSF component is Tree. I'd like to rebuild and simplify what I have and use aop paradigm to communicate TreeNodes with TreeBean
I think that would be great if I could detect in TreeBean when method click of one of TreeNodes is used. Main problem for me is that TreeNodes are created dynamically and aren't managed by spring IoC controller. As I saw all aop examples I can't find how to get access from applicationContext to dynamic objects like this TreeBeans. Please help me to find solution, I think that I should use some type of Spring Object Factories to access them...
-
Mar 6th, 2008, 03:45 PM
#2
load time weaving might be an option for this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules