PLEASE SOMEONE HELP;)
I have to create a web page(XHTML-transitional) using JSP, Javabeans and JDBC to process form data on the server side.
Description
i have to design and implement a web based application. can choose any web application, but it must meet the application requirements specified below.
User registration and users profile
RegisterPage: An end user must be able to register in the system. When they register in the system, a unique end user ID is created for them and they are assigned a default password. When the end user first registers in the system they must also provide information about themselves. This information is specified in the UserDetailsPage
DeregisterPage: An end user must be able to deregister from the system
LoginPage: An end user must be able to login to the system using their end user id and their password. The password must not be viewable when the end user types it in on the webpage.
LogoffPage: An end user must be able to logoff.
ChangePasswordPage: This page is used to change the end user's password.
UserDetailsPage: Contains information about the end user including the end user id, first name, last name, email address, city, country, gender, and number of rows to display (needed in ListOfEntitiesPage). The end user must also be able to change any of these configuration settings except the end user id.
PLEASE CAN SOMEONE GIVE ME THE CODE BEFORE 20/05/2006
I HAVE TO USE THE TOMCAT SERVER AND EVERYTHING ABOUT THE USER SHOULD BE IN THE STUDENT.MDB FILE(MS ACCESS)