org.springframework.richclient.samples.vldocking.app
Class SimpleVLDockingApp

java.lang.Object
  extended by org.springframework.richclient.samples.vldocking.app.SimpleVLDockingApp

public class SimpleVLDockingApp
extends Object

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.

Author:
Larry Streepy
See Also:
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

SimpleVLDockingApp

public SimpleVLDockingApp()
Method Detail

main

public static void main(String[] args)
Main routine for the simple sample application.

Parameters:
args -


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.