Access to Derby database from html -


i implementing database backed login page, , not clear me how connect java code html page.

thanks in advance.

generally implementation flow next:

  • you create html form element action points java request handler.

  • within java handler have perform login logic (connect database, verify existence of user, password validity etc.)

  • after verifying user credentials can authenticate him start new session him.

see user authentication , authorization embedded example , creating java application access derby database actual working example code snippets connect derby database.


Comments