quarks
quarks

Reputation: 35276

Using Apache Click with GWT

What is the best way to use Apache Click (http://click.apache.org/) with GWT?

The concept of "Page" with Click is what really interest me.

Upvotes: 0

Views: 209

Answers (1)

SurfMan
SurfMan

Reputation: 1803

Although these frameworks look the same, they are very different. Apache Click has pages concepts where you generate HTML, while GWT uses Activities/Places and generate JavaScript. These two can not be combined.

Upvotes: 0

Related Questions