Re: HTTP Compression

2004-08-16 Thread Navjot Singh
Upload file thru activex or applet. Can't see anything to happen from browser(currently) otherwise. - Navjot Singh Shailender Jain wrote: Hi, Using the servlet 2.3 specification one can compress the data (gzip) while sending from server and uncompress on the client (Browser). Has anybody tried,

HTTP Compression

2004-08-16 Thread Shailender Jain
Hi, Using the servlet 2.3 specification one can compress the data (gzip) while sending from server and uncompress on the client (Browser). Has anybody tried, if the reverse can be achieved i.e. the browser always sends a compressed data and webserver decompress it. This can be important when t

Re: HTTP Compression (Struts)

2004-08-11 Thread Navjot Singh
wrote: Yeah a lot of people. There was a thread on this very topic last week please check the archive before posting :) http://marc.theaimsgroup.com/?l=struts-user&m=109183678222344&w=2 Nathan On Aug 11, 2004, at 4:17 AM, Shailender Jain wrote: Hi, Has anybody used Http Compression techniq

Re: HTTP Compression (Struts)

2004-08-11 Thread Michael McGrady
At 08:08 AM 8/11/2004, you wrote: Yeah a lot of people. There was a thread on this very topic last week please check the archive before posting :) http://marc.theaimsgroup.com/?l=struts-user&m=109183678222344&w=2 Nathan If you do a search on compression in the user messages, at www.servlets.com

Re: HTTP Compression (Struts)

2004-08-11 Thread Nathan Maves
Yeah a lot of people. There was a thread on this very topic last week please check the archive before posting :) http://marc.theaimsgroup.com/?l=struts-user&m=109183678222344&w=2 Nathan On Aug 11, 2004, at 4:17 AM, Shailender Jain wrote: Hi, Has anybody used Http Compression technique f

HTTP Compression (Struts)

2004-08-11 Thread Shailender Jain
Hi, Has anybody used Http Compression technique for a web application developed using Struts Framework. Please provide the information Shailender Jain - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: HTTP Compression

2004-08-06 Thread Avinash Gangadharan
/onjava/2003/11/19/filters.html -Original Message- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 4:45 PM To: Struts Users Mailing List Subject: Re: HTTP Compression Shailender Jain wrote: >Hi, > >I know this is not the right place to ask this questio

Re: HTTP Compression

2004-08-06 Thread Eric Noel
Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. Any pointers on this will be really helpful. Shailender Jain If youre using apache you

Re: [OT] Re: HTTP Compression

2004-08-06 Thread bryan
--- Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Fri, 6 Aug 2004 08:22:19 -0400 Subject: [OT] Re: HTTP Compression To: Struts Users Mailing List <[EMAIL PROTECTED]> If only someone would invent the technology that will allow us to query the vastness known as t

RE: HTTP Compression

2004-08-06 Thread tiwari.rajeev
PROTECTED] Sent: Friday, August 06, 2004 5:29 PM To: [EMAIL PROTECTED] Subject: HTTP Compression Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. Any pointers on

Re: HTTP Compression

2004-08-06 Thread Nathan Maves
before compressing? Nathan On Aug 6, 2004, at 6:09 AM, Emmanouil Batsis wrote: Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. The usual

[OT] Re: HTTP Compression

2004-08-06 Thread DGraham
M Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To Struts Users Mailing List <[EMAIL PROTECTED]> cc Subject Re: HTTP Compression Any pointers for these Servlet filter I have no idea how to approach. Emmanouil Batsis wrote: > Shaile

Re: HTTP Compression

2004-08-06 Thread Emmanouil Batsis
ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. The usual way is to use a Servlet filter to compress the right content for the right clients. There is little or no meaning in compressing binary files (like images). Cheers, Manos

Re: HTTP Compression

2004-08-06 Thread puneet . a
D]> To "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc Subject HTTP Compression Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fa

Re: HTTP Compression

2004-08-06 Thread Shailender Jain
Any pointers for these Servlet filter I have no idea how to approach. Emmanouil Batsis wrote: > Shailender Jain wrote: > > >Hi, > > > >I know this is not the right place to ask this question. > > > >Has anybody ever used HTTP compression and image compressio

Re: HTTP Compression

2004-08-06 Thread Emmanouil Batsis
Shailender Jain wrote: Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. The usual way is to use a Servlet filter to compress the right content for the right

HTTP Compression

2004-08-06 Thread Shailender Jain
Hi, I know this is not the right place to ask this question. Has anybody ever used HTTP compression and image compression techniques so that the web page is downloaded extremely fast. Any pointers on this will be really helpful. Shailender Jain