• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Spring Framework features and advantages?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am new to this Spring framework and as i came to know from some previous posts that it has so many advantages over struts.
But i guess all the advantages are related to easy development and maintanence.Is there anything in spring framework which is good performance wise or are there any other features which i can count as advantages over struts and should migrate my existing struts app. to spring framework.
One more question Does this Spring framework has components like JSF?
Please if somebody can list down Spring framework features for me that would be really helpful for me to make my decision.

Thanks a lot
Anshu Dureja
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rod Johnson wrote an introductory article some time ago that was published at TSS. Have you read that already?
 
Author
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anshu,

The basic featureset of Spring is:

* Inversion of Control container
* AOP
* Data Access integration (JDBC, JDO, Hibernate, OJB)
* J2EE integration (EJB, JMS, JNDI)
* Spring MVC framework
* Extensive MVC view support (JSF, Tapestry, JSTL, Velocity, JasperReports, Excel, PDF)
* Remoting (JAX-RPC, Hessian, Burlap)
* Enterprise Services (Transaction management, pooling etc)

There are a few more features than this, but this is the main list.

Rob
 
What a stench! Central nervous system shutting down. Save yourself tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic