Re: is BasicPlace still available?

2012-10-19 Thread Piotr Sobczyk
Yeah, I was confused by this unclear doc too. Maybe this sentence in docs should be slightly changed not to confuse users anymore? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: is BasicPlace still available?

2011-03-05 Thread Kathiravan Tamilvanan
Yeah it looks like they meant the user to create the basicplace. thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

is BasicPlace still available?

2011-03-04 Thread Kathiravan Tamilvanan
http://code.google.com/webtoolkit/doc/trunk/DevGuideMvpActivitiesAndPlaces.html#Places explains we can extend BasicPlace if the place does not maintain any state. I couldnt find that class in GWT 2.1.1 or GWT 2.2 -- You received this message because you are subscribed to the Google Groups

Re: is BasicPlace still available?

2011-03-04 Thread David Chandler
The doc is a bit unclear. It's up to you to create BasicPlace. It would look something like this, but I haven't tested it. import com.google.gwt.place.shared.Place; import com.google.gwt.place.shared.PlaceTokenizer; public class BasicPlace extends Place { public class BasicPlaceTokenizer