Wednesday, December 24, 2014

Re: compile to java 5 target bytecode, server side GWT(?)

Just an idea, and just for curiosity, using a Gwt 2.7/2.6 application with 2.4 libs on the backend.. Is going to work?

If you use GWT-RPC then most likely not. GWT-RPC has a version number and it is likely that the version has been incremented between GWT 2.4 and 2.6/7. So you must use a matching gwt-servlet.jar on your server side.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment