All Examples  This Package

Class examples.htmlkona.SimpleDBLogin

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----examples.htmlkona.SimpleDBLogin

public class SimpleDBLogin
extends HttpServlet
This servlet illustrates a simple database login through an HTML interface.

Author:
Copyright (c) 1996-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o SimpleDBLogin()

Method Index

 o login(Properties, ServletPage)
 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o SimpleDBLogin
 public SimpleDBLogin()

Methods

 o service
 public synchronized void service(HttpServletRequest req,
                                  HttpServletResponse res) throws IOException
Overrides:
service in class HttpServlet
 o login
 public static void login(Properties props,
                          ServletPage hp)

All Examples  This Package