You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Kamal Gupta <kg...@tech-group.co.uk> on 2004/01/02 14:57:37 UTC

Example of UML Diagram

Hi,

I am looking for some sequence diagram which displays a save action using
struts.

Any examples

Regards

Kamal Gupta
----- Original Message -----
From: "David Graham" <gr...@yahoo.com>
To: "Struts Developers List" <st...@jakarta.apache.org>
Sent: Friday, January 02, 2004 1:36 PM
Subject: Re: pagePattern


>
> --- Ted Husted <hu...@apache.org> wrote:
> > I was setting up a working test for pagePattern in an application that
> > doesn't use module (the Mailreader Example). It doesn't seem to
> > recognize a pattern like "/pages$M$P" where it the same application it
> > does recognize a forwardPattern like "/do$M$P".
> >
> > I think I see where the problem might be, but I really need a baseline
> > modules application to proceed.
> >
> > We broke the "register" portion of MailReader out to demonstrate
> > multiple configs and then wildcard actions. I'm thinking we (meaning I)
> > should finish the job and make the "register" portion a separate module.
> > Thoughts?  Objections? Alternatives?
>
> This has been a problem with modules all along.  I don't use them because
> nobody seems to be actively supporting this feature aside from the
> occasional bugfix.  IMO, the current implementation isn't coherent enough
> to prevent new bugs popping up (you have to look all over the code base to
> see if you've broken modules).
>
> I think it's a great idea to add some examples to test against.
>
> David
>
> >
> > -Ted.
> >
>
>
> __________________________________
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org


Re: Example of UML Diagram

Posted by Ted Husted <hu...@apache.org>.
This is really a question better suited for the USER list, where there are more people to help you. Any UML we had here, would already be part of the distribution :)

Though, the problem is that Struts doesn't do the saving. It just collects the date you would need to do the save, and then hands off to a business class. You don't "save" in Struts, you just collect data. 

-Ted.


On Fri, 02 Jan 2004 13:57:37 +0000, Kamal Gupta wrote:
> Hi,
>
>
> I am looking for some sequence diagram which displays a save action
> using struts.
>
> Any examples
>
>
> Regards
>
>
> Kamal Gupta
> ----- Original Message -----
> From: "David Graham" <gr...@yahoo.com>
> To: "Struts Developers List" <st...@jakarta.apache.org> Sent:
> Friday, January 02, 2004 1:36 PM Subject: Re: pagePattern
>
>>
>> --- Ted Husted <hu...@apache.org> wrote:
>>> I was setting up a working test for pagePattern in an
>>> application that doesn't use module (the Mailreader Example).
>>> It doesn't seem to recognize a pattern like "/pages$M$P" where
>>> it the same application it does recognize a forwardPattern like
>>> "/do$M$P".
>>>
>>> I think I see where the problem might be, but I really need a
>>> baseline modules application to proceed.
>>>
>>> We broke the "register" portion of MailReader out to
>>> demonstrate multiple configs and then wildcard actions. I'm
>>> thinking we (meaning I) should finish the job and make the
>>> "register" portion a separate module. Thoughts?  Objections?
>>> Alternatives?
>>>
>>
>> This has been a problem with modules all along.  I don't use them
>> because nobody seems to be actively supporting this feature aside
>> from the occasional bugfix.  IMO, the current implementation
>> isn't coherent enough to prevent new bugs popping up (you have to
>> look all over the code base to see if you've broken modules).
>>
>> I think it's a great idea to add some examples to test against.
>>
>>
>> David
>>
>>>
>>> -Ted.
>>
>>
>> __________________________________
>> Do you Yahoo!?
>> Free Pop-Up Blocker - Get it now
>> http://companion.yahoo.com/
>>
>>
>> ------------------------------------------------------------------
>> --- To unsubscribe, e-mail: struts-dev-
>> unsubscribe@jakarta.apache.org For additional commands, e-mail:
>> struts-dev-help@jakarta.apache.org
>
>
> --------------------------------------------------------------------
> - To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-dev-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org