Results 1 to 2 of 2

Thread: JSF spring and AOP

  1. #1
    Join Date
    Aug 2007
    Posts
    21

    Default 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...

  2. #2

    Default

    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
  •