Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Examples for com.google.gwt.app.place from GWT 2.1

Tags:

java

gwt

The com.google.gwt.app.place package is new in GWT 2.1 which came out yesterday. Do you have any example on that API? How do I effectively use it? The GWT samples does't help at all.

like image 453
Christian Ullenboom Avatar asked May 20 '10 13:05

Christian Ullenboom


1 Answers

I've seen Place used is in the scaffolding generated by the GWT plugin for Spring Roo.

If you want to generate a quick app to take a look:

start the roo console

>project --topLevelPackage com.testapp.test
>gwt setup

Then have a look at the generated code in the com.testapp.test.gwt.scaffold package.

like image 170
chickeninabiscuit Avatar answered Nov 13 '22 03:11

chickeninabiscuit