The first homework(servlet directory)
Task : to write two servlets
the first should be a form with email, password, gender and checkbox (news) and write this data to the file data.txt
the second shows this data.txt file as a table
The second homework(servlet2 directory)
Task : to write 2 servlet
the RegistrationServlet - registration form servlet(with email etc.)
the DataServlet - the servlet that show us a table of users who has already added to 'Database'
The third homework(servlet3 directory)
Task to write 2 servlets
Registration and Information
and use JSP
Wrtite 3 servlets (authentication, profile, registration)