Insert the xml file data into a database using java? -


i wanted insert data xml file database java. includes creating table, followed inserting data in xml file.

i'm not going supply code it, give direction:

there 2 parts task:

  1. parsing xml - can done 1 of many xml parsers java. refer this question.

  2. communicating database - can done using jdbc, has nice tutorial here , another 1 here.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -