Friday, October 29, 2010

Code for sample Contacts application out of date

I downloaded the Contacts application from webpage "Large scale
application development and MVP" (http://code.google.com/webtoolkit/
articles/mvp-architecture.html
). It seems that this is somewhat out of
date. For example, it makes use of HandlerManager which according to
the Javadocs is deprecated. Also, when I try to run the application in
development mode, I get this exception:

com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
This application is out of date, please click the refresh button on
your browser.

I played around with this a bit and the problem may be due to an old
version of gwt-servlet.jar being included with the project.


Since this is a significant piece of new functionality, i.e. MVP, is
there any chance that this application will be updated soon,
especially the downloadable project?

Really looking forward to learning the new MVP framework. Thanks

Chuck

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment