Oracle ADF 11g – Authentication using Custom ADF Login Form Watch

Oracle ADF makes authentication and authorization easy via a nice graphical interface. During development, you can use the builtin file-based policy store called jazn-data.xml. You can then later swap out your authentication provider, using something a bit more scalable such as an LDAP server or custom database store. ADF also provides a default HTML-based login form that can be automatically … [Read more...]

Oracle ADF 11g – Authentication Using an HTML Login Form VIDEO

Securing your Oracle ADF pages, task flows, entity objects and attributes is an integral part of any robust ADF application. The Oracle WebLogic container provides many authentication providers for you to choose from, and since you can seamlessly swap them out after creating your application, you can opt to stick with using the jazn-data.xml file during development, then later choose something … [Read more...]

Oracle ADF Contextual Events Tutorial

Oracle ADF contextual events allows a component to publish an event and have multiple subscribers. A good use case would be if you have multiple regions within a JSF page and you want them to be able to communicate with one another. Granted, you could pass information around using page parameters, but if you're working with many subscribers, this can become a very tedious process.  This is just a … [Read more...]

Salesforce.com Adding Channel Service Vendors

Oracle training

Salesforce.com is adding more channel services to it’s existing clouds in a pay-as-you-need-it service.  Cloud vendors are working with channel vendors to improve cloud applications while making it much less expensive for their clients to upgrade.  This is giving software companies of the past a run for their money as the days of paying for each and every upgrade as if it is completely unique … [Read more...]

Firebox Flexibility Makes Learning Oracle Easy

oracle.logo_

FOR IMMEDIATE RELEASE                                                                    August 17, 2011 We’re on Fire! Firebox IT Training to Offer Oracle ADF Application Classes  Expanding an already extensive and flexible list of IT training courses, Firebox Training of Golden, CO is now offering increasingly popular … [Read more...]

Dynamic Oracle ADF Navigation Using a Menu Model

Oracle ADF has very convenient JSF components that allow you to quickly create web pages with complex hierarchies. ADF Faces has widgets such as navigation panes, navigation items, command buttons, and list items that provide navigation from one page to another. If the navigation is very simple, such that it involves only two or three links, you can hardwire the JSF pages to include this … [Read more...]

Creating Oracle ADF Rich Faces Component using Managed Bean

In this Oracle ADF Training tutorial you will learn how creating Oracle ADF Rich Faces components is a common task for implementing dynamic web pages. You might want to create a page where the end user can dynamically add as many rows of input components as necessary. Why limit them to a static number of choices? You can perform many other tasks besides just adding components. You may remove or … [Read more...]

Oracle ADF 11g Training Tutorial – Creating a Cascading Model

Oracle ADF Tips and Tricks In this Oracle ADF Training Tutorial you will learn how to set up and display parent-child relationships between different components.  In Oracle ADF 11g, you often need to display parent-child relationships between different components, such as tables and trees. In order to create those master-detail relationships, you need to first create a cascading model in the … [Read more...]

Oracle ADF 11g Training Tutorial – Creating Master-Detail-Detail Tables

Oracle Tips and Tricks Oracle ADF allows you to easily create master-detail components easily using drag and drop features. Simply drag a child view object instance from the Data Control Palette and choose Master-Detail from the context menu. You have several ADF Faces components to choose from –any combination of master-detail forms and tables. Master-Detail Prerequisites To implement … [Read more...]

Oracle JDeveloper Installation

Oracle JDeveloper is a very powerful IDE for developing Oracle, Java, and other technologies. This video tutorial shows you how to install it. … [Read more...]

Oracle ADF Tutorial – Programming View Objects

Oracle ADF allows for web application fast development through a declarative interface. For example, you can visually build a business component, then drag it onto a JSF page, creating a fully-functional table, form, or whatever widget you choose. The ADF platform also allows you to have more fine-grained control over your business objects. Why would you ever need this? Well, keep in mind that … [Read more...]