Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 722 Bytes

web-application.md

File metadata and controls

7 lines (4 loc) · 722 Bytes

Web Application

Whenever OpenOffice.org (OOo for short) is mentioned, this can generally be interpreted to include any office suite derived from OOo such as Apache OpenOffice and LibreOffice.

A basic example of a web application is available in the GitHub repository, under jodconverter-sample-webapp module.

The most important concept is that you should start a single OfficeManager instance when your webapp starts (using a servlet listener, Spring context configuration, or equivalent facility provided by your framework of choice), stop it when your webapp stops, and share it across all requests. The OfficeManager will take care of multi-threading.