Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call Java Web Services or database

Status
Not open for further replies.

jlipsitz

Programmer
Jul 13, 2003
14
US
Hi,

I was wondering if it was possible to call a Java Web Service or a database from JavaScript. If so how would this be done.

Thanks
 
You can call any Java object using CORBA over IIOP. Usually you would implement a small applet on the page which will then connect to the back-end classes and provide a session handle to javascript. You can then use Javascript to access any properties of the session.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top