-
Any Spring Framework success story
We are planning to move from a Messaging/c++/tuxedo/Sybase client library based large back end application to java based application with JMS/web services /JDBC in the mix. Alternatively I came across the Spring Framework and very much keen on exploring this option. I was wondering if any one has a success story to share using Spring Framework.
Thanks
Raees Uzhunnan
-
check out the spring forum.
for me, i used it with my development team on a previous project(large enterprise project..), the framework makes writing testable code easier due to the pattern is supports which is Dependency injection, and Inversion of control...VERY lightway, u use only parts of it what you want, however it has a alot of code that takes care of 'plumbing' code, ..for example hibernate,etc..
ive used sprign 1.2.x, but i hear spring 2.0 is even better because it uses annotation.
-
Hi
Please check this presentation:
http://www.bejug.org/confluenceBeJUG/display/PARLEYS/Voca%2C+a+Spring+case-study
VOCA, a Spring case-study
by Nick Masterson-Jones and Rod Johnson
at SpringOne 2006
Also, here is a list of some of the Spring users too:
http://www.springhub.com/component/option,com_weblinks/catid,36/Itemid,56/
Thank you
Slim Baltagi
http://www.SpringHub.com
-
Thank U for link, Slim.
It was very cool presentation. :)
But, there was very little said about Web Tier except basic concepts.