App Engine Web Project

Built Using Gradle and Deployed to Google App Engine (GAE) with Gradle GAE Plugin


This is a very basic web project that simply calls a servlet that writes a string to output stream. The functionality isn't the focus, the project is just to show the basic setup required to develop a web project using the following:


The Eclipse GAE pluign - http://code.google.com/eclipse/ - was not used to create this project since the layout differs from the default Gradle web app project layout. While the Eclipse GAE plugin offers support for running the app in the local GAE dev server, the Gradle GAE plugin - https://github.com/bmuschko/gradle-gae-plugin - also offers support for this so the Eclipse GAE plugin is not required for developing this app.


Tests


Configuring the Application

Running the App

headline