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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -