This is a Java servlet app with simple functionality of login and registration with database connectivity (JDBC).
It stores all the data in the database if it is a new registration and allows the user to login by verifying
the user credentials from the database if user is a returning visitor.It uses a maven build system for library
management.It uses JDBC and apache derby server for database connectivity.It uses both types of statement for
database connectivity; statements as well as prepared statements.It uses Glassfish server v4.1.1 for hosting.
The IDE used for this project is Ntebeans with maven build.