Ticket #18 (new enhancement)

Opened 2 years ago

Provide a language independent interface to Mulgara compatible with HTTP transport.

Reported by: andrae Assigned to: andrae
Priority: critical Milestone:
Component: Mulgara Version: 1.0.0
Keywords: Cc:

Description

We need to support access to the entire Session API from languages other than java.

Both xml-rpc and REST have been proposed as alternatives. OTOH we should probably support both.

XMLRPC because of it's wide language support and classic-rpc model.
REST because it is a better fit to W3C architecture, and provides benefits when working with loosely coupled distribution.