• 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

Need Fast and good learning Spring?

 
Ranch Hand
Posts: 1283
Netbeans IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to learn spring and EJB ASAP ... I know Struts and Hibernate but not have deep knowledge of it.. Does Spring required Struts to learn before it??? I need some good simple and easy languages book from which I can learn both the technologies..plus if you know any online stuff please paste that also...

Thanks

Kaustubh
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kaustubh G Sharma wrote:I need to learn spring and EJB ASAP ... I know Struts and Hibernate but not have deep knowledge of it.. Does Spring required Struts to learn before it??? I need some good simple and easy languages book from which I can learn both the technologies..plus if you know any online stuff please paste that also...

Thanks

Kaustubh



That sounds like a great Google search. ;)

Struts is a web framework. The Spring framework is not a web framework, so completely different. SpringSource does have Spring MVC as a module that is part of Spring that can be used in the web layer and is similar to Struts in that is follows the MVC2 pattern with a Front Controller Servlet called the DispatcherServlet and Controller classes that are similar but POJO based like Struts Action class. So, you should understand the architecture.

Mark
 
Kaustubh G Sharma
Ranch Hand
Posts: 1283
Netbeans IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As you said Spring is not a web framework like Struts..... Also heard it follows 8 layer architecture....So should i learn it separately or as you said the front part is same as struts so I can learn it from keeping struts in mind ?
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kaustubh G Sharma wrote:As you said Spring is not a web framework like Struts..... Also heard it follows 8 layer architecture....So should i learn it separately or as you said the front part is same as struts so I can learn it from keeping struts in mind ?



I'd first learn the core. Creating Beans, starting the Spring Container, AOP, then add data access, then go to the client technologies like Spring MVC.

Mark
 
Rancher
Posts: 377
Android Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,

I have found Spring in Action to be a good book and it covers all the basics with nice examples.
That's where I began with Spring.

Sean
 
Ranch Hand
Posts: 278
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have lot few Spring books but could never find simplest one.
For me best was -
Spring by Example by David Winterfeldt.
You can find tutorials on internet too.Really awesome book.
I think dont start but tech together unless required.
 
Kaustubh G Sharma
Ranch Hand
Posts: 1283
Netbeans IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need book alike SCJP certification from kathy and bert....I only understand easy language my memory is very rusty and i can't remember all technical stuff otherwise I have to carry a technical dictionary with me..
 
It was the best of times. It was the worst of times. It was a tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic