Link to home
Start Free TrialLog in
Avatar of saleemkhan
saleemkhan

asked on

Need a Sample tutorial Using Ajax in a jsp for Login (database authentication) .

Hi all,
        I am newbie in Ajax.I created a login.jsp and servlet for the database authencation.I want to use Ajax for the authenction.so any tutorial ajax using in jsp with a servlet?

Waiting for expert solution.
Avatar of krishna kishore mellacheruvu venkata
krishna kishore mellacheruvu venkata
Flag of India image

Please find the following link as it may solve the problem.
http://java.sun.com/javaee/javaserverfaces/ajax/tutorial.jsp
ASKER CERTIFIED SOLUTION
Avatar of krishna kishore mellacheruvu venkata
krishna kishore mellacheruvu venkata
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of saleemkhan
saleemkhan

ASKER

Hi ,
  I go through the above links but i need  a tutorial loginpage.I.e JSP using a servlet with ajax (For database authentication).
http://www.xul.fr/en-xml-ajax.html
jsp will contain javascript, you can hit servlet by URL.
AJAX is independent of the server side technologies and can be used with JSP very easily.
What you can do is to embed the javascript code within your JSP.
Here's are few tutorial that will help:
http://www.codecoffee.com/articles/ajax.html
http://www.ics.uci.edu/~cs122b/projects/project5/AJAX-JSPExample.html