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!

CORBA, JAVA and XML Question

Status
Not open for further replies.

tsangboy

Programmer
Mar 6, 2001
2
HK
Dear all,
Do anybody know that if I want to pass a XML file from an applet client to the server's object and use the CORBA as the middle-ware, how can I write the IDL?

Otherwise, do any good examples or references?


 
return as an xml string and then parze the string. Alternatively, use a tree-node like structure, to simulate the xml data structure.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top