Peter,
Speaking of things that might be "beyond-spec", are Kaffe's standard
classes and the Sun JDK classes Serialization compatible? For example,
if I were to Serialize a java.awt.Panel generated by a Kaffe VM, and
send it over a network to a Sun VM, could the Sun VM deserialize it
properly to i
Check out the Java Communications API at the JDC (free registration
required).
http://developer.javasoft.com/developer/earlyAccess/javacomm/index.html
There's example code in this month's JavaWorld,
http://www.javaworld.com/javaworld/jw-09-1998/jw-09-indepth.html, and a
rich description in an ol