Re: user management

2005-03-11 Thread Nicolas De Loof
l user object from a service or whatever. but there is nothing like "built in support" in struts as far as i know. kr, guenther -Original Message- From: wo_shi_ni_ba_ba [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 12:55 AM To: user@struts.apache.org Subject: user ma

RE: user management

2005-03-11 Thread Günther Wieser
] Sent: Friday, March 11, 2005 12:55 AM To: user@struts.apache.org Subject: user management do struts developers usually store user as an object in session? or does struts have additional framework for handling user management. thanks in advance ___

Re: user management

2005-03-10 Thread Erik Weber
wo_shi_ni_ba_ba wrote: do struts developers usually store user as an object in session? Yes, that is typical. or does struts have additional framework for handling user management. No. But there is container managed security, which has its own concept of a "user" (typically repres

user management

2005-03-10 Thread wo_shi_ni_ba_ba
do struts developers usually store user as an object in session? or does struts have additional framework for handling user management. thanks in advance __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http

Ibatis and cocurrent user management questions

2004-09-04 Thread struts Dude
Hi, Ok I really shud ask this at ibatis forum but since many here seem to work with ibatis, i give it a shot here. How do I register some kind of listener with ibatis so that if data in a table, say, Users, change, ibatis will notify struts application? The scenario I am trying to solve is when