Re: real huge application with T5?!

2007-08-17 Thread Michael Grundvig
I don't have a T5 example with that many uniques but I can say that 10,000 uniques really isn't a big deal and you should have no trouble at all supporting it. Tapestry seems quite fast overall. The bigger problem is you need to be careful with is how you design your app. PHP developers have a

Re: properties file does not support UTF8

2007-07-15 Thread Michael Grundvig
The -Dfile.encoding option doesn't always work properly, it's documented on the Java site here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4163515 Basically, it seems to work on some VMs but you really need to just make sure the file matches the encoding of the OS or specify an encoding

Commons Logging in Tapestry

2007-06-26 Thread Michael Grundvig
Is there a way to get commons-logging out of tapestry? I just fought with it yet again the other day. Maybe a move to something like SLF4J? Commons logging is really frustrating with it's classloader disaster always waiting in the wings. The most comprehensive set of arguments against it are fou

RE: Dynamic Sections on a Page

2006-09-21 Thread Michael Grundvig
Im sorry, I don't think I explained that well at all (I was barely awake at the time). What I need is along the lines of a dynamic include in a JSP. Where the included JSP still executes as always but you are able to specify the include path itself as a variable. That's what I'm looking to accompli

Re: Porting Existing Site To Tapestry

2006-06-23 Thread Michael Grundvig
]> To: "Tapestry users" Sent: Friday, June 23, 2006 11:34 AM Subject: Re: Porting Existing Site To Tapestry On Fri, 23 Jun 2006 12:27:21 -0400, Michael Grundvig <[EMAIL PROTECTED]> wrote: 1) How do I capture a Tapestry error that was caused by a missing page (a 404). With fri

Porting Existing Site To Tapestry

2006-06-23 Thread Michael Grundvig
Hi all; I'm a recent convert to Tapestry and love it thus far! I am about to migrate a huge static site into Tapestry. The site is http://www.unityonline.org and runs more then 1000 pages and tons of images. When packaged down into a war using Maven2, it comes out at 250 megs. Because the exist