Monday, 30 April 2018

Step 4: Test the page from a browser

You test the page as currently exists. If this is the first time you are running a page from inside JDeveloper, you must first let the integrated WebLogic Server install.
  1. This first step is to install the integrated WLS. If it is already installed, then you may go to step 3.
    From the Run Menu, select Start Server Instance.
    this screenshot shows the menu command in JDeveloper to start the integrated Web Logic Server.
  2. In the Create Default Domain popup, enter a value for the password and then confirm it.
    Then click OK.
    This screenshot shows the Create Default Domain dialog with the credentials for Web Logic Server entered.
    The Log window will show you when WLS has been installed and started.
    This screenshot highlights the message that the Integrated Web Logic Server has started. It also shows the time it took to start the Web Logic Server.
  3. Next, deploy the page to WLS
    Right click in the visual editor and from the menu, select Run.
    This screenshot shows the visual editor and the menu command to deploy the page to Web Logic Server.
    The Log window will show you the target URL when deployed.
    This screenshot shows the Log window that displays the Target URL.
  4. Your browser will display the page and the two columns - Id and Name. Also notice any of the data records can be selected. Nothing will happen when the record is selected. We'll take care of that in the next section.
    Keep the browser window open. Do not close it.
    This screenshot shows the browser window displaying the page that you are designing.