Two Laptop Bag
The moose likes Web Services and the fly likes Hessian 2 compression using envelopes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Hessian 2 compression using envelopes" Watch "Hessian 2 compression using envelopes" New topic
Author

Hessian 2 compression using envelopes

Santiago Conde
Greenhorn

Joined: Nov 09, 2004
Posts: 16
Hi

I have been searching for information about using envelopes to compress data in Hessian 2 but with no avail.

I have a client application that creates a stub for a remote service using the HessianProxyFactory as usual. Having this, I would like to compress the data to be sent, receive in the server side, decompress and use as usual.

Could anyone point me to some documentation or provide a small example?

Thanks in advance.


Dudo, your brain is vanishing like the fog.- Fraggel Rock
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Hessian 2 compression using envelopes
 
Similar Threads
How to compress String?
Hessian in tom cat
zipping of class files/jsp
Since a SOAP message is transmitted in plain text
HttpClient and MultipartEntity vs. Jersey Multipart