-1

Please provide me a list of marshalling-unmarshalling java frameworks which are compatible with JDK 1.4. Im currently trying to use castor, but not going well. So i want to try other options.

Thanks in advance!

knk
  • 79
  • 1
  • 9

1 Answers1

0

We've been using JAXB. Some other options are discussed here: What to use instead of XMLBeans now that it has been retired? (I'm assuming you are looking for xml marshaling/unmarshaling from the tags for this post)

Community
  • 1
  • 1
John
  • 3,458
  • 4
  • 33
  • 54
  • Yes, JAXB is the standard. But we cant use it snce we are constrained by JDK 1.4 – knk Jul 22 '15 at 11:42
  • @user1994694 You can use it. It was previously a separate download in the JAX-WS package, if you can find it. – user207421 Jul 22 '15 at 12:23