Thanks a lot; I'll add that one in. From the javadocs, it looks like there should be a dependency from the Service layer to the Server as well as vice versa, so I'll include that as well. I don't have a lot of direct experience working with Tomcat, so I'm most concerned that there could be important sections of the system that deserve their own layer that I've overlooked, like this, and if anyone knows of any other major components of the code that should definitely have a high-level entity associated with them, please point them out to me.

Michael Vitousek


Caldarale, Charles R wrote:
From: Michael Vitousek [mailto:mvito...@willamette.edu] Subject: Code/Design Mapping in Tomcat

if there are any gross violations or omissions here please let me know where I should look.

You left out the Service layer; it should go between Server and Engine.  
Connectors belong to a Service, not the singleton Server.

This will be interesting to hear about as you progress.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-help@


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to