JDBC over HTTP
843859Jun 21 2006 — edited Jun 28 2006Hi,
I am wondering if there is some software that allow to communicate to a database over http.
For example, an applet needs to do some queries to a database but the only access point is the web server host and port.
Can we do that in a simple way or do we need to use some web services or object serialization between client and server ?
Thanks !