gwtXPDownloadsBlog

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}”/>

gwtXP_Diagram

Diagram shows basic concepts of gwtXP

Examples and demo

See the examples and demo.

License

gwtXP is a open source product. It is released under Apache License version 2.0.

Read gwtXP document

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.

Bean Properties Editor Screenshot

See this post for how to install and use beanped.

Share and Enjoy:

  • Google Bookmarks
  • Twitter
  • Facebook
  • Digg
  • Technorati
  • Live
  • DZone
  • Reddit
  • del.icio.us
  • Mixx
  • Netvibes
  • StumbleUpon
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • email


Recent Comments:

  • Colin: @Piotr Szaranski: I had the same issue with authentication, and I also was looking for...
  • Ora Finona: This is a bit off discussion, which I apologize for, but would you and your readers...
  • Amos: First, thanks for some great software. This is great to have. Here are collection of notes...
  • Peter Frankmann: Hallo zusammen, Sehr gute Beiträge. Danke dafür. Werde wohl noch öfters mal...
  • Trung: SyncProxy depends in gdata java client, thus download it from code.google.com Hope this...