appengine-modules-sample-java
appengine-modules-sample-java copied to clipboard
App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project
I have been having this issue of creating a project with modules one for backend processing and one for the web front , however i keep getting this AppConfigException about...
It's bad practise to publish an example without the Gradle Wrapper because there might be compatibility issues between Gradle versions.
It would be nice to have a more complete example that isn't just a hello world. The current modules sample doesn't expose the dispatch.xml configuration that actually doesn't work at...
The same configuration that works for backends doesn't work with modules: myTaskOptionsInstance.header("Host", ModulesServiceFactory.getModulesService().getModuleHostname("mymodulename", modulesApi.getDefaultVersion("mymodulename")) please show in the sample how to schedule tasks to modules.