1. CompileTime weaving of AnnotationBeanConfigurerAspect forum.springsource.orgCompileTime weaving of AnnotationBeanConfigurerAspect Hi! I've read a number of examples and documentation on how to inject domain objects with services using Spring 2.0 AspectJ. I've been managing to do this ... |
2. Before advice for AnnotationBeanConfigurerAspect forum.springsource.orgBefore advice for AnnotationBeanConfigurerAspect Hi all, I've been trying to integrate wicket with spring using the @Configurable annotation. Wicket components are serialized/deserialized to/from the session so it's nice that AnnotationBeanConfigurerAspect supports ... |
3. 2.5.2 AnnotationBeanConfigurerAspect readResolve Warning forum.springsource.org2.5.2 AnnotationBeanConfigurerAspect readResolve Warning I have just followed the enhancements to Domain Object Dependency Injection Features as documented in the Spring Source Team Blog (http://blog.springsource.com/main/20...ction-feature/). However, when I implement Serializable within ... |
4. AnnotationBeanConfigurerAspect with multiple Spring-based components forum.springsource.orgAnnotationBeanConfigurerAspect with multiple Spring-based components I use independent Spring application contexts to manage reusable independent libraries for specific domains (e.g. identity management). Each "domain" may have its own Hibernate SessionFactory with ... |
5. Automatically enable AnnotationBeanConfigurerAspect by |