Using Managed Beans with your ADF Mobile Client Applications
- by denis.tyrell@oracle.com
Did you know it's easy to extend your ADF Mobile Client application with a Managed Bean just like it is with an ADF web application? Here's how:
Using the New Gallery (File -> New), create a new Java class. This class should extend oracle.adfnmc.el.utils.BeanResolver.
Add this java class as a…