views:

480

answers:

3

I want to develop my GWT Widget. This widget draws Gantt chart and has drag - drop property. It will be simple form of Deskera

Where can I start to develop this widget? Any advice?

+2  A: 

Take a look at gChart and maybe look at the source too. Good example of a custom widget.

Nick
+1 just because I didn't know about this widget, and now I want to use it on my web page.
Don Branson
yea, I've used it a few times. Really easy to add in the component.
Nick
+3  A: 

This tutorial covers how to create a GWT module:

http://developerlife.com/tutorials/?p=229

codingfloor
Looks helpful, thanks.
Firstthumb
A: 

You can develop the chart purely in java using google web toolkit. Or if you have any exsting javascript for your chart you can use this with the HTML control from GWT.

iftee
Thank you iftee
Firstthumb