Using the UNO Executable

From Apache OpenOffice Wiki
Jump to: navigation, search



The main benefit of using the uno tool as a replacement for writing executables is that the service manager initialization is separated from the task-solving code and the component can be reused. For example, to have multiple XMain implementations run in parallel in one process. There is more involved when writing a component compared to writing an executable. With the bootstrap variable mechanism there is a lot of freedom in bootstrapping the service manager (see chapter C++ Language Binding).

The uno tool is a good starting point when exporting a certain component as a remote server. However, when using the UNO technology later, the tool does have some disadvantages, such as multiple objects can not be exported or the component can only be initialized with command line arguments. If the uno tool becomes insufficient, the listening part in an executable will have to be re-implemented.

Documentation note.png To instantiate Java components in build version 641, you need a complete setup so that the uno executable can find the java.ini file.
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages