I'd like to use the Commons base64 encoding package and the java
compression library and actually start compressing and base64 encoding
messages.
This will allow us to write binary (instead of ascii) messages, which can
make things much easier for us to parse on both sides.
If we were to stick to within java, we could do things even more slickly...
but even without, I think that reading and writing to input streams and
output streams will make this process more foolproof. No more worrying
about separaters or special characters.
Original issue reported on code.google.com by brian.ta...@gmail.com on 8 Nov 2008 at 11:25
Original issue reported on code.google.com by
brian.ta...@gmail.com
on 8 Nov 2008 at 11:25