I want to build an application on a PaaS architecture, and I have started some tutorials on Google App Engine. Since I haven't worked with such an architecture before and I have worked with the following: AngularJS, Java REST API, JSP, Maven etc.
What's the best way to implement an AngularJS application on Google App Engine with java as the backend-language? Are there any good tutorials out there to get me started? I don't care about the technologies, as long as it's a draft to "start the engine" of my project.
Thanks in advance, Alex
I'm looking for the same information and so far have found the following:
A paper by google, describing how AngularJS ca benefit from App Engine Endpoints: https://cloud.google.com/developers/articles/angularjs-cloud-endpoints-recipe-for-building-modern-web-applications/
Hello World sample code: https://github.com/Sfeir/hello-world-oauth2-endpoints-angularjs
Sample code for guestbook app: https://github.com/GoogleCloudPlatform/appengine-angular-guestbook-java