Actions
Feature #18
openProvide a language independent interface to Mulgara compatible with HTTP transport.
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
We need to support access to the entire Session API from languages other than java.
<br/>
<br/>
Both xml-rpc and REST have been proposed as alternatives. OTOH we should probably support both.
<br/>
<br/>
XMLRPC because of it's wide language support and classic-rpc model.
<br/>
REST because it is a better fit to W3C architecture, and provides benefits when working with loosely coupled distribution.
Updated by Paula Gearon about 16 years ago
Everything but transactions have now been implemented as REST.
Actions