Posts by gledson85 • 23 points
2 posts
-
1
votes1
answer318
viewsQ: Is there a framework to assist in the authentication process when using Google Appengine?
I don’t want to use the app session. Would Spring Security be the only option? In this case it would be a SPA app.
-
1
votes1
answer47
viewsA: App Engine - version problems
If you are using Eclipse you need to go to Project / Properties / Project Facets and change the Java version to 1.6 or 1.7 and then go to Project / Properties / Java Compiler and change the compiler…