org.springframework.richclient.samples.showcase
Class ShowcaseMain

java.lang.Object
  extended by org.springframework.richclient.samples.showcase.ShowcaseMain

public class ShowcaseMain
extends Object

This is an archetype application using the Spring Richclient platform.

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
ShowcaseMain()
           
 
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

ShowcaseMain

public ShowcaseMain()
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.