• 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

looking for a new stack and sample for my new Spring MVC project

 
Greenhorn
Posts: 10
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Having used Spring MVC, JQuery (AJAX), JSPs 5 years ago and never worked on the front end since then, is there a better stack available now "with good examples" around for quick UI development with following features without worrying about the style so much. I have touched upon JSF, GWT, Velocity, and other frameworks but lack of great user base and hence free online support is a downside for me.

1. DataGrid, dynamic form fields, easy form submission, parsing and support using JSON
2. Compatible with most browsers
3. Great documentation and examples

What about the JSPs replacement?

And finally few end to end examples using this stack?
 
Rancher
Posts: 2759
32
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In one project, we had used Angular(for UI and related business logic)+Jersey(for REST api)+Spring data(for DB access). IMO, this is the best stack I've seen in a while.
 
rad kri
Greenhorn
Posts: 10
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jayesh A Lalwani wrote:In one project, we had used Angular(for UI and related business logic)+Jersey(for REST api)+Spring data(for DB access). IMO, this is the best stack I've seen in a while.



Do you know of any open source projects or samples that use this stack to test or get started?
 
rad kri
Greenhorn
Posts: 10
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Found a couple of samples on github but could not find good books that cover Angular JS with Spring or an example/API driven book. Basically, I want to get started quickly in few hours.
 
reply
    Bookmark Topic Watch Topic
  • New Topic