Develop JSF application with Oracle ADF in Eclipse. July 23, 2009
Posted by Terry.Cho in JSF & ADF (Oracle Application Development Framework).Tags: ADF, Eclipse, JSF, Oralce, WebLogic
10 comments
Oracle ADF has JSF (Java Server Faces – Part of JEE5 standard) implementation.
It provides very rich UI component.
Commonly people think that “to use ADF, do we need JDeveloper?”. Answer is no.
ADF contains whole application framework including Biz Logic, Data Access,View etc.
In this example we just use ADF Faces as a JSF implementation and shows implementation method with eclipse.
Environment
- WebLogic 11g (Bundled in JDeveloper 11g)
- JDeveloper 11g
- Eclipse Galileo
You can download source code here