Projects tagged ‘google’, ‘gwt’, and ‘java’


Jump to tag:

Projects tagged ‘google’, ‘gwt’, and ‘java’

Filtered by Project Tags google gwt java

Refine results Project Tags ajax (7) framework (4) javascript (4) tatami (3) drawer (3) diagram (3) uml (3) class (3) uml2.2 (3) googlewebtoolkit (2) mvc (1) googlecode (1)

[8 total ]

164 Users
   

Google Web Toolkit (GWT) is an open source 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 ... [More] 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. [Less]
Created over 3 years ago.

4 Users

AcrIS is modern framework serving as a base for applications, web sites and portals. It provides various tools and libraries to ease daily development. Synapso is using AcrIS as a platform for building dynamic web sites.
Created 7 months ago.

2 Users

Now using gwt trunk gwtuml is a gwt application to easily draw UML diagrams. Current version is still a bit experimental. You can check out the current bleeding edge demo and earlier ... [More] version in the links below /!\ If you have already been there don't forget to clean your brower cache or you won't see any changes (Under firefox just make a Ctrl+F5 on gwtuml page) You can take a look to the javadoc and the google code wiki in the links below [Less]
Created 11 months ago.

0 Users

This project is an interesting example of an application built using the Google Web Toolkit (GWT). Kelly and Miguel spent a Sunday afternoon prior to their tutorial at EclipseCon 2007 developing an ... [More] instant messenger web application. The source for Chattr is available in the Downloads section, and you can either get the 'complete' app version, or a version that is 'working.' The latter was intended for those people who were following along at the tutorial. More about GWT, in case you're unfamiliar: GWT is an open source Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler translates your Java application to browser-compliant JavaScript and HTML. To get started, download GWT. [Less]
Created about 1 year ago.

0 Users

Developer's GuideGoogle Web Toolkit (GWT) makes it easier to write high-performance AJAX applications. You write your front end in the Java programming language and GWT compiles your source into ... [More] highly optimized JavaScript. This Developer's Guide covers the information you need to know to build an application using Google Web Toolkit (GWT). [Less]
Created about 1 year ago.

0 Users

To browse the Google Web Toolkit (GWT) source code, visit the 'Source' tab. If you have isolated a problem or want a new feature to be included in the Google Web Toolkit (GWT), please submit an ... [More] issue. Make sure to include all the relevant information when you submit the issue such as: GWT version Browsers used (with version number) One line of issue summary and a detailed description And any workarounds if you have them. The more information you provide, the quicker the issue can be verified and prioritized. A test case (source code) that demonstrates the problem is greatly preferred. If you are interested in contributing to GWT, please read the Making GWT Better guide. The Google Web Toolkit code includes some other libraries that are licensed under terms other than Apache 2.0. This includes some code under the Mozilla Public License, Eclipse Public License, and LGPL. A full list is available here. Non-Apache code in the repository is denoted by COPYING files. - The Google Web Toolkit Team [Less]
Created about 1 year ago.

0 Users

Google Checkout HTML API utilities: button generators and utilities using the Google Checkout HTML API.
Created about 1 year ago.

0 Users

GWT-MVC project's aim is to create a layer on top Google Web Toolkit's widget library capable of implementing Web 2.0 RIAs in easier and more conceptually guided way based on Model-View-Controller ... [More] (MVC) architectural and design pattern. MVC can be decomposed into observer design pattern in case of relation between Model and View. The view observes (listens to) the model for changes and updates itself according to changes. View does not directly change model state but use the controllers. Project Goals: Easy to read controller History Tokens Managment Test Driven Development Hierarchical MVC [Less]
Created about 1 year ago.