Newbie: XML and database



Hi all. I'm newbie in java and i have a problem: I have a program written in java which create a XML file. In this file are types like string (for example NAME, SURNAME etc.),float etc. My task is to create program (in java) which will export from this XML file its content(NAME etc.) then will connect with database and puts it to it. As i mentioned I'm newbie so I will be appricate for any help for example sample of code or links where can i get help. Mostly i am interested in exporting content of XML file. Thanks in advance Romek
.




Relevant Pages

  • How to change the configuration parameters of a java application at runtime
    ... I have a few configuration parameters in an xml file that I need to ... read when I am starting my java application(RMI server application). ... attributes say ftp directory and time out interval. ...
    (comp.lang.java.programmer)
  • Applet problem
    ... I am currently learning Java with a view to writing a small application ... which would essentially take the contents of an XML file and display it ... an applet within a webpage for this because of the basic nature of the ... hard drive into the applet for it to process and display. ...
    (comp.lang.java.programmer)
  • Re: Looking for XML package - need to read only
    ... missing is a Class that loads the *.xml file and provides me with the ... Xerces, Crimson, what already comes bundles with your Java ... want to use W3C DOM parser and not the SAX parser. ... DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance; ...
    (comp.lang.java.programmer)
  • Tricky Java/XML problem
    ... I have written a Java application which opens an XML file and displays the data within it in a GUI. ... For a couple of the elements in my XML files it is necessary to use XLink attributes so as to specifiy whereabouts the data was obtained from. ... in my Java application I have extracted all the data from the interpreted data file and now want to be able to allow the user to choose to open the raw data file to view where the interpretations have been made using the XLink provided in the raw data file. ...
    (comp.lang.java.programmer)
  • Tricky Java/XML problem
    ... I have written a Java application which opens an XML file and displays the data within it in a GUI. ... For a couple of the elements in my XML files it is necessary to use XLink attributes so as to specifiy whereabouts the data was obtained from. ... in my Java application I have extracted all the data from the interpreted data file and now want to be able to allow the user to choose to open the raw data file to view where the interpretations have been made using the XLink provided in the raw data file. ...
    (comp.text.xml)