Restlets with Google App Engine, Java Server Pages, (JSP's), and Shiro authentication
Posted
by DutrowLLC
on Stack Overflow
See other posts from Stack Overflow
or by DutrowLLC
Published on 2010-04-05T21:01:41Z
Indexed on
2010/04/05
21:03 UTC
Read the original article
Hit count: 358
I'm having difficulty integrating Restlets into my project.
I'm using google app engine (GAE) and I also have some java server pages (JSPs) set up. The JSP's never seem to work at the same time as the Restlets, should I only be using one or the other in GAE?
I'm also using Shiro (formerly Ki, formerly JSecurity) and I have been unable to get Restlets to work with Shiro's filter for authentication. Are there any issues in particular that I should be aware of? What are other people using to secure restlet apps on GAE? Is Shiro overkill if I just need authentication and some role-based authorization?
Thanks so much!
Chris
© Stack Overflow or respective owner