Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

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
 
Now I am super curious what sports would be like if we allowed drugs and tiny ads.
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic