Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What is ActionServlet
What is ActionServlet?
✍: Guest
The class org.apache.struts.action.ActionServlet is called the ActionServlet. In the the Jakarta Struts Framework, this class plays the role of controller. All the requests to the server goes through the controller. Controller is responsible for handling all the requests.
2007-12-12, 5252👍, 0💬
Popular Posts:
Jack developed a program by using a Map container to hold key/value pairs. He wanted to make a chang...
.NET INTERVIEW QUESTIONS - What is the difference between thread and process? A thread is a path of ...
How To Create Nested Tables? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells You can cr...
What are the different storage classes in C? C has three types of storage: automatic, static and all...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...