Hello!

The Struts framework is based on the Front Controller pattern. This
means that is has a mean class which delegates the main work to aother
classes. And this is what ActionServlet does. It is a servlet that based
on the user's request and struts-cofig delegates the process of the
request parameters to a particular form/action. 
Struts has only one servlet: ActionServlet and on each request, a new
thread is created.

I hope this helps,
Emilia

-----Original Message-----
From: sunil.prabhu [mailto:[EMAIL PROTECTED] 
Sent: donderdag 20 juli 2006 12:26
To: 'Struts Users Mailing List'
Subject: About ActionServlet


Hi there,

I am new to struts framework and I have been reading lot of books
regarding the same. But I am not able to make it out what exactly is
ActionServlet. And what does it contain....can any body please provide
me with sufficient information or any link which contains the same....

ThanQ
Sunil




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to