Hi,
Is there a way to maintain a database connection pool or a socket connection pool within Axis?
I am developing a GUI which is dummy and don't know what to do except how to connect web service.
The web service, gets the parameters and connects to a database and runs queries on tables, prepares results and sends the results back to GUI.
1 -  How could I return resultSet from a web service? (any code sample?)
2 - Could I maintain a connection pool in order to use existing connections? I am using Tomcat as web server and it has its own db connection pool but how can I register resource to JNDI? I have to maintain two different connection pools (one for mysql and one for oracle)

Besides, the GUI sends some some commands to web service.
Web service takes the commands and connects to an application over a predefined socket. Get the results from the application and return results.
1 - Can I maintain a socket connection pool for this operation?

I know web services are stateless but how stateless they are?
Thanks
======================
Metin ZAVRAK
Yazılım Geliştirme Mühendisi
Oksijen Teknoloji

0 543 502 03 63
[EMAIL PROTECTED]
======================
Verba volent, scripta manent.
(Söz uçar, yazı kalır).

Reply via email to