JSF and SDO sample setup instructions

These samples demonstrate the relationship between JSF tags (in a JSP file) and service data objects (SDO).

All the setup is done automatically when you import the sample applications. When the import is complete, follow these steps to run a sample and test it on a server:
  1. Open the Web perspective (click Window > Open Perspective > Web).
  2. Ensure that you have an available supported server:
    1. Open the Servers view (click Window > Show View > Servers).
    2. If the Servers view is empty, define a new server by right-clicking the Servers view and selecting New > Server. Follow the instructions in the New Server wizard.
  3. Target the Web project against a runtime:.
    1. In Project Explorer, right-click JSFandSDO and select Properties the Properties for JSFandSDO window opens.
    2. Click Targeted Runtimes.
    3. Select a target runtime from the runtimes list.
  4. In Project Explorer, right-click JSFandSDO and select Run As > Run on Server. The Server Selection window opens.
  5. Select an installed server. The server needs to work with the runtime that you targeted against the Web project.
  6. Click Finish. If the server has not already been started, you are prompted to start it.
The JSF and SDO samples are published to the server. A Web browser window opens and displays a list of the various JSF and SDO samples that you can try.
Parent topic: JSF and SDO

Feedback