资源 
描述
资源地址
AJAX Developer SuiteAJAX Developer Suite is a powerful suite for building real-time AJAX applications. It integrates the best tools in one single package. Using ADS you can quickly start building rich internet applications including games and chat-based software. rubynetwork.svnrepository.com
Ajax for Java developers: Exploring the Google Web Toolkit articleIn this article, I'll run through creating a simple GWT application to fetch a weather report from a remote Web API and display it in the browser. On the way, I'll briefly cover as many of GWT's capabilities as possible, and I'll mention some of the potential problems you'll come across.www-128.ibm.com
Ant task for GWTAn Ant task which can compile GWT modules into javascript without having to hardcode module names in build.xml. Using the task, it’s possible to generate javascript for a set of modules using a single task. Plus, it’s a little faster when compiling more modules, as it doesn’t have to restart the compiler completely every time. Released under GPL.braindump.dk
Cellular Automaton exampleCellular Automaton example.www.psigenics.co.uk
Drag-and-Drop with the Google Web Toolkit articleAdding drag-and-drop to your applications is easy and straightforward with GWT. This article will show you how to implement d-n-d and will then continue with a more detailed discussion of event handling in Google’s API.nubgames.com
Getting started with Google Web Toolkit articleI've written an introductory article over at ZDNet It's similar to the "getting started" guide Google provided except it goes into the Eclipse side of things a bit more.blogs.zdnet.com
Google Web Toolkit blogWe are excited to finally release Google Web Toolkit to the world today. We are going to use this blog to publish official updates, GWT tips and tricks, and notify the GWT developer community of new releases. The easiest way to be notified of changes to GWT is to subscribe to our Atom feed.googlewebtoolkit.blogspot.com
Google Web Toolkit forumThe official Google Web Toolkit (GWT) developer discussion group. GWT lets you build AJAX apps in the Java programming language.groups.google.com
Google Web Toolkit on Mac OS X articleThis 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.www.xml.com
Google's Innovative Yet Limited AJAX Environment: GWT articleGoogle's recent foray into delivering an Ajaxified Web application stack says much about Google's pragmatic method of delivery.ajax.sys-con.com
Googlipse Eclipse plug-inAn Eclipse plug-in for Google Web Toolkit (GWT).sourceforge.net
GPokr exampleI love the GWT. I built a poker server with it. gpokr.com, test it! www.gpokr.com
GWT Component LibraryCollection of open-source widgets for Google Web Toolkit.gwt.components.googlepages.com
GWT Drawing ExampleSelect a tool, select a color, click a point followed by another. The Ellipse and Rectangle tools take two points, a top-left and bottom-right corner. With the Polygon tool you may select multiple points, then close the polygon by clicking near the initial point.gwt-widget.sourceforge.net
GWT Example ProjectsGWT examples packaged with the GWT SDK.code.google.com
GWT Home PageHome page for the Google Web Toolkit, created by Google.code.google.com
GWT Small GuideA very small guide for developing dynamic application using GWT at the client side and PHP & MYSQL for the server side.angel.hurtado.googlepages.com
GWT Studio IDEA plug-inSimplifies development of Web applications using Google Web Toolkit. GWT Studio provides actions to create different elements of GWT application, GWT specific inspections and quick fixes, integration with GWT compiler, specific run configuration for starting and debugging GWT applications from IntelliJ IDEA, basic refactorings, GWT native methods support using the IntelliJ IDEA JavaScript editor. GWT Studio is still on the early research stage but most probably, it will become core function of IntelliJ IDEA 6.0 (Demetra).jetbrains.net
GWT Widget LibraryThe goal of this site is to promote the use of both GWT and the GWT Widget Library by supplying documentation, articles, and example code.gwt-widget.sourceforge.net
GWT4WTP Eclipse plug-inI have created a project at javaforge (www.javaforge.com) dedicated to the development of GWT tools using Eclipse platform and related technologies. The project supports integration with Eclipse WTP for server backend development in java with WTP and/or related tools.www.javaforge.com
Hangman exampleA demonstration of Google's GWT technology.octagonsoftware.com
Implementing SameGame using GWT article and demoThis article is a short introduction to GUI programming using the Google Web Toolkit. What I hope you will get out of this is a slightly more structured approach to putting together a user interface with GWT. You will be introduced to a useful design pattern for constructing interfaces, to some of the basic widgets and layout mechanisms, and to using CSS to refine the look of your application.nubgames.com
IRC Channel for GWTThere is an IRC channel for GWT. The channel is ##GWT on the freenode network (chat.freenode.net).chat.freenode.net
Javadoc for GWTI've posted GWT javadocs in the standard format on my web site. Created with the protected access level option (default and private access members are not shown). www.asquare.net
Jump Start Your AJAX Development with the Google Web Toolkit articleAn article on getting started with the Google Web Toolkit.google.wikia.com
Kickstarting Google Web Toolkit on the Client Side articleThis quick-start tutorial aims to translate some of the knowledge gained from my monkeying about with GWT into a useful text which will get other developers up and running quickly. To keep things nice and simple, we'll focus on only client-side matters. But fear not--you'll be surprised by what GWT can do without continual feeding via server round-trips.today.java.net
Metadot Java Dashboard applicationMetadot Java Dashboard (MJD) is open source software allowing organizations to provide their users with a personalizable homepage like the well known My Yahoo or Google Personalized Homepage. It is developed in Java and the Google Web Tool Kit which provides a rich user experience, all AJAX based.www.javadashboard.org
Mortgage calculator exampleWe've created a GWT based mortgage calculator for our real estate website Colorado HomeFinder (www.COhomefinder.com). Development notes can be found in Dan's blog (www.mooreds.com/weblog).www.mooreds.com
myNetImagesAn ambitious photo-sharing application built with GWT (according to the Google blog).www.mynetimages.com
NetBeans project template for Google Web ToolkitTomas Zezula from NetBeans team has created a project template for Google Web Toolkit. I've been playing with it and it gives you basic support you need for GWT. You can create a new GWT project (as a web application) and the wizard prepares the directory structure for you. By running the application Google's SDK is launched and you can run your application.blogs.sun.com
Openfount GWT toolsThe Openfount Google Web Toolkit (GWT) tools provide the following functionality: XML, SOAP, Crypto, Base64, Amazon S3, Amazon Simple Queue Service, and SOAP classes for the Openfount Queued Server. www.openfount.com
Real-world Experience with Google Web Toolkit (GWT) interviewI spoke with Michael Podrazik of Grassroots Technologies, a consulting group based in New York City. Through his work with Grassroots, Michael has been using the Google Web Toolkit (GWT) for a new web application currently under development. In the following interview I asked him to communicate his own experiences with this product in an attempt to help others currently considering the GWT.www.oreillynet.com
Soduko Solver exampleA Soduko Solver written in GWT.www.asquare.net
Spring GWT controller snippetHappily copy & pasted from the GWT RemoteServiceServlet. Place either in com.google.gwt.user.server.rpc or make the following classes public: ServerSerializableTypeOracle, ServerSerializableTypeOracleImpl groups.google.com
SVG Component ExampleThis example shows off most of the functionality built into the first release of the SVG components.gwt-widget.sourceforge.net
TicTacToe exampleA small tic-tac-toe application that can serve as a simple example of a 100% client side application developed using GWT. One "feature" is that it used the RoundedPanel by Bouwkamp - which is a joy to use. Simple and efficient.www.digitalfanatics.org
Unofficial Google WikiThe Google Web Toolkit (GWT) is a AJAX developer tool from Google. It is target for Java Developers. You write the GUI in Java with the GWT API. Then you transfer it to DHTML and JavaScript with a Compiler. The runtime library is licensed under the Apache 2.0 license. The Compiler is licensed under a proprietary license.google.wikia.com
Using Google Web Toolkit (GWT) and NetBeans for Building AJAX Applications (lab)This hands-on lab takes you through the basics of using Google Web Toolkit for developing AJAX-based web applications. This document is designed to get you going as quickly as possible.www.javapassion.com
VistaFei for GWT IDEVistaFei for GWT is a visual Integrated Development Environment (IDE) for building AJAX apps based on Google Web Toolkit (GWT) for all AJAX-enabled platforms. Applications are built by "drag & drop" from a Palette (see picture on left) on the basis of What You See Is What You Get. VistaFei is a visual feature-full Java development environment geared towards apps development based on GWT. Applications are developed in Java then compiled and debugged using GWT Compiler and Debugger, and launched to a browser all from within same environment.www.wirelexsoft.com
Web Links from Develop In JavaA new collection of links listing tutorials and information about the Google Web Toolkit has just been added to www.developinjava.com.www.developinjava.com
Working with the Google Web Toolkit articleGWT is, in essence, a JavaScript generator. The interesting thing is what this JavaScript is generated from: Java. GWT takes Java code written against a special API and converts it into browser-runnable Ajax code.www.onjava.com
Xzajo's WeblogXzajo's Weblog.blogs.sun.com


关于我们|  Java和所有Java-based 的商标和徽标是Sun Microsystems,Inc.在美国和/或其他国家或地区的商标或注册商标| 闽ICP备05011699号