Try OpenEdge Now
skip to main content
OpenEdge 11.6.3 New Information : Progress Developer Studio for OpenEdge : Working with Web UI Project Type : Creating a Web UI project
 
Creating a Web UI project
You can use the Web UI project to develop web front-end applications deployed on PAS for OpenEdge. You can also use the Web UI project to deploy the applications created in Kendo UI Builder.
To create a Web UI project:
1. Select File > New > OpenEdge project from the Progress Developer Studio for OpenEdge main menu bar or the Project Explorer view context (right-click) menu. The New OpenEdge Project wizard opens and displays the Create an OpenEdge Project page.
2. Type a name in the Project name field. The root folder for the new project with this name is created in your current workspace. To choose a different location for the project, clear the Use default check box. Then either browse to or enter the path to the required location.
Note: If you want to use a Kendo UI Builder project with the Web UI project, ensure that the name of the project is same as the Kendo UI Builder app, and you select the same location for the Web UI project where the Kendo UI Builder project resides.
3. From the Project type configuration drop-down list, select Web UI and click Next.
4. From the Supported servers list, select the servers that will be the destination for your published application. The primary function of these servers is to support the publishing of your code for running, testing, and deploying your Web App to PAS for OpenEdge.
5. Click Finish. The project is deployed to the selected PAS for OpenEdge instances with the name you provided. If you have associated this project with Kendo UI Builder, the debug folder is added to the build output folder in the Project Explorer to contain all Kendo UI Builder content.