Google App Engine - Spring, MySQL & AngularJS

395 views
Skip to first unread message

Mvs Prasad

unread,
Dec 3, 2015, 9:56:24 AM12/3/15
to Google App Engine

If we use Google App Engine to deploy on Google cloud with the following technology stack – Is Google App Engine will support all these.

        Core Java

        Spring Framework 4.X

        Spring Boot

        Spring REST and HATEOAS

        Spring Data (JPA)

        Spring Scheduler

        MySQL

        Bootstrap + HTML5

        AngularJS

Adam

unread,
Dec 4, 2015, 5:48:15 PM12/4/15
to Google App Engine
You might want to take a look at the App Engine docs which may answer some of your questions. You may find that App Engine may replace some parts of this stack and others may not work well or at all. For example, you'll likely need to use Task Queues and Cron Tasks instead of Spring Scheduler. Running Spring Boot on top of App Engine is largely redundant and there are other issues which require workarounds. For Spring Data, App Engine provides its own EntityManagerFactory and JPA implementation.

You have access to managed MySQL instances in the form of Google Cloud SQL. Spring Framework and Spring Rest are known to work, and you will have no problems with any JavaScript frameworks like Bootstrap or AngularJS.

Cheers,

Adam
Cloud Platform Support
Reply all
Reply to author
Forward
0 new messages