Posts

Building a Seamless User Registration and Login Workflow in a Java Web Application

Image
Java Web Application for New User Registration and Login Description:  This example is in continuation to my previous Blog  “First Java Web Application using Netbeans, Apache Tomcat, MySQL” . You can find that Blog Here:  https://medium.com/@hiyasdrive/first-java-web-application-using-netbeans-apache-tomcat-mysql-cb8e93f3e407 In this example I have tried to demonstrate a very common workflow for new User Registration on a website, in which the user fills a registration form with required personal information along with the preferred username and password. When submitting the form an email is triggered to the email ID shared by the user to confirm the user identity. User opens his/her email and clicks on the activation link. With this action the application verifies and activates the user on the website. Once the verification is complete, the user can login to the website using his/her username and password. Complete Project Source Code on GitHub: https://github.com/hiyash...