WxService

From OpenSimulator

Revision as of 01:36, 20 April 2011 by Aiaustin (Talk | contribs)

Jump to: navigation, search

An add-on set of services provided by BlueWall.

See http://bluewallvirtual.com/WxService

His introductory notes from his blog on 17-Apr-2011 follow:

In the past, web interfaces and other external applications have been built to manipulate the OpenSimulator data directly. Recent web interfaces and applications are still being developed using these same techniques, but it is arguable whether whether this is a best practice. I don't believe that allowing a host of applications direct access to my data is a good practice at all, so I have been developing WxServices for OpenSimulator. WxServices is in the WxService branch of the OpenSimulator git repo. And below is a description and quick tour of some example code to exercise it.

WxService is a Robust service that provides a framework for developing secure middleware connectors. The service exposes an interface that allows handlers to be developed in the addon-module directory, along with other end-user developed code. Then manages them in a way similar to the way the Robust handler components are managed. The user provided connectors implement handlers that allow external applications such as web interfaces and management systems to securely and reliably work with the OpenSim internal resources. And, by providing the mechanism to allow the POST handlers for the service to reside outside the core development tree allows easier distribution and integration for third party developers to share code with other users in the same way that region modules can be shared now. Also, an optional https server is enabled to secure the traffic between the application and the service.

Personal tools
General
About This Wiki