anybody know how to use jave work with mapping file? help!

mapping file are somehow those...<db-insert root-element>.....<map-info>something like that, and I dont know how java code can use with them..my database is mysql...or any reference site is good.?Thank you very much
[269 byte] By [wiltonga] at [2007-10-3 2:45:35]
# 1
i mean the java codes for mapping file for inserting data into a single table, any advice? man
wiltonga at 2007-7-14 20:34:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
XML is being mapped to database with which API?Hibernate? XML SQL Utility?
dvohra09a at 2007-7-14 20:34:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

urm...thanks..

my job is about to write a transformation tool to transform XML documents into a database. The tools is written for users to extract data in XML format and store it into a database. But i would choose MYSQL. Mapping files are used to store information correctly into database to avoid the need to write new code for each type of XML files. And can choose any programing langugage for implementation such as Java and C#.........and currently still looking on Java or VB

wiltonga at 2007-7-14 20:34:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Such mapping tools/APIs are already available. Hibernate 3.1 provides XML to database mapping.
dvohra09a at 2007-7-14 20:34:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 5
i have looked into those API tools already, but somehow...can you quoting some codes for example, example retrieving and updating...just these 2 examples?
wiltonga at 2007-7-14 20:34:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 6
Refer http://www.hibernate.org/hib_docs/v3/reference/en/html/xml.html
dvohra09a at 2007-7-14 20:34:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...