The UNO-Servlets package is an extension to http-servers (such as apache or jakarta-tomcat), which allows to generate dynamic webcontent with C++ by using an API very similar to the Java servlet API. UNO-Servlets support (and emulate if necessary) http-session. UNO-Servlets is published under the LGPL license.
Each servlet is implement as a UNO component. UNO is the component model of OpenOffice.org (see http://www.openoffice.org). This package just needs the small LGPL'ed Office Development Kit (see requirements) .
The interface technology allows an UNO-Servlet to be used in apache or jakarta-tomcat without any codechanges.