Posted By:
Halil_AKINCI
Posted On:
Thursday, May 30, 2002 06:55 AM
Hi,
I want to implement a distributed computing application. In my application a client will connect two or three remote databases and query them using a query parameter. The servers will send the query results to the client. To send the query parameter to the remote databases, I want to use a HTML form. I can't decide to which technologies must be use to accomplish this application. Applet, Servlet, RMI or CORBA. Which technologies gives better solution? Can you help me, please?