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?
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.
精彩评论