Writing Simple UNO Components

This tutorial should encourage every developer (and also his manager) to prefer designing and implementing UNO components instead of writing single solutions, because components can easily be reused and maintained. The use of components simplifies the access to your code for example from remote or from another programming language, such as, Java, C++, or basic.

We will show you how to describe, implement, and register a simple UNO component; and how they could be accessed.

Services, Interfaces, and Properties
Describing Services
Implementing Services
Registering Services
Accessing Services



Legal Notices