Reputation: 93
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?
Upvotes: 0
Views: 347
Reputation: 9621
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.
Upvotes: 2