Re: Compressing your struts for faster transfer

2004-05-25 Thread Riyad Kalla
It is very cool, but expensive for server resources (like SSL). So if your server spends most of its time sitting around, compression can be a nice addition. On Friday 21 May 2004 10:02 am, Irfandhy Franciscus wrote: > Hi, > > I jsut found out this very neat way of compressing our struts pages >

RE: Compressing your struts for faster transfer

2004-05-25 Thread Hookom, Jacob
FYI http://www.mail-archive.com/[EMAIL PROTECTED]/msg95667.html -Original Message- From: Irfandhy Franciscus [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 12:03 PM To: [EMAIL PROTECTED] Subject: Compressing your struts for faster transfer Hi, I jsut found out this very neat way

Compressing your struts for faster transfer

2004-05-25 Thread Irfandhy Franciscus
Hi, I jsut found out this very neat way of compressing our struts pages using GZIP for faster transfer. Basically we'll use a filter to ZIP our pages. here are some URL for references: http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=2 http://www.servletsuite.com/servlets/gzipflt.