Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Which Java-XML library or technology is best for my needs?

628816Mar 17 2008 — edited Mar 26 2008
Hi Group,

I am working on a desktop application which communicates with a server application over HTTP. On both the applications, Java object model is similar.

I want to use XML to transfer data between the 2 apps. Please tell me which JAVA-XML technology or libarary is best for my case. Since it is a desktop application, I am looking for some library with moderate footprint. Also it should be efficient as the amount of data contatined within a single object can be huge (due to big object model).

Someone suggested that we can also send serialized objects (Base64 encoded) on the wire and there is no need to use XML. Please suggest me how suitable this can be, if i dont use XML and send just a serialized object. I also looked at the Castor. Please suggest me if Castor is fine or I can also look at something which is provided within Sun's JDK.

Cheers,
Nitin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2008
Added on Mar 17 2008
4 comments
2,658 views