ATG

ATG

View Answers

January 10, 2009 at 12:05 AM

Hi friend,


Generic Services

public abstract void service(ServletRequest req, ServletResponse res)
throws ServletException,
java.io.IOException

Called by the servlet container to allow the servlet to respond to a request.

Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse).

This method is declared abstract so subclasses, such as HttpServlet, must override it.

The service() method is available in the Generic servlet and this is used to serve the client request. This method is invoked by the servlet container.


Dynamo servlet


Servlet technology is implemented in Dynamo. (Servlets are Java objects that handle HTTP protocol and service requests.) You can run your own servlets without modification within Dynamo. Dynamo's architecture for handling requests is built entirely on servlets and extends to include the Servlet Pipeline (a linked-list of servlets).

Dynamo development not only has the object-oriented flexibility of Java, but now is also component-oriented. In Nucleus, you can create and configure components, giving them a location so that components can locate each other. Dynamo Servlet Beans (with <droplet> tag) extend the input/output capacity of components.




--------------------------------

Visit for more information:

http://www.roseindia.net/servlets/

Thanks.

Amardeep









Related Tutorials/Questions & Answers:
ORACLE- ATG -E Commerce
ORACLE- ATG -E Commerce  HI can we get ATG e-commerce Tutorials Topics
ORACLE- ATG -E Commerce
ORACLE- ATG -E Commerce  HI can we get ATG e-commerce Tutorials Topics
Advertisements
ATG
ModuleNotFoundError: No module named 'atg'
ModuleNotFoundError: No module named 'atg'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'atg' How to remove the ModuleNotFoundError: No module named 'atg' error
ModuleNotFoundError: No module named 'atg'
ModuleNotFoundError: No module named 'atg'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'atg' How to remove the ModuleNotFoundError: No module named 'atg' error
FAQS on ATG - Framework
FAQS on ATG  hi sir, I want faqs on ATG for interview purpose.  hi kumar, see some of faqs 1. What is Nucleus? 2. What is the ATG Repository? 3. When creating form handlers typically what ATG base class do you
ModuleNotFoundError: No module named 'uw_atg_wx'
ModuleNotFoundError: No module named 'uw_atg_wx'  Hi, My Python..._atg_wx' How to remove the ModuleNotFoundError: No module named 'uw_atg... have to install padas library. You can install uw_atg_wx python with following
ATG - WebSevices
ashok
ashok  what is the clone in atg
architecture - Java Interview Questions
architecture  Hi, can any body tell me how to explain ATG architecture in interview
The quick overview of JSF Technology
; are from different groups like Jakarta Struts, Oracle, Sun, IBM, ATG etc
Tomahawk inputCalendar tag
, ATG etc. They all collectively worked together to take the best from existing
JSF - Java Server Faces Tutorials
Jakarta Struts, Oracle, Sun, IBM, ATG etc. They all collectively worked...; are from different groups like Jakarta Struts, Oracle, Sun, IBM, ATG etc

Ads