I have been a bit confused on how best to go about this.
The thing: I\'m creating a j2me mobile app that will send compressed data via HTTP to a web
I am not a J2ME developer but wanted to share my view as a Java developer. If you are communicating with your webserver then i am guessing that you will be calling a webservice(SOAP or REST). I did something similar with webservice for SOAP to compress the communication some time back. Here is what i followed. http://www.predic8.com/soap-compression-howto.htm