java - Would it be accurate to say that JAXB is to XML as Hibernate is to a database schema? -
If I want an ORM which helps me to develop a "database based" application, it would be good to be in hibernation , But if I need to map the entities or objects to nodes in an XML file, then JAXB will be the right type of technology ... will this be a true assessment?
Yes, JACAB is targeted to force Java objects against XML and vice versa. It's not an exact analogy, IMO, but I think I'm seeing what you're doing. :)
Comments
Post a Comment