Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Spring Rich Overview

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can our guest Spring authors provide an overview of the Spring Rich Client? I have only seen one-liner descriptions to date. Thanks in advance.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Spring Rich is a full-blown rich client platform that allows you to use Spring just like you would in a web application. More importantly, Spring Rich itself uses Spring internally, making it a very good choice if you need to create a Swing-based application that reuses your Spring beans.

Another amazing feature is the data-binding support, which greatly simplifies declarative implementation of data-bound controls on your forms. Validation is naturally included in the framework, just as i18n.

Spring Rich is quite a complex project, easily beating Spring MVC, but once you get started with it, you will find that it is very easy to use.

Jan
 
reply
    Bookmark Topic Watch Topic
  • New Topic