GWTiger - Getting Started

Table of Contents

  1. Install Google Web Toolkit
  2. Install GWTiger Framework
  3. Run the sample application
  4. Use GWTiger in your application

Install Google Web Toolkit

Download and install Google Web toolkit version 1.4.10 or above from here.

Install GWTiger Framework

  1. Download GWTiger Framework from here
  2. Unzip or Untar the package. The package contains full source and a sample application that demonstrates most of the features.

Run the sample application

  1. The sample application is in the samples/GWTigerDemo folder
  2. Edit the GWTigerDemo-compile.cmd and GWTigerDemo-shell.cmd files and change the path to gwt-user.jar and gwt-dev-*.jar files.
  3. Run the sample application. The Login name is "gwtiger".
  4. View the source files for the sample to see how few lines of code are in there to get such an application

Use GWTiger in your application

  1. Edit your compile and shell files and add gwtiger.jar to the classpath
  2. Edit your applications *.gwt.xml file and add a line <inherits name='org.gwtiger.gwtiger'/>
  3. Copy the source files from the sample application to your application and start using it
  4. Please remember that the entry class for your application should extend froom BaseEntryScreen