Re: static pages

2002-10-28 Thread John Nicholas
Andrew Hill wrote: Barracuda? -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] I'm not here to argue about Struts' performance. Anyone who chooses another framework over Struts either doesn't need Struts or they don't know what it has to offer. I have yet to meet

RE: static pages

2002-10-27 Thread Todd Pierce
What do you mean by static pages? The concept of Static and active pages is an anachronism if you're using templates for page layout(which you really should) and applicationResources properties for static text (ditto). -T -Original Message- From: Beast [mailto:beast;setuid.com] Sent:

Re: static pages

2002-10-27 Thread Beast
At 10:02 AM 10/26/2002 -0700, Craig R. McClanahan wrote: On Sat, 26 Oct 2002, Beast wrote: Hello, Just examine the struts-example, Is it advisable using struts to handle static pages also? what is the advantage? Struts does not handle static pages at all -- that's up to your servlet

RE: static pages

2002-10-27 Thread James Mitchell
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Beast [mailto:beast;setuid.com] Sent: Monday, October 28, 2002 11:46 AM To: Struts Users Mailing List Subject: Re: static pages

RE: static pages

2002-10-27 Thread Beast
At 11:58 PM 10/27/2002 -0500, you wrote: That choice is up to you. This also depends on what you are serving. Unless your site is using a lot of graphics with high traffic or your users are downloading large files, I think the performance drain is minimal. How 'minimal' is it? People even

RE: static pages

2002-10-27 Thread James Mitchell
Einstein (1879-1955) -Original Message- From: Beast [mailto:beast;setuid.com] Sent: Monday, October 28, 2002 1:12 PM To: Struts Users Mailing List Subject: RE: static pages At 11:58 PM 10/27/2002 -0500, you wrote: That choice is up to you. This also depends on what you are serving

RE: static pages

2002-10-27 Thread Andrew Hill
Barracuda? -Original Message- From: James Mitchell [mailto:jmitchtx;telocity.com] Sent: Monday, October 28, 2002 14:39 To: Struts Users Mailing List Subject: RE: static pages Quite the contrary. The users guide, api docs and published materials are littered with hints and how to's

RE: static pages

2002-10-26 Thread Jacob Hookom
You can setup a filter according to the new Servlet Spec to restrict access to static content via Role management (SEE TOMCAT MANUAL). But as for Struts specifically, I'm not completely sure. | -Original Message- | From: Beast [mailto:beast;setuid.com] | Sent: Saturday, October 26, 2002

Re: static pages

2002-10-26 Thread Affan Qureshi
Also document management, change management, rights/access management is easier - Original Message - From: Jacob Hookom [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, October 25, 2002 11:19 PM Subject: RE: static pages You can setup a filter according

Re: static pages

2002-10-26 Thread Craig R. McClanahan
On Sat, 26 Oct 2002, Beast wrote: Date: Sat, 26 Oct 2002 13:09:11 From: Beast [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: static pages Hello, Just examine the struts-example, Is it advisable using