Tag Archives: GWT

Visual GUI Designer in web browser

I spent some my free time to develop a Visual GUI Designer application using GWT and GEF. Currently, we have almost all basic editing features: Tools Palette Property Sheet Copy, Cut, Paste, Undo and Redo Keyboard shortcuts The demo is … Continue reading

Posted in GWT | Tagged , , | Leave a comment

Invoke GWT RPC services deployed on Google App Engine

SyncProxy allows you to invoke GWT RPC services from pure Java (no JSNI) code. From version 0.1.2, you can invoke your RPC services deployed on AppEngine. This post shows you how to use this new feature of SyncProxy. The service … Continue reading

Posted in AppEngine, GWT | Tagged , , | 4 Comments