Creating OpenEdge REST applications
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This section is an overview of REST application development in OpenEdge. It also points to sources for more information on various topics and tasks.
Developing an OpenEdge REST application requires these steps:
- Planning
- Configuring an AppServer
- Creating a REST project
- Creating an AppServer REST service interface
- Creating REST Web services
- Adding static resources to your project
- Generating an OpenEdge REST application
- Testing the REST application on an Apache Tomcat Web server
- Deploying the REST application