Keep in mind that Tynamo's security package is Apache Shiro (http://shiro.apache.org/) with additions that make it easy to work with Tapestry. If you want something that isn't Tapestry specific, take a look at Shiro by itself.
If you are wanting other Tapestry options, look at: http://code.google.com/p/tapestry-addons/ http://www.localhost.nu/java/tapestry-spring-security/ There is also Spring Security: http://static.springsource.org/spring-security/site/ Mark On Wed, Jun 1, 2011 at 2:40 PM, Lenny Primak <lpri...@hope.nyc.ny.us> wrote: > Thanks guys I'll definitely look at tynamo security. > There is a lot of homegrown code in our implementation that feels like it > should be a part of a framework that's already been written. I guess that > tynamo security is that framework. > > Anything else I should be l should be looking at in this space? Perhaps not > necessarily tapestry related? > > > On Jun 1, 2011, at 2:11 PM, "Thiago H. de Paula Figueiredo" > <thiag...@gmail.com> wrote: > >> On Wed, 01 Jun 2011 14:33:47 -0300, Lenny Primak <lpri...@hope.nyc.ny.us> >> wrote: >> >>> My current project is to refresh a client's web site using tapestry. The >>> web site currently uses JSP. We have a JEE/web service backend that uses >>> JPA/EJB3.1 which we will continue to use. >>> We now have a JEE based authorization service API based on plain method >>> calls now. >>> What we want is to keep the current login scheme and add LDAP and possibly >>> Facebook ID and openid. >> >> For using Facebook ID and OpenID, check >> http://tynamo.org/tynamo-federatedaccounts+guide. Beyond that, I can't see >> why using the existing API in Tapestry would be different from your existing >> code, besides that Tapestry templates don't allow code (scriptlets). I'd >> suggest you to build some components to encapsulate common scenarios >> (something like a IfUserHasPermission component), maybe a couple mixins, and >> using the ComponentRequestFilter and/or RequestFilter pipelines for >> cross-page logic. >> >> -- >> Thiago H. de Paula Figueiredo >> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and >> instructor >> Owner, Ars Machina Tecnologia da Informação Ltda. >> http://www.arsmachina.com.br >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org