Learn how to configure your application to share sessions between GAE instances. You will learn how to properly configure Spring Security with Spring Boot in GAE due to JVM restrictions. This article builds upon the configuration shown in How to: Secure your RESTful Application - Part 2.
java spring spring-rest google-app-engineWhen using Google App Engine, you have the a new REST framework available at your disposal - Google Cloud Endpoints. Unfortunately, it's not meant for use with Spring Beans. This article shows you how to tweak Google Cloud Endpoints and make them instantiate as Spring Beans.
java spring google-app-engine google-cloud-endpointssubscribe via RSS