Re: HelloMVP sample with JUnit TestCase example?

2010-12-06 Thread Rod
Is there an example of this anywhere? Has anyone rewritten HelloMVP using GIN - and posted it? I am completely unfamiliar with GIN so a concrete example would be immensely useful! Again, are there any examples of this with Unit tests in place as well? My most driving reason for pursuing this

HelloMVP sample with JUnit TestCase example?

2010-12-02 Thread Rod
I am new to GWT development and have written a simple app based upon the HelloMVP sample. I was drawn to this model for A) MVP design with code/UI separation, B) simpler unit testing not requiring GWTTestCase. My Activity class is somewhat more involved than the sample program, but not hugely.

Re: HelloMVP sample with JUnit TestCase example?

2010-12-02 Thread metalhammer29a
It would be a good idea to use GIN, therefore relieving you from having to pass clientFactory around. as your application grows, GWT MVP development is very cumbersome without GIN. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post