sudeep
sudeep

Reputation: 93

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?

Upvotes: 0

Views: 347

Answers (1)

Cristian Boariu
Cristian Boariu

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

Related Questions