Simple way to manage users with JDBC/Servlets? - Mailing list pgsql-jdbc

From Peter Neu
Subject Simple way to manage users with JDBC/Servlets?
Date
Msg-id 000001c6b158$f1ad9080$bcc8a8c0@PCMELZER
Whole thread Raw
Responses Re: Simple way to manage users with JDBC/Servlets?
List 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  

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Invalid column display size. Cannot be less than zero
Next
From: Roland Walter
Date:
Subject: Re: Simple way to manage users with JDBC/Servlets?