-
Notifications
You must be signed in to change notification settings - Fork 288
Web Application
Simon Braconnier edited this page Oct 23, 2017
·
2 revisions
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.
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.