Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: hi all. .i want to send data from login page on server and wants to validate over ser

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default hi all. .i want to send data from login page on server and wants to validate over ser

    hi all. . i want to send data from login page on server and wants to validate over server i.e authentication.
    how do i start . . . whether i choose http post or web services ???? please help!


  2. #2
    Member
    Join Date
    Aug 2011
    Posts
    48
    My Mood
    Fine
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default Re: hi all. .i want to send data from login page on server and wants to validate over

    Quote Originally Posted by user2205 View Post
    hi all. . i want to send data from login page on server and wants to validate over server i.e authentication.
    how do i start . . . whether i choose http post or web services ???? please help!
    Using HTTP POST. Write a Servlet to validate user input and authenticate users.

    There is a good example here: login Authentication using Bean and Servlet In JSP

    immutable objects
    Last edited by ha.minh.nam; December 4th, 2011 at 07:28 PM.

Similar Threads

  1. Need help in login page in struts
    By vinothkumarrvk in forum Web Frameworks
    Replies: 4
    Last Post: October 4th, 2011, 02:10 PM
  2. How to send a jsp page on to email
    By Rajiv in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: August 19th, 2011, 12:06 PM
  3. login page with image
    By balu424525 in forum AWT / Java Swing
    Replies: 1
    Last Post: June 26th, 2011, 11:24 AM
  4. Validate in server side..
    By Ganezan in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 27th, 2009, 06:36 AM
  5. Replies: 1
    Last Post: July 28th, 2009, 02:15 AM