Anas asked me to make my Management Developers Conference presentations available, so here they are.
Web Service Management On Rails
In the first one, WS-Management On Rails, covers the beauty of accessing WS-Management and WS-CIM functionality through Ruby. The code follows the DMTF Technologies Diagram and consits of- rcim for the CIM Infrastructure layer This implements the CIM metamodel of classes, properties and qualifiers.
- mofgen to generate WS-CIM bindings Mofgen is an extension to the Cimple MOF parser. It generates Openwsman client bindings for CIM classes from the class description contained within a MOF file.
- rwscim for the CIM Schema class hierachy This puts a wrapper around the bindings generated by mofgen, makes them available as a single Ruby module and ensures the correct class hierachy.
No comments:
Post a Comment