GWT Library for Enterprise Application Development using Google Web Toolkit
Getting Started with GWTiger
Table of Contents
- Install Google Web Toolkit
- Install GWTiger Framework
- Run the sample application
- 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
- Download GWTiger Framework from here
- Unzip or Untar the package. The package contains full source and a sample application that demonstrates most of the features.
Run the sample application
- The sample application is in the samples/GWTigerDemo folder
- Edit the GWTigerDemo-compile.cmd and GWTigerDemo-shell.cmd files and change the path to gwt-user.jar and gwt-dev-*.jar files.
- Run the sample application. The Login name is "gwtiger".
- 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
- Edit your compile and shell files and add gwtiger.jar to the classpath
- Edit your applications
*.gwt.xmlfile and add a line
<inherits name='org.gwtiger.gwtiger'/> - Copy the source files from the sample application to your application and start using it
- Please remember that the entry class for your application should extend froom BaseEntryScreen
