User Guide
This is the user guide for the snapshot version of OCCIware.
Studio
The studio is based on Eclipse.
- Installing OCCIware’s studio
- Browsing and Installing OCCIware’s studio example projects
- Designing a new OCCI extension
- Using the OCCI extension designer
- Using the OCCI configuration designer
- Using OCCIware’s generators
- Advanced usage
- Howtos / best practices
Connectors
Runtime
- MartServer : pure java, multi protocol, OCCI runtime platform. It can be understood as a headless implementation of the Occi-Studio in Java, roughly equivalent to Erocci.
- Erocci : scalable, multi protocol, multi backend OCCI runtime platform. Its erocci-dbus-java Java backend makes it a runtime server for Studio connectors, allowing to expose them as OCCI through erocci.
- OCCInterface (OCCI playground) : OCCInterface is a generic application that lets you explore and modify the resources of an OCCI server.
- Exposing a connector as an OCCI HTTP API : Explication based on the Linked Data demo.