Archive Page
This page contains archive files. For latest one, check our Home page
You may be interested in our gwtXP – an open source project to develop GWT applications.
gwtXP
gwtXP is a markup language for GWT allowing developers to develop Web applications in XML.
- Declarative UI elements: <g:label text=”User Name:”/>
- Declarative data binding: <g:textBox text=”${user.name}”/>
- Declarative handler: <g:button text=”Search” onClick=”#{searchByUserName}”/>

Diagram shows basic concepts of gwtXP
Examples and demo
License
gwtXP is a open source product. It is released under Apache License version 2.0.
GWT SyncProxy
GWT SyncProxy allows you to access/invoke GWT RPC service methods from pure Java (non JSNI) code.
Thus GWT SyncProxy can be used in Java client to access to GWT RemoteServiceServlet.
See this post for how to use GWT SyncProxy to test RPC services without using GWTTestcase.
Bean Properties Editor (beanped) for JDeveloper 11g
beanped is an extension allows you edit your bean properties.
See this post for how to install and use beanped.
gwtDeveloper
gwtDeveloper is a GWT visual editor/designer for JDeveloper 10g.
gwtDeveloper provides visual editing environment to help with developing with the Google Web Toolkit (GWT) in JDeveloper.
Download gwtDeveloper from our downloads page.
Please note: It works on JDeveloper 10g only.
gwt4xul
gwt4xul helps you to build XUL applications in GWT. It is here for archive purpose only.
With OOPHM in GWT version 2.0, you can develop XUL more elegant. See Using OOPHM to develop XUL applications


