|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.richclient.samples.vldocking.app.SimpleVLDockingApp
public class SimpleVLDockingApp
This application provides a very simple introduction to the Spring Richclient platform. It is intended to highlight the common models for working with the platform (including configuration and runtime access to platform services) and how to organize the basic pieces of an application using the platform.
This sample provides an implementation of a trivial address book. Trust me when I say trivial :-) It has no persistence, no security, and no complex business logic. The focus of the sample is how to work with the Spring Rich platform, not about how to build a great address book.
Other samples will introduce more complex topics like user management (security), alternate page/view layouts, complex data binding, remoting, etc.
The Spring Rich platform relies on the Spring project to manage the application context with all the associated benefits it offers.
A start at the Spring Rich Client documentation can be found on the wiki.
Spring project
,
Spring Rich Wiki
Constructor Summary | |
---|---|
SimpleVLDockingApp()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Main routine for the simple sample application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleVLDockingApp()
Method Detail |
---|
public static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |