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.
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.



