Difference between revisions of "Utilities and Common Libraries"

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Developer's Guide]]
 
[[Category:Developer's Guide]]
There are a number of software libraries offering common facilities inclucing:  
+
There are a number of software libraries offering common facilities including:  
 
* [[common-utils-encryption]] which offers an easy way to encrypt and decrypt XML documents and string objects;
 
* [[common-utils-encryption]] which offers an easy way to encrypt and decrypt XML documents and string objects;
 
* [[common-encryption]] which offers an easy way to encrypt and decrypt string objects;
 
* [[common-encryption]] which offers an easy way to encrypt and decrypt string objects;
 
* [[common-accounting]] which offers an easy way to produce and consume resource accounting data;
 
* [[common-accounting]] which offers an easy way to produce and consume resource accounting data;
 
* [[common-accounting-model]] which contains the definition of the resource accounting records;
 
* [[common-accounting-model]] which contains the definition of the resource accounting records;
* [[Common_Messaging_endpoints|common-messaging-endpoints]] which offers facilities to retrieve Message Broker endpoints.
+
* [[Common_Messaging_endpoints|common-messaging-endpoints]] which offers facilities to retrieve Message Broker endpoints;
 +
* [[Database resource|database-resource]] library that allows easy retrieval of databases information from the IS.

Revision as of 12:21, 25 July 2013

There are a number of software libraries offering common facilities including: