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

The com.google.gwt.app.place package is new in GWT 2.1, which was released yesterday. Do you have any example in this API? How can I use it effectively? GWT samples do not help at all.

+7
java gwt
source share
1 answer

I saw that Place is used in the forests created by the GWT plugin for Spring Roo.

If you want to create a quick application to watch:

run the roo console

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

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

+1
source share

All Articles