daoexamples.moviedemo
Class DemoServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bydaoexamples.moviedemo.DemoServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DemoServlet
extends javax.servlet.http.HttpServlet

Author:
Sean C. Sullivan
See Also:
Serialized Form

Field Summary
private static org.apache.commons.logging.Log log
           
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Fields inherited from class javax.servlet.GenericServlet
 
Constructor Summary
DemoServlet()
           
 
Method Summary
private  java.lang.String buildResponsePage(java.lang.String strMsg)
           
 void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 void executeMovieDAO_JTA()
           
 void executeMovieDAO()
           
 void setupDemo()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

DemoServlet

public DemoServlet()
Method Detail

setupDemo

public void setupDemo()

executeMovieDAO_JTA

public void executeMovieDAO_JTA()
Throws:
DAORuntimeException

executeMovieDAO

public void executeMovieDAO()

doGet

public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse resp)
           throws java.io.IOException
Throws:
java.io.IOException

buildResponsePage

private java.lang.String buildResponsePage(java.lang.String strMsg)


Copyright © 2003-2004 daoexamples.sourceforge.net. All Rights Reserved.