Although Stripes 1.5 does not directly support a Spring factory, you might
want to build your own. In Stripes 1.5 you can configure your own custom
Action Bean factory with the ActionResolver.class parameter in the web.xml
(see:
http://www.stripesframework.org/display/stripes/Configuration+Reference#Conf
igurationReference-RuntimeConfigurationProperties ).

-----Original Message-----
From: Frank Pavageau [mailto:frank.pavag...@gmail.com] 
Sent: Friday, 01 July, 2011 11:43
To: Stripes Users List
Subject: Re: [Stripes-users] Aspecting action beans.

With Stripes 1.5, your only options are to use either compile-time or
load-time weaving, in which case an ActionBean is a regular class and can be
advised seamlessly. With Stripes 1.6, since you'll be able to instanciate
the ActionBeans through Spring, you'll be able to use Spring AOP as well.

Frank



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to