GWT RPC GWTTestCase + GUICE 2.0
问题 Im trying to create an app with the GWT on the front end and GUICE on the backend served on the Google App Engine. I have created a very simple app using the example setup http://stuffthathappens.com/blog/2009/09/14/guice-with-gwt/#comment-49355 The app works fine, however I wanted to add some unit tests for the GWT RPC calls. I am trying to use the GWTTestCase as below: `public void testContactMessageService() { ContactMessage message = new ContactMessage(); message.setName("Jeff"); message