appengine-modules-sample-java icon indicating copy to clipboard operation
appengine-modules-sample-java copied to clipboard

App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project

Results 14 appengine-modules-sample-java issues
Sort by recently updated
recently updated
newest added

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.