Showing posts with label gwt. Show all posts
Showing posts with label gwt. Show all posts

Tuesday, November 11, 2008

Build an Ajax-enabled application using the Google Web Toolkit and Apache Geronimo

A four parts article from developerWorks

Part 1: Run compiled Google Web Toolkit applications on Geronimo
Part 2: Integrate your Ajax apps with a back-end MySQL database using a servlet

Monday, August 4, 2008

Project Kaiser | GWT Project

Project Kaiser™ is web-based project management software. It is free for 3 users. In contrast to other solutions, Project Kaiser™ is not only issue tracker, but also a powerful set of instruments for working with projects of any size and difficulty. Project Kaiser™ is all-sufficient and comfortable in use.

Project Kaiser online

Friday, November 23, 2007

GWT Case Study - QueWeb

QueWeb is an Open Source web-based Customer Care solution based on Google Web Toolkit GWT.

A great GWT based application anyone must take a look. Online demo is available (login: demo, pswd: demo).

Tuesday, September 18, 2007

Take a legacy path to advanced GWT controls

The Google Web Toolkit (GWT) provides libraries and tools that let you develop Ajax applications in the Java™ programming language. Unfortunately, GWT's standard gallery of UI controls (widgets) doesn't provide the advanced features that modern enterprise applications require. This article shows a technique that addresses this deficiency. Find out how to give GWT controls advanced functionality with relatively simple coding by integrating a popular JavaScript grid component with a GWT application.
read the article at developerworks

Monday, August 6, 2007

Better GWT by extension

Two projects hosted in google code gives GWT a much better UI.

gwt-ext
GWT-Ext is a library that integrates Ext with GWT.

gwt-yui-ext
GWT API library to support yui-ext within the GWT framework. This library allows you to freely mix GWT widgets/panels etc with yui-ext elements.
Grid

I like gwt-ext grid with inline editing support

Friday, July 6, 2007

Some Recipes to Improve Your Google Web Toolkit Development

from "JavaWorld":
According to Google's announcements on the GWT home page, GWT makes writing AJAX applications easy for developers "who don't speak browser quirks as a second language". Starting with version 1.3.RC in December 2006, GWT is 100% open source under the Apache 2.0 license; at the time of this writing we have version 1.3.3 as a stable release. The heart of the toolkit is its GUI library with the Java-to-JavaScript compiler, the asynchronous remote procedure call (RPC) and object serialization mechanisms, and the full debugging support for client and server-side code when working with an IDE like Eclipse or IntelliJ's IDEA
read the article at javaworld

Sunday, July 1, 2007

Google Web Toolkit Tutorial

This article describes the development of a simple Ajax application on Mac OS X using GWT and familiar Java tools, such as Apache Ant, the Tomcat 5.0 servlet container, and the IntelliJ IDEA integrated development environment (the latter is a commercial IDE). The article assumes some knowledge of Java and Ant.

Read the article