RE: User Registration with Struts query

2002-03-02 Thread John Menke
Ghoot, I found another resource that might be helpful http://www.vsj.co.uk/archive/Feb2002/Javanet/javanet1-0202.asp -john -Original Message- From: Emaho, Ghoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: User Registration with S

RE: User Registration with Struts query

2002-03-02 Thread John Menke
Ghoot, Is this something you could use? http://jakarta.apache.org/tomcat/tomcat-4.0-doc/realm-howto.html -Original Message- From: Emaho, Ghoot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: User Registration with Struts query I h

RE: User Registration with Struts query

2002-03-01 Thread Jesse Alexander (KADA 12)
I'd suggest writing a helper to solve this. The helper would be built with plug-in realm-specific classes. To make it easier to get access it from a model-class you could design it as a singleton, if you want to access it only form an action, store it in the servlet-context (== application-wide