Results 1 to 2 of 2

Thread: Advising non spring-managed Beans

Hybrid View

  1. #1

    Default Advising non spring-managed Beans

    Hi,
    In our app we have Form Beans which are not maintained by Spring application context. They are infact instantiated using new operator in JSF backing bean for every request. Now i have a need to advice the methods. how can i do this. can this be done using Spring AOP or aspectJ

  2. #2
    Join Date
    Nov 2007
    Posts
    420

    Default

    can't use Spring AOP, you have to use AspectJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •