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
Demo of vector graphics in browser on GWT+Dojo
Posted by: Nazar Leush - 03.04.2008, 01:42Tags: demo, dojo, gwt
We received a few requests to share experience of using vector graphics in the interface. This is quiet simple task, so as example we publishing little demo. It has documented code and developed on GWT using Dojo library to maintain SVG (VML) graphics.
First of all look at the demo:
http://gwt.org.ua/demos/gwt-dojo-drawdemo/DojoSimpleDemo.html
In sources you can find:
- inclusion of dojo.js;
- creating gfx surface on the page;
- base classes for working with DojoX entities (gfx, shape, color, stroke);
- example of wrapper for circle shape;
- comments on classes and their members;
- demonstative usage of designed classes - animated colored circles.
If you are interested - download project archive for Eclipse. For correct work with project under Eclipse you need to configure variable GWT_HOME as described in our previous publication.
Demo in action
.jpg)
Read also:
Development on GWT with Eclipse in team


