javagoogle-app-enginegwterrai

Errai support for the GAE platform


Based on this JIRA issue:

https://issues.jboss.org/browse/ERRAI-68

GAE Support for Errai is not feasible.

Is it not really feasible or there is a way to workaround:


Solution

  • I am able to run Errai on the Google AppEngine Flex environment with no issues, however I am not using 100% of the Errai Framework. Even though erraiframework.org states that the latest version (4.0.0.Final) runs on JEE7, I had to compile with Java 8 to get it working properly (classes such as Marshalling are compiled in Java 8), hence the AppEngine Flex environment and not Standard.

    This list (found here: https://developer.jboss.org/thread/233098) is also very helpful to see what AppEngine may support, and what it will not. Items with "no server dependency" should work because it's mostly client/GWT related libraries.