Design Issue for Fisrt Web Application

2002-04-23 Thread vivek shrivastava
Hi, I am an experienced client/server programmer. Now i have to build my first web Application using struts. I am giving here a very small description of what I want to do. i have to create a report application with few data entry forms. List of report is based on type of user is logged on.

Re: Design Issue for Fisrt Web Application

2002-04-23 Thread vivek shrivastava
// reject login >} else { > // accept login > } > > > > >Also, here's an example of using jdbc to connect to the database using a >username/password if you haven't done it. > >http://www.devdaily.com/java/edu/pj/pj010024/ &g

Re: Design Issue for Fisrt Web Application

2002-04-23 Thread vivek shrivastava
Hi kevin Thanks for reply! Since i am new could you please explain what are other ways to provide login security or validation? where do i store my login and password ? i don't have to use database for login security but all of my users have logins and password with my other application and t

Preserving Login Information

2002-04-28 Thread vivek shrivastava
HI, First of i would like to say to all of you that this is my first web application and i am using struts. I have question about "Preserving Loginn Information" or "Passing Authentication Information to all other pages". Q1. once a user has logged in, and we have confirmed that the loging is

Re: Preserving Login Information

2002-04-29 Thread vivek shrivastava
Hi, Just to let know that i am using Programmatic authentication( one way Encryption ) for my login authentication. what is "Checklogon" tag for in struts? is this the solution for my problem # 1? Please do reply me! thanks >From: "vivek shrivastava" <[E

RE: Preserving Login Information

2002-04-29 Thread vivek shrivastava
hat you include a call to >your extended method in every action class. > >Brandon Goodin >Phase Web and Multimedia >P (406) 862-2245 >F (406) 862-0354 >[EMAIL PROTECTED] >http://www.phase.ws > > >-Original Message- >From: vivek shrivastava [mailto:[EMAIL P

RE: Preserving Login Information

2002-04-29 Thread vivek shrivastava
n. This would require that you include a call to >your extended method in every action class. > >Brandon Goodin >Phase Web and Multimedia >P (406) 862-2245 >F (406) 862-0354 >[EMAIL PROTECTED] >http://www.phase.ws > > >-Original Message- >From: vivek shrivas

"CheckLogon" Tag

2002-04-29 Thread vivek shrivastava
Hi, I need some help to understand "CheckLogon" tag. could someone please me to understand it prperly" why do we use it? how does it work? please do help me! thanks _ Chat with friends online, try MSN Messenger: http://messenger.

Need Help

2002-04-30 Thread vivek shrivastava
Hi, I know following questions have been asked or discussed so many times but I am still confuse. Please do help me. Once a users is logged in, I want to validate each page for a valid user. I understand that I can use “CheckLogon” tab in each .jsp page check for valid user. But I really don’t t

Confusion with Filter: please help

2002-05-02 Thread vivek shrivastava
hi, I am trying to write my first web application. I am writing a filter to make sure that a valid user is logged in before accessing a page. I have a welcome page in application’s root directory. All other pages are under “web-inf” directory. From my welcome page user can login using “login

Sorry : Confusion with Filter: please help

2002-05-02 Thread vivek shrivastava
Please disregrad this posting in "stuts-dev" mailing list. i am sorry for posting here. hi, I am trying to write my first web application. I am writing a filter to make sure that a valid user is logged in before accessing a page. I have a welcome page in application’s root directory. All oth