Hello,
I have a problem about how to comunicate a ?Swing Application? and the
Tomcat server. I need to execute a SQLJ class which creates a XML file.
That file would be used to update a local Database in the client machine.
Afterwards this local Database would be the major point to keep others
files consistent in order to finish the transaction.
How can I comunicate my application with a Tomcat Server (which has a
lot of classes that are used to stablish a connection with a Oracle
DataBase) as my ?Swing Application? is a client one ? Is it possible to do
so by HTTP/URL conections ? Another point is that I have a proxy between
the client and the server. As so, it is not possible to comunicate with
the Tomcat Server throught IP Address. Another important information that
I would like to share with you is that the SQLJ class works fine; creating
the XML file.
If you have any sugestions about how to solve this problem, I would
be very glad....
Thanks a lot.
Ricardo Martins