Spring 2.5 « Annotation « Spring Q&A





1. Spring 2.5 Annotations And WizardController    forum.springsource.org

Hi, I'm testing the spring 2.5 annotations, and I've already got AbstractController, SimpleFormController and CommandControllers to work with annotations config. But I'm having some problems to make a WizardController to work. ...

2. Spring 2.5 Annotations Support    forum.springsource.org

Stevie, some of the annotations are already supported: e.g. support for component-scan and corresponding annotations is supported since version 2.0.1. Furthermore we do support the @Required annotation. But I guess you ...

3. Some newbies question about the annotation based feature in 2.5    forum.springsource.org

Some newbies question about the annotation based feature in 2.5 Hi, My understanding of spring(at least before the new 2.5 annotation features) and one of its advantage is that I can ...

4. Help with Spring 2.5 annotation    forum.springsource.org

Help with Spring 2.5 annotation Hello, I have class like this: public class PersonManagerImpl extends GenericManagerImpl implements PersonManager { GenericDao personDao; public PersonManagerImpl(GenericDao personDao) { super(personDao); this.personDao = ...

5. Remoting with annotations in Spring 2.5    forum.springsource.org

6. Upgrade to Spring 2.5 using Annotations    forum.springsource.org

Upgrade to Spring 2.5 using Annotations Hello everybody. I'm trying to update my Spring application to 2.5 (using annotations) and i have a few questions: - I'm using SimpleUrlHandlerMapping with abstract="true" ...

7. Spring 2.5 @annotation Lazy Loading    forum.springsource.org

Spring 2.5 @annotation Lazy Loading Hi all, I tried recently to switch one of my controller from xml-based configuration to annotation based config. Now I am facing the LazyInitializationException (it seems ...

8. Spring-Annotation vs. Spring 2.5    forum.springsource.org

Not sure, but this might have been a pre-2.5 thing when Spring didn't have the annotation support it now has. Spring 2.5 was realeased 2007-11-19; Sounds about the same time the ...