Emmanuel Benoist Home Page

Register and Login pages (internationalized)

Write a small registration program that writes new users in a database. The new registered users have a username, a password, and a birth date. For the birth date, you will use the Calender of the Tomahawk library. Once a user is registered in your DB, he/she must be able to log-in the system. In the system, they just have a welcome page. You must make it internationalized.
The connection to the database will only use JDBC (but if you have the time and can do, a JPA or EJB implementation is allowed).