2008/7/26, Mario Arias <[EMAIL PROTECTED]>:
>
>  I only work Aspects with Spring, so possibly this isn't your case, but in
>  Spring only that classes that are managed with the Spring Framework are able
>  to have aspects.
>
You can also put AspectJ aspects on objects not managed by Spring. But
to do that, "run/instanciation time weaving" is not enough, you need
to use "compile time weaving" or "load time weaving". You can place
aspects on Hibernate objects for example.

Nonetheless, I would use Stripes Interceptors instead of Aspects...

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to