Sample Web application in OpenEdge Management
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A typical install of OpenEdge Management comes with a sample Web application WAR file and its original source code bundled in a ZIP file included in the $OEM/samples directory. The sample Web application is a single page application with a sample REST API. To access the REST API sample, see Access the REST API extension. To begin with, you can use this sample Web application as a template for third-party Web applications.
The sample Web application provides the following:
- Java Web application definition including the
web.xmlfile and the required file structure. - Configuration for Web application security using Shiro. OpenEdge Management uses Shiro for its security configuration.
- A sample REST API implementation based on REST annotated classes in OpenEdge Management.
- Hooks to add menu entries to menus in OpenEdge Management.
- A sample web page with OpenEdge Management styling that can be used as a template for custom web pages.