daoexamples.moviedemo
Class DemoServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
daoexamples.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 |
|
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 |
log
private static final org.apache.commons.logging.Log log
DemoServlet
public DemoServlet()
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.