Google Web Toolkit
|
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatibilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.
Read The Full Review.
|
Contributions
 |
FeaturesEdit
- Dynamic, reusable UI components
Create a Widget by compositing other Widgets. Lay out Widgets automatically in Panels. Send your Widget to other developers in a JAR file. Really simple RPC - To communicate from your web application to your web server, you just need to define serializable Java classes for your request and response. In production, GWT automatically serializes the request and deserializes the response from the server. GWT's RPC mechanism can even handle polymorphic class hierarchies, and you can throw exceptions across the wire.
- Browser history management
No, AJAX applications don't need to break the browser's back button. GWT lets you make your site more usable by easily adding state to the browser's back button history. Real debugging - In production, your code is compiled to JavaScript, but at development time it runs in the Java virtual machine. That means when your code performs an action like handling a mouse event, you get full-featured Java debugging, with exceptions and the advanced debugging features of IDEs like Eclipse.
Browser compatible - Your GWT applications automatically support IE, Firefox, Mozilla, Safari, and Opera with no browser detection or special-casing within your code in most cases.
- Interoperability and fine-grained control
If GWT's class library doesn't meet your needs, you can mix handwritten JavaScript in your Java source code using our JavaScript Native Interface (JSNI).
SamplesEdit
vxcvbxcv fhfhfg xxxcr gfer t
hoy oyooi yo
Related LinksEdit
CompetitorsEdit
No input file specified.
|
Related Projects 
|
- Backbase AJAX for Struts
Backbase AJAX for Struts is a complete AJAX - Struts programming framework build on top of any Struts and Eclipse which Pre-build AJAX-Struts components - BZByte EZAjax
BZByte EZAjax is an open-source Ajax Web framework that enables rich UI for Web applications with no JavaScript or other nonsense - SmartClient AJAX GUI System
SmartClient is the cross-platform AJAX GUI system chosen by top commercial software vendors,
on-demand service providers, and enterprise IT developers for thousands of deployments since
2000. SmartClient provides a complete application stack, from rich, skinnable, extensible GUI
components to declarative databinding and SOA integration, paired with a mature, searchable
documentation suite and integrated tooling. SmartClient AJAX applications run on Internet
Explorer, Mozilla, Netscape, Firefox, and Safari web browsers, on Windows, MacOS, Linux, and
Solaris. A Java integration server is provided, and SmartClient can also be integrated
directly with any XML or JSON-based service without need of a server. Visit SmartClient.com
for hundreds of live examples, browseable documentation and a downloadable SDK. - Javeline Platform
Javaline is an open source Java & Javascript platform - Backbase AJAX Java Edition
With the Backbase AJAX Java Edition you can quickly build attractive AJAX applications with JavaServer Faces (JSF). Backbase takes care of all the AJAX plumbing and integrates this elegantly within Eclipse, which can be used for development, debugging and deployment. The Backbase software enables Single Page Interfaces to avoid full page refreshes, and creates the best possible user experience. - SWATO
Swato is an opensource framework that help you develop your webapps easier via
|
Discussion

|
|
|
|
|