RE: Struts UML Diagrams

2002-12-11 Thread Bartley, Chris P [PCS]
Here are two more:

   Struts 1.0.2:
   http://rollerjm.free.fr/pro/Struts.html

   Struts 1.1:
   http://rollerjm.free.fr/pro/Struts11.html

(I have no association with them and dunno how accurate they are--i found
'em just by doing a Google search on "Struts UML diagram")


> -Original Message-
> From: Pat Quinn [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 3:23 PM
> To: [EMAIL PROTECTED]
> Subject: Struts UML Diagrams
> 
> 
> Hi guys,
> 
> Does any one know where I might find the complete or partial 
> UML diagrams of 
> struts??
> 
> 
> _
> Protect your PC - get McAfee.com VirusScan Online 
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Struts UML Diagrams

2002-12-11 Thread Bartley, Chris P [PCS]
> -Original Message-
> From: Pat Quinn [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 11, 2002 3:23 PM
> To: [EMAIL PROTECTED]
> Subject: Struts UML Diagrams
> 
> 
> Hi guys,
> 
> Does any one know where I might find the complete or partial 
> UML diagrams of struts??

Not really UMLish, but here's one by Dan Cancro (see email from him below
for more info):

   http://members.telocity.com/dcancro/images/eng/Struts_MVC.gif

chris

> -Original Message-
> From: Dan Cancro [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, August 19, 2002 12:17 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Struts Community is going crazy! :-))
> 
> 
> This may or may not be what you're looking for, but I've been 
> trying to
> organize patterns in the following diagram that's meant to 
> show, among other
> things, where all the routine http request sub-activities 
> should be coded.
> I color coded the activities to identify those that can be 
> coded in more
> than one place and so contribute to potentially chaotic 
> designs.  I'll look
> over Ted's patterns and see how I can add some of that stuff 
> to the diagram.
> 
> http://members.telocity.com/dcancro/images/eng/Struts_MVC.gif
> 
> 
> Dan
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Graph of Struts Growth.l

2002-11-06 Thread Bartley, Chris P [PCS]
> -Original Message-
> From: Eddie Bush [mailto:ekbush@;swbell.net]
> Sent: Wednesday, November 06, 2002 3:08 PM
> To: Struts Users Mailing List
> Subject: Re: Graph of Struts Growth.l
> 
> 
> I just can't imagine there being so danged many emails - and such a 
> large percentage of them [OT].
> 
> ... do we blabber senslessly that much?
> 
> I actually went back and examined Rob's again after I clicked 
> send.  His corroborates yours pretty much.  I just can't believe
> there's that much traffic!

Really?  What Struts mailing list are *you* on?  ;-D

A quick (so-called) "Advanced Find" in Outlook shows that since Oct 16th 180
of those messages were from...you!  :-D


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: javascript help

2002-10-10 Thread Bartley, Chris P [PCS]

Or, if that's not it, try changing the file extension to .js and/or
specifying the type:

   

> -Original Message-
> From: Bartley, Chris P [PCS] 
> Sent: Thursday, October 10, 2002 12:10 PM
> To: 'Struts Users Mailing List'
> Subject: RE: javascript help
> 
> 
> Perhaps it's because your  tag isn't closed?  Maybe try:
> 
><SCRIPT language='JavaScript' 
> src='../scripts/formscripts.txt'>
> 
> or
> 
>
> 
> > -Original Message-
> > From: kiuma [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, October 10, 2002 10:43 AM
> > To: Struts Users Mailing List
> > Subject: javascript help
> > 
> > 
> > The previous problem was on 

RE: javascript help

2002-10-10 Thread Bartley, Chris P [PCS]

Perhaps it's because your  tag isn't closed?  Maybe try: