Coder Social home page Coder Social logo

login-and-registration-using-jsp-and-servlet's Introduction

LoginRegistration

Login and Registration using Maven, JSP, Servlet, JSTL, JDBC and SQL. Also it has a Servlet Filter to secure the pages.

This Login & Registration is an MVC app that uses the so called "JavaBeans" and "DAOs" - standing for Data Access Objects - to handle the interactions with the MySQL database. The app has a connection pool.

This is the structure of the app:

Screenshot

When a user logs in, check their password. The user’s password is stored in the database. When the user attempts to log in, we will compare the password with information in the database.

Screenshot

A new user can easily register, filling username, name, password fields. After submitting form, the data will be stored in the database table. So that next time user can login with the login credentials which are used while user registration.

Screenshot

After log in, the user can update or delete his profile. The informations will be stored in the database or the user will be deleted from the database.

Screenshot

I’m using session management for login/logout. Also URL rewriting is used for the case that the client doesn't support cookies.

The filter checks if the user is logged-in or not (by just checking the presence of a session attribute) and then continue the request or block it by redirecting back to the login page.

login-and-registration-using-jsp-and-servlet's People

Contributors

siddheshp2424 avatar software-dev2010 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.