Changes between Version 10 and Version 11 of WikiStart

Show
Ignore:
Timestamp:
09/24/12 10:22:09 (12 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    22QCG-Core is an utility and interoperability layer for some QCG services (QCG-Computing and QCG-Notification). The library offers a set of standard functions that simplify the development of any Web Service in C language. In particular, QCG-Core provides stable mechanisms for handling Web Services configuration, loadable modules, transport protocols, as well as authentication and authorization. Moreover, it imposes some standard and best practices for developing new Web Services. Key features provided by SMOA Core are presented below: 
    33* configuration - it delivers XML Schema for the main configuration file together with a set of functions for parsing the file during Web Service runtime; 
    4 * serialization and deserialization - it utilizes advanced gSoap routines for serialization and deserialization of XML data ; 
     4* serialization and deserialization - it utilizes advanced gSoap routines for serialization and deserialization of XML data; 
    55* reconfiguration - loadable modules are supported, so various modules can be specified in the configuration file and loaded automatically; 
    66* transport modules - QCG-Core wraps gSoap and libpurple libraries for networked applications, thus HTTP, HTTPS and XMPP are supported;