Results 1 to 2 of 2

Thread: spring aop

  1. #1

    Default spring aop

    what is the jar files required if we are working spring aop?

  2. #2
    Join Date
    Jul 2010
    Location
    Venice, Italy
    Posts
    709

    Default

    spring-aop-<version>.jar, spring-aspects-<version>.jar, aopalliance-<version>.jar... plus, if you use annotated @Aspect Spring AOP style, the AspectJ jars (aspectjrt-<version>.jar etc.)...or just use Maven and you'll get all the dependencies automatically configured correctly!

Tags for this Thread

Posting Permissions

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