Search code examples
jsforacle11gjdeveloper

to develop JSF webpages in jdeveloper11g


I am new to JSF using JDeveloper 11g, I need to create an UI using it which will have a user creation form and on submitting the data will be stored in a bean file. How to proceed with this?


Solution

  • JSF with JDEVELOPER:

    This tutorial should help you starting to learn how to build JSF applications with JDeveloper.

    Also a video tutorial here.

    JSF Managed Beans:

    Short tutorial here.