Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] using introduction at runtime

My application uses spring, wicket.
I want to use  aop to introduce some workflow related concerns to my
dto's.In order to do this I first started with  spring  aop proxy and
becasue DTO's are classes and not interfaces   spring generated CGLIB
proxies.Unfortunately CGLIB proxies are not serilizable and wicket cannot
work with non serializable objects.In order to get around this I started
looking at AspectJ  ,AspectJ at compile time introduces all the interfaces I
want  , but I want to know if aspect J can introduce an advice or add
aparent to a pojo instance ?


-- 
View this message in context: http://www.nabble.com/using-introduction-at-runtime-tp20964360p20964360.html
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top