App Engine Modules Project using maven and Java

76 Views Asked by At

I want to create an App Engine Modules project using maven in Java basically for frontend and backend instance.

For that I don't have any idea of module project structure as well as archetype of the module app engine project.

1

There are 1 best solutions below

0
On

The docs walk you through creating an App Engine module using Maven. If you use the appengine-skeleton-archetype archetype, Maven will create the directory structure for you.

If you're using Java for all of your modules (hint: you don't have to), you will want to create a Maven module corresponding to each of your App Engine modules.

The App Engine modules documentation explains how to configure your modules.