On Sat, 16 Oct 2010 10:50:50 -0300, Andrey Gladilin <andrey.gladi...@gmail.com> wrote:

Hi guys,

Hi!

Is there a way to make authentication in Tapestry using store procedure.
I have several stored procedures in Postgres, like
  login(session_id, username, password, locale)
  logout(session_id)
  get_roles(session_id)

This isn't related to Tapestry at all. Tapestry is a framework and what you're asking is data access. What about using JDBC?

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

Reply via email to