RE: Not Logged in with the same loggin-password if it is already registered.

2004-07-28 Thread McClung, Brian
To: Struts Users Mailing List Subject: RE: Not Logged in with the same loggin-password if it is already registered. > -Original Message- > From: McClung, Brian [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 28, 2004 1:57 PM > To: 'Struts Users Mailing List' >

RE: Not Logged in with the same loggin-password if it is already registered.

2004-07-28 Thread McClung, Brian
This topic brings up a question that I have oftened wondered about. How does everyone handle sign on and static content where there is no jsp page? Include a jsp in the html? Set up a cookie? The problem to the cookie is that they can be blocked or the html code to verify the cookie has to be ja

RE: Connection Pooling (How i use...)

2004-04-06 Thread McClung, Brian
Marcelo, While what you are doing is technically correct, it is safer to place all of your closing statements in a finally block. This way they are guaranteed to run in the event of an exception being thrown. I have also found that you should always close everything ResultSets, Statements, Prepa