Showing posts with label bean in adf. Show all posts
Showing posts with label bean in adf. Show all posts

Tuesday 29 July 2014

Create a Managed Bean in ADF

Hello Fellas,
Today I'm sharing my learning to how to create a managed bean without using any component, it's very simple and easy.

Just Create a Java Class.

Make getter(accessor) and setter(mutator) as required.




Open adfc-config.xml with managed bean  tab under overview section.
Give the bean any name and select the Class which we just created right now.
by editing the class text-field. and see the hierarchy, find your package, and you class.
always keep the scope to the lowest. most of the times "request"





now we can simply use it as required.





Thank you :)

A Guide to Installing Oracle HR Schema on an Existing Docker Container

  Hi Reader, Today I want to share my learning on how to install Oracle HR schema on a existing docker container. Step 1: Download the verif...