How to use login jsp example oracle system?

Asked By 0 points N/A Posted on -
qa-featured

I am new in Java and do not know much about jsp login system. Is there any login jsp example oracle that can be used on my site? Actually I need to put a login form on a page and the user names and passwords are stored in a MYSQL database.

 

SHARE
Answered By 0 points N/A #166315

How to use login jsp example oracle system?

qa-featured

A web page that uses JSP has in it some Java code found within HTML tags. JSP is applied to develop active web sites.

JSP is a server sided scripting language and is often used for creating web interfaces used by end users like login systems.

You should probably go through a good tutorial such as this one which elaborates how to use JSP on a web site.

This  tutorial is for login but it  is best to start the tutorial from the beginning.

All the best.

Related Questions