RE: UML and Struts

2005-01-18 Thread Stuart
Wow... thanks for the great discussion- it helped. Cheers, Stuart -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 10:50 AM To: 'Struts Users Mailing List' Subject: RE: UML and Struts yes, it mixes some structual as

RE: UML and Struts

2005-01-18 Thread Stuart
Wow... thanks for the great discussion- it helped. Cheers, Stuart -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 10:50 AM To: 'Struts Users Mailing List' Subject: RE: UML and Struts yes, it mixes some structual as

RE: UML and Struts

2005-01-18 Thread Matthias Wessendorf
5 7:42 PM > To: 'Struts Users Mailing List' > Subject: R: UML and Struts > > > Hi, > Maybe, in your diagram you are mixing structural aspects with > the behavioural ones. In fact you have numbered your > association, in order to explain what do you mean. In your >

R: UML and Struts

2005-01-18 Thread Amleto Di Salle
CTED] > Inviato: martedì 18 gennaio 2005 19.15 > A: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Oggetto: RE: UML and Struts > > > Hi, > > > To me, that makes a sequence diagram not the most useful way > > to "draw" a Struts app's arch

RE: UML and Struts

2005-01-18 Thread Matthias Wessendorf
Hi, > To me, that makes a sequence diagram not the most useful way > to "draw" a Struts app's architecture. I think a flowchart > showing the flow from each page to the action that it submits > to, with outbound arrows to the pages that get rendered, > conveys more about the overall structure

Re: UML and Struts

2005-01-18 Thread Craig McClanahan
On Tue, 18 Jan 2005 17:48:08 +, Mark Benussi <[EMAIL PROTECTED]> wrote: > Well Jim I know you are a well respected man on this group but I would say > in defence that the JSP is not invoking it is the url of the html in a users > browser. The only place I could see a jsp living would be on the

Re: UML and Struts

2005-01-18 Thread Mark Benussi
Well Jim I know you are a well respected man on this group but I would say in defence that the JSP is not invoking it is the url of the html in a users browser. The only place I could see a jsp living would be on the return call.

R: UML and Struts

2005-01-18 Thread Amleto Di Salle
to explain better your application part. BR /Amleto > -Messaggio originale- > Da: Jim Barrows [mailto:[EMAIL PROTECTED] > Inviato: martedì 18 gennaio 2005 18.05 > A: Struts Users Mailing List > Oggetto: Re: UML and Struts > > > On Tue, 18 Jan 2005 08:31:28 +,

Re: UML and Struts

2005-01-18 Thread Jim Barrows
gt; method of a manager that you invoke from the action and then whatever > classes such as DAO's you invoke following that. > > Original Message Follows > From: "Stuart" <[EMAIL PROTECTED]> > Reply-To: "Struts Users Mailing List" > To: &

RE: UML and Struts

2005-01-18 Thread Mark Benussi
ssage Follows From: "Stuart" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Subject: UML and Struts Date: Mon, 17 Jan 2005 20:45:31 -0800 Hi, I am creating some UML (sequence diagrams) for an application in which we will use Struts. Does anyone have any

Re: UML and Struts

2005-01-18 Thread Jim Barrows
On a sequence diagram? Sequence diagrams usually portray the actual classes being used. Since most of the classes you'll be diagramming are inherited, the struts classes themselves probably won't show up. On Mon, 17 Jan 2005 20:45:31 -0800, Stuart <[EMAIL PROTECTED]> wrote: > Hi, > > I am crea

UML and Struts

2005-01-17 Thread Stuart
Hi, I am creating some UML (sequence diagrams) for an application in which we will use Struts. Does anyone have any suggestions on the best way to draw the UML such that its clear that Struts (or at least MVC) is being used but does not end being UML just about Struts? I guess what I am askin

UML and Struts

2005-01-17 Thread Stuart
Hi, I am creating some UML (sequence diagrams) for an application in which we will use Struts. Does anyone have any suggestions on the best way to draw the UML such that its clear that Struts (or at least MVC) is being used but does not end being UML just about Struts? I guess what I am askin