Hi, I am trying to decide whether to use GWT-RPC or JSON for a new project. We are using a full Java stack (Spring, Hibernate etc), so most people would say it's a no brainer to use RPC. However, one of things I did like about JSON was being able to hit a URL, without loading up the UI, and then verifying the simple JSON string that came back. This saves time if the UI is very complex and takes a good while to load up. Is there any way to do this with GWT-RPC, or does the UI need to be loaded up for testing?
Finally, is it possible to make "client side" unit tests with JSON that extend GWTTestCase, or is this for RPC only? Many thanks for any input. -- 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.
