0

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.

Gilberto
  • 893
  • 1
  • 13
  • 28
quarks
  • 33,478
  • 73
  • 290
  • 513

1 Answers1

0

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.

SurfMan
  • 1,685
  • 12
  • 19