gwtXPDownloadsBlog

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

    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.

    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

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