We're developing a large project using Servlets.
We are trying to decide between using a single
big servlet responding to all HTTP requests or a
bunch of smaller ones to server different
types of requests. Does anyone
have any ideas why one may be better than the other?
 
Thanks a bunch!
- Karim
 
 

Reply via email to