954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

LogIn page

Does anybody know how to create the login page by using Java and MySQL? The login page is contains the username and password, then after check the database, if the username and password is match, then user can login to the main page.

Anybody have any idea on it?
Or can provide some useful links for me. I still new and don't know how to create the login page which link with database.

So, if have any wrong place, please kindly tell me.

Thanks and regards
rainny

rainny
Light Poster
29 posts since Dec 2007
Reputation Points: 6
Solved Threads: 1
 

Are we talking about application or web presentation?

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

I take it you are talking about a web app?
looks to me like you want a .jsp page ( or similar) connected to some servlets. do you have any knowledge about those?

stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
 

Actually, what i try to do is do the application, not an web based application. So, I don't want to use the jsp to do the login page.

What I hope is do the login page by using the java and also mysql. Does anybody have any idea on it? So far i don't have experience on doing the linking with the database.

Thanks and regards

rainny
Light Poster
29 posts since Dec 2007
Reputation Points: 6
Solved Threads: 1
 

Search this forum and you will find many examples on how to connect to the database, even code on how to do the login check

javaAddict
Nearly a Senior Poster
Team Colleague
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
 

and moving from one JFrame to another isn't exactly the most complicated step in the world. you should be just fine

stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
 
peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You