one of the things that is great about RequestFactory 2.1.1, is support for end-to-end testing (client to server calls), without the need to use GWTTestCase. this is very important. because GWTTestCase is very slow, I have a very powerful machine, but it is still very slow, similar to JavaEE in-container testing.
However with the 2.1.1 release, there are many helper classes that facilitate testing, inside JRE, you get instant results. Isn't it wonderful ? you get to test all the way from Client to Server, Asynchronous calls, fetching data, all from JRE ! perfect for Integration/System testing. I just hope to see some documentation, and basic samples, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
