• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Spring Module Usage

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
I am learning spring and find it too big . I want to know which of following are mostly used modules of spring and must to know to work with Spring .

Spring Core,
Spring Context,
Spring DAO,
Spring ORM,
Spring AOP,
Spring Web,
Spring MVC,

As per my analysis most of current applications using Spring as middletier means using it COre,Context,DAO,ORM mostly and AOP little bit for Transaction only and MVC and web are least used instead prefered integration with JSF,Struts.

Need to know from you guys whats your exp/observation say ??
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's mostly Spring Core (Also known as Spring IoC container) which is mostly used. Other modules used with IoC are Spring MVC and may be Spring DAO.
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have got the order right. First four are more popular.
 
gopal venu
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI Arluk ,I am big fan of yours i am using your book for preparation.
regarding my query if If i learn above 4 with self taught projects ( I know struts as web framework) Can i say i know Spring and I can work upon ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic