• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difference framework (Spring,Struts,Hibernate):Need Brief Explanation

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After Completing my OCJP6 now I have prepared to crash OCWCD 5.Now while preparing this exam I have heard a lot about different framework likes Struts,Hibernate and Spring. As Currently working with mobile web apps,I have heard about Spring Mobile which I really interested to work but before go with it,I want to discuss the main differences between these frameworks and as I am a new learner for Spring,I need some good links to start the Spring framework from scratch and able to configure and work from my system .
 
Ranch Hand
Posts: 440
4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you cant compare spring and struts...you can compare spring MVC and struts......spring has a lot more things than just MVC......regardign Hibernate..its is ORM framework....for data persistance....
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring has lot of components like
security, mvc, aop, chain
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since you asked in the Spring forum...

There are many Spring projects encompassing a wide variety of things. For an overview of all of these projects and what they are, this would be a good place to start.

http://www.springsource.org/projects
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic