Archive for the ‘GWT’ Category

Internationalization (I18n) – GWT

Introduction
Internationalization (i18n for short) is the process of adding a framework to support different national languages to your program. Localization (l10n) occurs when you use that framework to customize the program for each language. National language support is only going to get more important over time as internet usage grows in countries like China, India, [...]

Continue reading »

GWT SmallTalk

Source: http://gwtsmalltalk.wordpress.com/

GWT Smalltalk (GST) is an implementation of the Smalltalk language which runs in web browsers.
It is built using the Google Web Toolkit (GWT) and is deployed on the Google Application Engine (GAE).
GST is designed to be used as development environment for the creation and maintenance of web-application clients. The GST server-side component supports GAE [...]

Continue reading »

GWT – 2D Graphics

2D graphics/multimedia library via HTML canvas

Demo
http://gwt-g2d.appspot.com/
Source
http://code.google.com/p/gwt-g2d/
gwt, canvas, game, media, 2d, g2d

Continue reading »

GWT Library

Demo version can be seen here: http://www.future-earth.eu/gwt/calendar/MainDemoApp.html
Source : http://code.google.com/p/ftr-gwt-library/

Continue reading »

GWT ENT – A Reflection, AOP, HTML template, UI Binding, Validate(JSR303) framework and JPA annotation Emulation for GWT

A Reflection, AOP, HTML template, UI Binding framework for GWT.
This project aims to make it easier to do what you want to do with GWT, now, the fllowing things have been contained in our project:
Reflection
Reflection for GWT, Support reflection of the following elements:

annotation
class
field
method
constructor(constructor.newInstance()) [...]

Continue reading »

GWT Portlets

This page has moved to
http://vinaytechs.blogspot.com/2009/09/gwt-portlets.html
Sorry for any inconvenience caused!

GWT Portlets is a free open source web framework for building GWT (Google Web Toolkit) applications. It defines a very simple & productive, yet powerful programming model to build good looking, modular GWT applications.
The programming model is somewhat similar to writing JSR168 portlets for a portal [...]

Continue reading »

Ajax File Uploader for javascript users

GWTUpload is a library for uploading files to web servers, showing a progress bar with real information about the process (file size, bytes transferred, etc). It uses ajax requests to ask the web server for the upload progress. It has two components written in java, the server side with servlet and utility classes, and the [...]

Continue reading »

GWT-cs: GWT application construction with Spring

GWT-cs is a GWT module that allows developers to construct their GWT client side code using Spring IoC. It combines the powerful features of deferred binding and generator from GWT and inverse of control from Springframework, so that developers can define their application structures not only of their server code, but also of their client [...]

Continue reading »

Debug Panel for GWT Developers

Check out an online example of the Debug Panel, check out the example’s source to see how easy it is to use or check out the Google Code project for more information.

Continue reading »