Skip to content
OpenCms documentation
OpenCms documentation

Writing a workplace app

This example demonstrates how to add a new application to the OpenCms workplace.

You can view the source code of this example here:

The example adds a new app category "Example Apps" with the apps "List" and "Form". While "Form" documents the main features for workplace apps in a very simple way without any "useful" functionality, the "List" app displays a list of resources in the same way the explorer does and you can operate on these resources the same way.

The example's module installs the app category 'Example Apps' with the two apps 'Form' and 'List'
The main view of the 'Form' app
The 'List' app