firstthumb
firstthumb

Reputation: 4744

How to develop GWT widget?

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?

Upvotes: 4

Views: 1706

Answers (4)

Rasmus Ersmaker
Rasmus Ersmaker

Reputation: 11

You can try out the Gxt Gantt, built on the Ext GWT framework. Gxt Gantt 2.0

Upvotes: 1

iftee
iftee

Reputation: 369

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.

Upvotes: 0

codingfloor
codingfloor

Reputation: 813

This tutorial covers how to create a GWT module:

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

Upvotes: 3

Nick
Nick

Reputation: 1340

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

Upvotes: 2

Related Questions