RE: Basic Design Question...

2001-05-10 Thread Nanduri, Amarnath
Message- From: Prakash Dominic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 09, 2001 6:52 PM To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]'@jaydemail.com; [EMAIL PROTECTED] Subject: RE: Basic Design Question... I understand MVC/Model 2. And I don't think Action layer in Struts map to Model

RE: Basic Design Question...

2001-05-10 Thread Calvin Yu
not still clear what the problem is with having many Servlets(still java instances under the hood). --Prakash -Original Message- From: Jason Chaffee [EMAIL PROTECTED] Date: Wed, 9 May 2001 14:03:01 -0700 To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Basic Design

RE: Basic Design Question...

2001-05-09 Thread Jason Chaffee
Title: RE: Basic Design Question... Read up on the MVC/Model 2 design pattern. Struts is based on this design pattern. It much better to have one servlet (controller) and several actions (models), than to have serveral servlets. -Original Message- From: Prakash Dominic [mailto:[EMAIL

RE: Basic Design Question...

2001-05-09 Thread Prakash Dominic
:03:01 -0700 To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Basic Design Question... Read up on the MVC/Model 2 design pattern. Struts is based on this design pattern. It much better to have one servlet (controller) and several actions (models), than to have serveral servlets