• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Any suggestions for learning Spring?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Spring is just a few months away, but I want to learn it now.

I'm currently learning servlets and jsp, and I've not completed it yet. But I want to incorporate Spring learning journey alongside my current learning topics.

Any suggestions...
Any Book recommendations...
Any thought on how would you embark upon a trek, learning servlets, jsps and spring all at the same time...
Any idea of the 24 hr time-table you would design for this task...
Any idea of how would you do this before the new year's eve...

Any anything else you want to include...

 
Bartender
Posts: 15741
368
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you considered the official site yet?
 
Tanish Goyal
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.

Do you mean the official Spring documentation site..?

No, because I thought it would be too formal for a beginner, and moreover, I've never experienced learning a language looking at the official doc.

It sounds an interesting approach though.

Thanks.

 
Sheriff
Posts: 17734
302
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Spring is not a language; it is a Java-based framework.

2. You can buy a book on Spring and go through it. Spring Boot in Action and Spring in Action are two books about Spring that walk you through the creation of a Spring-based application. There is also a MEAP livebook where you can submit your work at various stages of development for evaluation. Check out Manning.com for some good references on Spring.
 
Bartender
Posts: 1159
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll still say have a browse of the Spring Documentation.  
It's always well written, accurate, and up to date.    
 
Tanish Goyal
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Junilu Lacar wrote:1. Spring is not a language; it is a Java-based framework.

2. You can buy a book on Spring and go through it. Spring Boot in Action and Spring in Action are two books about Spring that walk you through the creation of a Spring-based application. There is also a MEAP livebook where you can submit your work at various stages of development for evaluation. Check out Manning.com for some good references on Spring.



Thank you so much for those book recommendations.
 
Tanish Goyal
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Peter Rooke wrote:I'll still say have a browse of the Spring Documentation.  
It's always well written, accurate, and up to date.    




It's been the popular suggestion, thank you.
 
Stephan van Hulst
Bartender
Posts: 15741
368
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tanish Goyal wrote:I've never experienced learning a language looking at the official doc.


You really should. Rarely* have I found a better source for learning a popular language or framework than the official site. Spring's official site is also full of quick start guides and tutorials and samples. It should be more than enough to get you going.

* "Learn You A Haskell" is a great exception.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic