All Examples  This Package

Class examples.htmlkona.InsertUpdateDelete

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

public class InsertUpdateDelete
extends HttpServlet
This simple servlet illustrates how you can write a servlet that not only displays but also modifies database data.

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

Constructor Index

 o InsertUpdateDelete()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o InsertUpdateDelete
 public InsertUpdateDelete()

Methods

 o service
 public synchronized void service(HttpServletRequest req,
                                  HttpServletResponse res) throws IOException
Overrides:
service in class HttpServlet

All Examples  This Package