Create New OA Workspace and Project
Create New OA Workspace and Project
Give the workspace name and browse the directory name. All the
files related to the Workspace will be saved in myprojects folder
now.
Give the details as below to create a helloworld project.
Provide the connection details
Select OADeveloperMode and OADiagnostic, and move them to selected Options List
Step 3: Create an application Module
Step 4: Create a Hello World page
Page Layout region will be created automatically. Set the region
properties as below.
Create a new region
Set the region properties as below
super.processFormRequest(pageContext, webBean);
if (pageContext.getParameter(“GO”) != null)
s
Step 5 : Run OAF page
Right click on page and click Run to run the page locally.
What ever you typed in Name field will appear as Information which is
highlighted.