Category Archives: AppEngine

Blogs about Google App Engine

Apache Shiro on AppEngine

Apache Shiro Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. Authentication: Support logins across one or more pluggable data sources (LDAP, JDBC, Kerberos, ActiveDirectory, etc). Authorization: Perform access control based … Continue reading

Posted in AppEngine | Tagged , , , | 2 Comments

Invoke GWT RPC services deployed on Google App Engine

SyncProxy allows you to invoke GWT RPC services from pure Java (no JSNI) code. From version 0.1.2, you can invoke your RPC services deployed on AppEngine. This post shows you how to use this new feature of SyncProxy. The service … Continue reading

Posted in AppEngine, GWT | Tagged , , | 4 Comments