Friday, November 13, 2015

JDev/ADF sample - Oracle JET and ADF Faces Integration in ADF

  • Oracle JET and ADF Faces Integration in ADF. Oracle JET provides a set of UI components, based on a combination of HTML and JavaScript. ADF Faces is an Ajax-enabled rich JavaServer Faces component framework that uses JavaScript to render client-side components, implement rich component functionality, validate user input and convert user data input. Although it is not officially documented, but obviously Oracle JET components can be integrated into JSF pages implemented with ADF Faces. I think such integration provides many benefits to ADF Faces. Use cases where performance is critically important can be implemented with Oracle JET client components and rich functionality can be implemented with ADF Faces, all in the same ADF application. Probably I would not create dependencies between Oracle JET and ADF Faces components rendered on the same page. Oracle JET should render data coming from REST services, while ADF Faces should work with data obtained from ADF Bindings layer.
    Download - SimpleADFApp.zip

2 comments:

gareth said...

Hi Andrejus,

Is Oracle JET compatible with ADF 11.1.1.7?

Andrej Baranovskij said...

Oracle JET is nothing but HTML and Java Script, if you manage to include HTML into ADF page, it should work.

Andrejus