RE: Caching XLS style sheets (MVC Architecture)

2001-05-15 Thread Ted R. Rice
Title: RE: Caching XLS style sheets (MVC Architecture) > I asked a question on an MVC application architecture > using XLS, and got > advice to cache XLS / XSLT style sheets, and pre > compile them. > > Can someone give me some more background on this. > How?

RE: Caching XLS style sheets

2001-05-15 Thread Jeff Schnitzer
MAIL PROTECTED]] > Sent: Monday, May 14, 2001 1:12 PM > To: Orion-Interest > Cc: Jeff Schnitzer > Subject: RE: Caching XLS style sheets > > > i am VERY interested.. > > > artie > > Quoting Jeff Schnitzer <[EMAIL PROTECTED]>: > > > Excel style

RE: Caching XLS style sheets

2001-05-14 Thread Saphari.com - www.saphari.com
> > > Is anyone interested? > > Jeff Schnitzer > [EMAIL PROTECTED] > http://www.similarity.com > http://www.infohazard.org/junitee > > -Original Message- > From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 06, 2001 5:55 PM > To: Orion-Interest &g

FW: Caching XLS style sheets

2001-05-10 Thread Ted R. Rice
  -Original Message-From: Ted R. Rice Sent: Wednesday, May 09, 2001 8:15 AMTo: 'Orion-Interest'Subject: RE: Caching XLS style sheets in actuality, caching pre-compiled stylesheets and then using them repeatedly is very possible and you will see large performance gain

RE: Caching XLS style sheets

2001-05-09 Thread Jeff Schnitzer
hings you can do with the framework. Is anyone interested? Jeff Schnitzer [EMAIL PROTECTED] http://www.similarity.com http://www.infohazard.org/junitee -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 5:55 PM To: Orion-Interest Subject: Caching

RE: Caching XLS style sheets

2001-05-09 Thread Jeff Schnitzer
hings you can do with the framework. Is anyone interested? Jeff Schnitzer [EMAIL PROTECTED] http://www.similarity.com http://www.infohazard.org/junitee -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 06, 2001 5:55 PM To: Orion-Interest Subject: Caching

Re: Caching XLS style sheets

2001-05-06 Thread Tim Endres
> I asked a question on an MVC application architecture using XLS, and got advice to > cache XLS / XSLT style sheets, and pre compile them. Sounds like something I would say... > Can someone give me some more background on this. Hope so. > How? The code we use is totally tied to Xalan, but ca

Caching XLS style sheets

2001-05-06 Thread Vic Cekvenich
I asked a question on an MVC application architecture using XLS, and got advice to cache XLS / XSLT style sheets, and pre compile them.   Can someone give me some more background on this. How? What if the content is dynamic? (2 million items and 100,000  of styles + with any combination)   T