Login form validation || HTML || Servlet || JSP

Опубликовано: 14 Октябрь 2024
на канале: CodeWasEpic
854
30

In this video, we have discussed how to create a login form using MySQL Database Connection and back end validation

----------------------------------------------------------------------------------
SOURCE CODE |
https://github.com/akhilpadmanaban123... |
-------------------------------------------------------------------------------------------------------------------

MySQL has always been my favorite database because it’s very easy to use. All you have to do is install a local server and get right into it. I recently started experimenting with JSP. For any application, the first thing that I do is build a login page.

Building a login page helps because there’s a database connection involved. You get to know how the data is flowing. What I’ve done is created a simple JSP Login Page with MySQL that will validate the username and password against the database.

You can use any IDE like Netbeans or Eclipse to build a JSP application. I prefer Netbeans over Eclipse.




Happy learning :)
#jsp #netbeans #servlet