What's new? | Help | Directory | Sign in
Google
                
How to join?
Project owners:
  branflake2267

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 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