Advertising
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.
Code Snippets this.Wiki
Application Navigation
Navigation - My thoughts on application navigationMy Best Practices
myBestPractices - What I like to do best, RPC Data Tranport, more coming soon.Advertising In GWT
Advertising - Advertising options in GWTEclispe 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 easierDate and Time
gwtDateTime - getting date and time, Timezone, unix timestamp, start and end of day timestampGWT-DND
gwtDND - some tips to using the gwt-dnd libraryMySQL Database Server
project_MySQLConn - MySQL connection, query, update, insert snippetsMicrosoft SQL Database Server
project_MS_SQLConn - MS SQL connection, query, update, insert snippetsSearch Index Indexing
project_IndexingGWTApp - Getting your GWT application indexed
Demos
- Clicklistener / Changelistener Demo - example use using clicklistener and changelistener
- Feedback Dialog Box Demo - I use several widgets and methods to make this example happen. This is a working example. project_MySQLConn
- Urchin Tracker Demo - Google Analytics Urchin Tracker demo. Integrated gwt tracking. See project_UrchinTracker
- History Navigation Demo - History token / anchor tag navigation demo. See project_HistoryAnchor
- Calendar Demo - Calendar date picker demo. I also use it in Habit Trainer / Goal Trainer GWT Application. See project_CalendarWidget
- MySQL/RPC Demo - Example how MySQL and RPC works in GWT. Download the eclipse project for a looksee. project_MySQLConn
Eclipse Projects In Source
Eclipse project I have designed to test gwt structure out.
- Download or view the projects from the Source Tab above.
- Quickly import the projects from source to see example code. (Note: Refer to Eclipse Faqs gwtEclipseFaqs)
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.
- Example War file created from Tomcat War Builder Download War Example
- Check Out the War Builder
MySQL Connection
MySQL JDBC connection example. Connection, Statment, ResultSet
- Wiki Notes and Code Snippets: project_MySQLConn
Login Manager
How you could process user login, keep sessionid in mysql for rpc request load balancing and keep state while user uses gwt.
- Sign in, rpc to server, get unique session id, rpc return back to client, display success or error
- More Info: project_LoginManager
Date and Time
Get java time date (milliseconds), get unix time stamp (seconds), get start and end of day in seconds
- Wiki Notes and Code Snippets: gwtDateTime
Pass Around Widgets
Pass around widgets in an array
- Wiki Notes and Code Snippets: project_PassAroundWidgets
Tomcat War Builder
Deploy your project quickly with this.
- Build, Compile a war file from your gwt project, into a servlet for tomcat
- Wiki Notes and Code: gwtTomcatWarBuilder
- Download an example war file: Downloads
CalendarWidget
CalendarWidget datepicker example - this is real rough
- Wiki Notes and Code Snippets: project_CalendarWidget
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.
- See source for entire project
- Feedback Dialog Box Test - I use several widgets and methods to make this example happen. This is a working example.
Google Analytics Tracking
Using JSNI in your java methods, you can directly send tracking data to google analytics.
- See source for entire project
- Wiki Notes and Code Snippets: project_UrchinTracker
History token / Anchor tag navigation
Using anchor tags and anchor tags with parameters makes your application very flexible with external linking and tracking.
- See source for entire project
- wiki Notes and Code Snippets: project_HistoryAnchor
Rich Text Editor
I am testing rich text editor dialog popup in gwt-linux milestone 2. It has a bug.
- See source for entire project
- project_RichTextEditor
Web Site / Application Advertising
Using different advertising systems.
- Advertising - more about advertising options in GWT





