Thursday, July 31, 2014

Compiling GWT with Java 8 compiler, but keeping GWT code to only use Java 6 constructs - possible?

I'd like to upgrade my project to Java 8.  We use GWT 2.0.3.

I have read the updates about full support of Java 8, and understand that to fully support it, the GWT code generator needs to support all Java8 features. 

However, what I need is a bit different I am happy to freeze the code UI code that interacts with GWT to only use Java6 constructs, so I don't need the code generator to support Java8 features.  

Is this possible?   I.e. to get my project compiled with Java 8, if the GWT code is only using Java 6 features.  

Would love to hear some opinions, as well possibly an update on the full Java 8 support timelines.   I saw that there is a fork that tried to move along this path.  

Thanks,

Jean


--
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