-
Jan 18th, 2011, 07:31 AM
#1
Advantage of Spring 2.5.4 over Spring 1.2
Hi all,
I am new to this forum I would like to know the advantage of Spring 2.5.4 over Sptring 1.2. As we are currently using Spring 1.2 version nd wants to upgrade it to Spring 2.5.4.
Please do the needful.
Thanks in advance.
-
Jan 18th, 2011, 07:59 AM
#2
Hi Balkeshwar,
3.0.5.RELEASE is the current production release. If you read the change logs you'll see that so many defects fixes and new features on latest releases.
Using an older version of spring framework will cause incompatibility issues with other spring projects (i.e. Spring security 3 needs spring framework 3).
Amila Domingo
-
Jan 18th, 2011, 09:15 AM
#3
RE: Advantage
Use of annotations for
dependency injection
Automatic detection of components
New support for JSR-250 annotations
@Resource
@Postconstruct
@Predestroy
-
Jan 19th, 2011, 12:08 AM
#4
Re:Advantage of Spring 2.5.4 over Spring 1.2
Hi All,
As our client wants to stick with Tomact 5.0 and JDK 1.5 so using Spring 3.0 for developing the new application and meanwhile also making the other application which are developed in Spring 1.2 and currently in production making them run smoothly would be possible.I mean to say that there could be any issue arising while migrating.
As the code developed with Spring 1.2 is running smoothly with Spring 2.5.So will the same thing would be case with Spring 3.0.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules