how to manage users of web-app - Mailing list pgsql-jdbc

From sdeel
Subject how to manage users of web-app
Date
Msg-id 00ac01c24889$2ee56460$9400a8c0@om.om.cox.com
Whole thread Raw
Responses Re: how to manage users of web-app  (Dave Cramer <Dave@micro-automation.net>)
Re: how to manage users of web-app  (David Garnier <david.garnier@etudier-online.com>)
List pgsql-jdbc
Hi all, I am pretty new to several technologies here.  So I am not sure
where to go with my question.  I am implementing a web based application
with servlets, JSP, and JDBC.  Here is the plan:

1.  System will have a user, 'admin,' who can use the web-application's
JSPs, servlets, and JDBC  to add and remove members, who are application
users with data maintained on the system.

2.  members, through the web app, enter data that is theirs, other members,
execpt maybe admin aren't to change their data.

3.  the web app will also offer the general public access (display only) to
membership data by categories.  i.e. accross all members, if the member
provided data for the requested category, include the data in the response.

Now here is the question, should I set up a member/password table and manage
the member access through my database or can I/should I use postgres user
accounts somehow?  This sounds like a pretty typical need.  Is there some
reading I need to do? Where?


Sam Deel
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Everybody's got to believe in something, I believe I'll have another beer...
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



pgsql-jdbc by date:

Previous
From: "Andrew Lee"
Date:
Subject: Re: Error using JDBC2 postgres driver and
Next
From: Dave Cramer
Date:
Subject: Re: how to manage users of web-app