Defining Struts in Terms of PofEAA

2003-10-19 Thread Shane Mingins
Hi I was wondering if someone could be so kind as to define the Struts architecture in terms of the patterns in Martin Fowler's Patterns of Enterprise Architecture. Is it possible to define the following elements in the controller layer (from Struts In Action): ActionForwards ActionForm Classes

Re: Defining Struts in Terms of PofEAA

2003-10-19 Thread Martin Gainty
and the controller is how the user changes the state or provides input. Hope this helps, -Martin - Original Message - From: Shane Mingins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 19, 2003 10:20 PM Subject: Defining Struts in Terms of PofEAA Hi I was wondering

RE: Defining Struts in Terms of PofEAA

2003-10-19 Thread Shane Mingins
)??? Cheers Shane -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Monday, 20 October 2003 3:29 p.m. To: Struts Users Mailing List Subject: Re: Defining Struts in Terms of PofEAA Shane- Take a look at http://martinfowler.com/eaaCatalog

RE: Defining Struts in Terms of PofEAA

2003-10-19 Thread Peter Abbot
October 2003 3:39 p.m. To: 'Struts Users Mailing List' Subject: RE: Defining Struts in Terms of PofEAA Hi Martin Thanks, but no it didn't ;-) I am wondering if (for example) the Action Classes would actually be considered an ApplicationController(379) as opposed to an Input Controller which

RE: Defining Struts in Terms of PofEAA

2003-10-19 Thread Shane Mingins
Shane -Original Message- From: Peter Abbot [mailto:[EMAIL PROTECTED] Sent: Monday, 20 October 2003 3:47 p.m. To: Struts Users Mailing List Subject: RE: Defining Struts in Terms of PofEAA I recall a couple of weeks ago somebody responded to a similar question breaking each