J2EEDO APPLICATION > package org.objectweb.speedo.j2eedo.web
Description
This package contains the servlets classes' definition.
- MainServlet is an abstract class.
It executes current request:
- Gets the Persistence manager when required (false by default),
- Starts a local transaction when requested (false by default),
- Calls the dedicated action directly or through a Session Bean Container
(direct call by default),
- Close the PM when initialized at the servlet level.
- ApplicationServlet is an
extended of the former servlet MainServlet. This class implements the
two methods used to execute the resquest through a Session Bean or directly
from the DataBaseImpl class.
|