View Review Details


Book:   Java & XML Data Binding
Subject:   another question
Date:   2004-06-01 20:53:56
From:   garnettfans
Rating:  StarStarStarStarStar

The new JAXB version do support 'DTD' as it support Schema ,I have another question :when I want to insert a new record into the XML file (movies.xml), must I first UNMARSHAL the file, and add the corresponding object (Movie) to the generated Movies's movie list, then MARSHAL it?
I think it looks not so beatiful when the Movies has a large number of movies!

See larger cover