Re: GWT : Activities and Places AND History

2013-08-03 Thread asif . tmcp
Awesome !!!. Thanks Thomas With your pointers, I have managed to work out the example - it works flawlessly now. thanks once again. :) I read your blog and the related Jira articles as well as the discussion regarding the same in the GWT Contributors group. I can see a lot of thought going be

Re: GWT : Activities and Places AND History

2013-08-03 Thread Thomas Broyer
You shouldn't have several PlaceHistoryHandler: there's only one *history*, so there should be only one thing handling and managing it. That said, I've heard people using nested activities, but it's not been designed with the use case in mind; see http://blog.ltgt.net/gwt-21-activities-nesting-

Re: What's the minimum number of interfaces and classes that I should need to create for a new RpcService?

2013-08-03 Thread Thomas Broyer
On Saturday, August 3, 2013 12:42:54 AM UTC+2, Michael Prentice wrote: > > Currently, I am looking at creating 2 interfaces and 3 classes for every > RpcService. I'm wondering if I can do better before I start implementing a > ton of services. > > >- Interface to extend RemoteService >-