My favorites | Sign in
Project Logo
                
People details
Project owners:
  branflake2267
Project committers:
Keaton.Hansen

Table of Contents

Summary

Example Eclipse Google Web Toolkit projects. These projects are working examples and have been tested before releasing them.

Why

Why do I document? Building my pride and joy: Gone Vertical habit trainer.

Learn By Example

Sample eclipse projects to look at in source. Lookup the code, methods, classes in these GWT eclipse projects to see how I did it. This will help you compare code notes with your project and/or research and development.

GWT 1.6+ Examples

Here is my new 1.6 stuff. I will deprecate the other examples later down the road.
  • GWT on Google's App Engine is so easy to deploy your application
  • This has got to be the coolest, easiest, nicest, way to deploy a web application.
  • I am totally sold on the gwt + app engine.

GWT Example Using Handlers

This project is how I figured out how to use event handlers. One of the harder things for me to grasp given that I was used to the changelistener system.

Math Flash Card

This project is in its infancy, but the frame is working. I plan do dress it up once i get the application logic in place.

Connection Pooling - Tomcat6

Your Own JDO to MySQL - Tomcat6

Join Two Projects Together - Eclipse Projects Join

GWT 1.5- Examples Below This

The stuff below was done in 1.5 GWT architecture. Alot of its still very useful in 1.6.

Code Snippets this.Wiki

Application Navigation

Navigation - My thoughts on application navigation

My Best Practices

myBestPractices - What I like to do best, RPC Data Tranport, more coming soon.

Advertising In GWT

Advertising - Advertising options in GWT

Eclispe Faqs

gwtEclipseFaqs - tips on setting up gwt with eclipse. 32bit JVM with AMD64, External Browser. And More...

Tomcat Setup

gwtTomcat - How to setup tomcat and host your entire project front and back on tomcat.

Quick Tips

QuickTips - Tips that might make the job easier

Date and Time

gwtDateTime - getting date and time, Timezone, unix timestamp, start and end of day timestamp

GWT-DND

gwtDND - some tips to using the gwt-dnd library

MySQL Database Server

project_MySQLConn - MySQL connection, query, update, insert snippets

Microsoft SQL Database Server

project_MS_SQLConn - MS SQL connection, query, update, insert snippets

Search Index Indexing

project_IndexingGWTApp - Getting your GWT application indexed

Demos

Eclipse Projects In Source

Eclipse project I have designed to test gwt structure out.

Clicklistener / Changelistener

Clicklistener and Changelistener watching events widgets. Notify originator widget. Widgets can notify each other.

Basic RPC

Simple rpc example.

RPC Advanced

More advanced rpc example passing an object from server to client.

MySQL Connection

MySQL JDBC connection example. Connection, Statment, ResultSet

Login Manager

How you could process user login, keep sessionid in mysql for rpc request load balancing and keep state while user uses gwt.

Date and Time

Get java time date (milliseconds), get unix time stamp (seconds), get start and end of day in seconds

Pass Around Widgets

Pass around widgets in an array

Tomcat War Builder

Deploy your project quickly with this.

CalendarWidget

CalendarWidget datepicker example - this is real rough

Feedback Dialog Box Widget

Feedback widget gets users feedback. I use clicklisteners, rpc, serialization, mysql, timer and other fun stuff to get this to work.

Google Analytics Tracking

Using JSNI in your java methods, you can directly send tracking data to google analytics.

History token / Anchor tag navigation

Using anchor tags and anchor tags with parameters makes your application very flexible with external linking and tracking.

Rich Text Editor

I am testing rich text editor dialog popup in gwt-linux milestone 2. It has a bug.

Web Site / Application Advertising

Using different advertising systems.

Promoting









Hosted by Google Code