Author: SSWUG Research

Community

Develop custom client applications with IBM DB2 Content Manager C++ OOAPI, Part 2: A guided tour to designing and developing the ADClient application

(Xiao Li and Sheng Wei) The pClient and eClient, packaged with IBM DB2 Content Manager (CM), meet the client requirements of many Content Manager users. However, many others need to develop their own client applications to meet their special business needs and to integrate their own business with CM

Community

Custom XPath Functions

(Mark Nischalke) XPath Expression are a powerful tool, however there are some limitations. Some things that you may need to do are not available yet in the specification, or you may need to do something slightly different from the specification, or there just isn’t any way to do it except for using

Community

Virtual Memory and Demand Paging

(Joydip Kanjilal) One of the most important of all concepts related to Memory Management is Virtual Memory. Virtual Memory refers to the concept whereby a process with a larger size than available memory can be loaded and executed by loading the process in parts. The program memory is divided into

Community

Tuning MySQL for eZ publish

(Bård Farstad) This article explains how to tune a MySQL database for use with eZ publish. MySQL is a database engine used by eZ publish to store content. While other databases are supported by eZ publish (such as PostgreSQL and Oracle), for performance reasons we recommend MySQL. This article has s