GWT Pleso framework
GWT Pleso Framework is a high-level framework based on GWT for creating visual AJAX database front-end user interfaces
ODB-UI prototype
A prototype of user interface for object or semantic databases
ODB-UI prototype Demo
Follow the link to view demo: http://gwt.org.ua/demo-odb-ui/ Check out little usage help below.
This demo reflects our ideas in creating visual web interface to work with semantic data. It's still prototype, that misses a lot of functions and made to show a way of possible UI implementation.
This is static demo, no server-backend yet. It's build using GWT (sure, could we have published something else on this site?), but we've used also Dojo GFX to draw connections between nodes. It's little tricky part - it uses vector graphics: SVG for Firefox, Safari and VML for InternetExplorer.
Tested on Firefox 2+, IE6+.

Little help usage
- Usual node - first row - title, in middle - toolbar and body text below
- Toolbar - edit node, delete node and create tool (usage example below)
- Folded node - to fold/unfold node press on icon in title
- Node in edit mode - you could change it's title and body
- Toolbar in edit mode - you could save or cancel changes you have made
- Connection toolbar - it shows, when you mouse pointer over a middle of connection, you could delete connection or change it's colour

How to create new nodes and connections
Drag-n-drop
icon to create new connections or nodes. If you'll release mouse button on spare place - a new node will be created there, if you'll release on existing node - would be created a new connection between nodes
Also take a look on:


