Simple way to manage users with JDBC/Servlets?

From: "Peter Neu" <peter(dot)neu(at)gmx(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Simple way to manage users with JDBC/Servlets?
Date: 2006-07-27 08:44:58
Message-ID: 000001c6b158$f1ad9080$bcc8a8c0@PCMELZER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

I will have to manage a large amount of users with a postgresql db.

First of all I have to do a major bulk import from a csv file which has this
format:

Username;Password;Group

Later on I will have to manage all users with a webb app. And give the
possibility

to search and upload new csv files.

I already programmed some CRUD applications with Oracle and Java but I'm
looking forward to learn some new

stuff. How would you guys do that?

Can the password be auto created by postgresql and converted in md5?

My db version 7.4.2

Cheers,

Pete

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Roland Walter 2006-07-27 09:17:36 Re: Simple way to manage users with JDBC/Servlets?
Previous Message Kris Jurka 2006-07-26 15:42:56 Re: Invalid column display size. Cannot be less than zero