Alright. Read that page. Wikipedia's definition needs updating. What I understand from that is that a servlet is basically like a Java CGI program that runs in the web server process. So, it would seem a Strut project is a servlet. It runs inside the web container, receives an HTTP request, generates and sends an HTTP response. Meets all the criteria. Right? Now, how do you define a web application?
On 5/29/07, Al Sutton <[EMAIL PROTECTED]> wrote:
Maybe you should start with; http://java.sun.com/products/servlet/articles/tutorial/ Instead of wikipedia or the struts documentation. When you've got a grasp of what servlets and webapps are, then it might be time to re-visit struts.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]