• 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

Is it worthy learning Spring nowadays?

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even if you don't have projects that use Spring?
 
author
Posts: 422
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Obviously, I'm biased, but...

Despite some claims to the effect, Spring is not legacy. Spring is as alive and well today as it ever has been...even more so, perhaps. Spring addresses several concerns that aren't addressed (at least not adequately) elsewhere, such as social and API integration, security (Spring Security outshines and integrates with all other Java security options), WebSocket/STOMP, big data, non-relational databases, reactive programming, etc, etc. And, although my book only barely touches on the subject, Spring Boot has made Spring an even more attractive platform to develop applications with.

So yeah...if you don't have any projects that use Spring, it's still worth learning Spring. There's a wealth of awesomeness and we're still cranking out more awesome stuff all the time. (In fact, just today I published: https://spring.io/blog/2014/10/22/introducing-spring-sync).

Ferdinand Victorinus wrote:Even if you don't have projects that use Spring?

reply
    Bookmark Topic Watch Topic
  • New Topic