RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Tim Moore
-Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:09 AM To: Tomcat Subject: Single Servlet vs Multiple Servlet Greetings, I am developing a pretty rich web application that will be served by Java servlets. The question to

RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Shapira, Yoav
Howdy, In all there will be about 50 commands that can be done to this servlet. If I put them all in one file it would violate my sense of object oriented engineering. So I thought of either making the various commands actually be in different classes and the servlet routing the requests to the

RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Felipe Schnack
Yes, I think there's no reason why you should implement your application hand-coding a servlet for each command you need. There are several frameworks around the web that you can use... Apache Struts, JCorporate Expresso (that now is integrated to Struts) and others. Personally, I'm developing

Re: Single Servlet vs Multiple Servlet

2003-01-24 Thread Robert Simmons
Users List [EMAIL PROTECTED] Sent: Friday, January 24, 2003 5:46 PM Subject: RE: Single Servlet vs Multiple Servlet Yes, I think there's no reason why you should implement your application hand-coding a servlet for each command you need. There are several frameworks around the web that you can use

RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Tim Moore
-Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:04 PM To: Tomcat Users List Subject: Re: Single Servlet vs Multiple Servlet Actually I don't intend to use JSP at all. The resulting document from the call to the servlet

RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Felipe Schnack
: -Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:04 PM To: Tomcat Users List Subject: Re: Single Servlet vs Multiple Servlet Actually I don't intend to use JSP at all. The resulting document from the call

RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Chris Ward
If you are XML based, how about the Apache Cocoon project. I have only read about it, not tried it. Chris -Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:04 AM To: Tomcat Users List Subject: Re: Single Servlet vs Multiple Servlet

RE: Single Servlet vs Multiple Servlet

2003-01-24 Thread Tim Moore
: RE: Single Servlet vs Multiple Servlet If you are XML based, how about the Apache Cocoon project. I have only read about it, not tried it. Chris -Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:04 AM To: Tomcat Users

Re: Single Servlet vs Multiple Servlet

2003-01-24 Thread Robert Simmons
only using a very small part of the framework. -- Robert - Original Message - From: Chris Ward [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 24, 2003 7:02 PM Subject: RE: Single Servlet vs Multiple Servlet If you are XML based, how about the Apache