Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Frank W. Zammetti
I'm not sure I see your objection (although I have no doubt it's there and perfectly valid :) ). As with all things, a bit of discipline has to be used. If you take an idea and use it to build an "everything" example app, you have to choose something that is (a) not so difficult as to be usele

Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Ted Husted
On Sat, 27 Nov 2004 14:06:39 -0500, Frank W. Zammetti wrote: > Before my company decided to join the real world and use Struts, we > had our own custom framework that we developed.  One of the pieces > I lobbied for and wound up building was one all-encompassing sample > application with a suite of

Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Dakota Jack
Downloading a file in Struts is, as Martin says, "almost trivial". In fact, downloading a file in Java is pretty danged easy. So is number theory: five postulates. What's to worry? LOL http://www.mathacademy.com/pr/minitext/number/index.asp . * Pl. 0 is a number. * P2. The successor

Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Frank W. Zammetti
No parade to rain on Martin :) I thought the whole downloading thing was a good idea a month or so ago when it was being discussed, but I frankly don't particuarly care any more. I guess maybe my parade got rained on a few weeks ago, but I'm over it now :) -- Frank W. Zammetti Founder and Chi

Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Frank W. Zammetti
I agree completely, and can speak from experience... Before my company decided to join the real world and use Struts, we had our own custom framework that we developed. One of the pieces I lobbied for and wound up building was one all-encompassing sample application with a suite of test cases a

Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Martin Cooper
On Sat, 27 Nov 2004 13:33:38 -0500, Ted Husted <[EMAIL PROTECTED]> wrote: > On Fri, 26 Nov 2004 20:42:07 -0800, Martin Cooper wrote: > > On Fri, 26 Nov 2004 23:27:44 -0500, Ted Husted <[EMAIL PROTECTED]> > > wrote: > > > >> There's a download module in the struts-examples application. > >> > > Er,

Re: Apps (was ... StrutsFileDownload)

2004-11-27 Thread Ted Husted
On Fri, 26 Nov 2004 20:42:07 -0800, Martin Cooper wrote: > On Fri, 26 Nov 2004 23:27:44 -0500, Ted Husted <[EMAIL PROTECTED]>  > wrote: > >> There's a download module in the struts-examples application. >> > Er, that's an upload example. ;-) All the more reason to add it to the current suite of ex