I am looking at tapestry-spring-security now. I have one question though, 1. If I do not use hibernate but JDBC, then what AuthenticationProvider should be? Should it be OK with daoAuthenticationProvider? How is about if I am using OpenJPA instead of Hibernate?
public static void contributeProviderManager( OrderedConfiguration<AuthenticationProvider> configuration, @InjectService("DaoAuthenticationProvider") AuthenticationProvider daoAuthenticationProvider) { System.out.println("AppModule: contributeProviderManager"); configuration.add("daoAuthenticationProvider", daoAuthenticationProvider); } Thiago H. de Paula Figueiredo wrote: > > Use Tapestry-Spring Security instead of Tapestry-Acegi: > http://www.localhost.nu/java/tapestry-spring-security/ > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > ----- B Amigo:super: -- View this message in context: http://www.nabble.com/Tapestry5-acegi%2BTapestry5-5.0.18%2BSpringSecurity-2.0.4-tp21709580p21712999.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org