Is there an easy way for me to exchange XML objects between the RMI client and server?
Created Aug 15, 2001
Bozidar Dangubic Use JDOM. org.jdom.Document is a serializable object so you can exchange it through RMI without much trouble.
Created Aug 15, 2001