Em Mon, 16 Mar 2009 22:43:02 -0300, iberck <ibe...@gmail.com> escreveu:

Hi, I'm developing an application based on tapestry5 and spring security 2.0 with the tapestry-spring-security extension. My application works fine with the plugin page's example adapted. My problem is that the autentification isagaints hardcode source but I need the autentification over db
My question is, how can I put the jdbc authentification in tapestry5 with
tapestry spring security extension ?

Create a class that implements UserDetailsService (UserDetailsServiceImpl, for example) and then, in you AppModule.bind() method, add binder.bind(UserDetailsService.class, UserDetailsServiceImpl.class).

--
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

Reply via email to