| Author |
marshalling java objects into xml
|
Sven Anderson
Ranch Hand
Joined: Apr 14, 2004
Posts: 58
|
|
Hi, I'm looking at ways of marshalling our java domain model into xml. I've been playing around with JAXB for a little while which does what we want. However, since all our java beans are immutable objects this doesn't work very well with JAXB (as far as I know). Are there any other technologies out there that can take our immutable java beans and easily turn them into XML? Thanks S
|
 |
Madhu Sagar
Greenhorn
Joined: Sep 29, 2007
Posts: 8
|
|
Hi, There is so many technologies to create mutable objects. Those are hyperjaxb,JIBX,middlegen etc. But we can't convert immutable objects to mutable objects. Thannks, Madhu
|
 |
 |
|
|
subject: marshalling java objects into xml
|
|
|