Duke Tantiprasut wrote:
I am quite positive about these ideas and would rephrase your idea as follows: Transmit and receive any object, for which a SAX handler and a SAX serializer is available. (This would include DOM, and JAXB.)I'm not talking about extending the XMLRPC standard to represent the arbitrary java object (a la RMI). I'm referring to extending the Apache Java XMLRPC API implementation to understand JDOM XML objects.
My personal opinion is, that this should be based on SAX 2, and not SAX 1. Luckily, there's a patch available for that: See http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=875 and http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=967 . If you would like to work on it, I'll also be happy and integrate any patches from you into my version.
Jochen
