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
jeak110 - 27 Jul 2005 17:40 GMT
you jdom for exporting data from XML file. You can find a sample in its
manuals.
you jdbc for writting data into database.