jboss « AOP « Spring Q&A





1. AOP use cases?     stackoverflow.com

I'd like to make a picture of what are the possible cases for effective invovement of AOP in application design. All I have met so far is:

  • logging-related
  • security checks
  • transaction management
  • tweaking of a ...

2. How to use load time weaver in JBoss 6 with Spring 3 for AspectJ?    stackoverflow.com

I tried using AspectJ, Spring 3 and JBoss 6 and ran into the problem that the load time weaving is not working at all. Creating small sample showed that the same ...

3. Unable to proxy a JBossMQ queue in Spring    stackoverflow.com

Spring JMS going against a JBoss 4.x JBossMQ queue (I know, old JBoss, JBossMQ superseded by JBoss Messaging, but I can't change the stack). Everything works when the Spring JMS ...

4. Using Spring AOP on JBOSS    forum.springsource.org

Using Spring AOP on JBOSS Hi I wrote simple spring+hibenrate app on JBoss But i have problems with AOP. I implement AfterReturningAdvice in my advice and use NameMatchMethodPointcutAdvisor. When i call ...

5. Spring AOP not working in ServiceMix@JBoss    forum.springsource.org

Jun 27th, 2007, 07:47 AM #1 okuntze View Profile View Forum Posts Private Message Junior Member Join Date Dec 2004 Posts 2 Spring AOP not working in ServiceMix@JBoss Hi, I am ...

6. Specificities of using Spring in appserver (JBoss) for "business" AOP?    forum.springsource.org

Specificities of using Spring in appserver (JBoss) for "business" AOP? Since the refactoring of the MMI using Spring 2.5 was a success, we're thinking of using AspectJ AOP in the server ...

7. Spring 3.0.0 and JBoss 5 Proxy conversion    forum.springsource.org

Jan 20th, 2010, 12:14 PM #1 gerr View Profile View Forum Posts Private Message Junior Member Join Date Jan 2010 Posts 3 Spring 3.0.0 and JBoss 5 Proxy conversion I've recently ...

8. Using JBoss with Spring and AspectJ    forum.springsource.org

Using JBoss with Spring and AspectJ I have an application in which I'm trying to use AspectJ with Spring(2.5.x) and deploy it in JBoss(4.2.0). AspectJ is integrated with spring and is ...