POJO « AOP « Spring Q&A





1. publishing PropertyChangeEvents with POJO using AOP    forum.springsource.org

publishing PropertyChangeEvents with POJO using AOP Hi, I have to enable my simple POJO's used with Spring/Hibernate to publish property changes. One way would be to use PropertyChangeSupport for the POJO's ...

2. Proxied POJOs and inheritance problems    forum.springsource.org

Proxied POJOs and inheritance problems Hi, I'm having trouble with proxied objects. I have a POJO A1 that inherits A. When I retrieve an object A1 from my DB via A's ...

3. Simple POJO instrumenting using AspectJ - is it supposed to work?    forum.springsource.org

Simple POJO instrumenting using AspectJ - is it supposed to work? Hi. I'm trying to get a really simple(?) AspectJ project to work - but so far no luck. The following ...