Dear Tek-tippers,
I'm still very ignorant when it comes to client-server Java programming. So forgive me if I'm asking basic questions.
What is the short-term goal? Upload rather large XML files to the Tomcat server, parse them using JDOM, convert the XML elements to Java objects and write these objects to a MySQL database.
For now I just managed to upload the XML files to the server, to parse them and -for testing purposes- to write them back to a server-side XML file. This already takes rougly 20 seconds of time (and now everything is even locally installed).
So I guess I need some sort of feedback mechanism from the server to the client. But I have no clue of how to implement this. Can anybody put me on the right track?
Thanks,
Gert
I'm still very ignorant when it comes to client-server Java programming. So forgive me if I'm asking basic questions.
What is the short-term goal? Upload rather large XML files to the Tomcat server, parse them using JDOM, convert the XML elements to Java objects and write these objects to a MySQL database.
For now I just managed to upload the XML files to the server, to parse them and -for testing purposes- to write them back to a server-side XML file. This already takes rougly 20 seconds of time (and now everything is even locally installed).
So I guess I need some sort of feedback mechanism from the server to the client. But I have no clue of how to implement this. Can anybody put me on the right track?
Thanks,
Gert