Quantcast
Channel: Asa Welle's Oracle ADF Blog » Oracle ADF
Browsing index pages (10 articles)

Image may be NSFW.
Clik here to view.

Opening a Taskflow from Backing within Same Window

If you ever need to open an Oracle Adf taskflow from the backing bean and not open up a separate tab or window, this code should help: private void launchWindow() { FacesContext fctx =...

View Article


Image may be NSFW.
Clik here to view.

View a PDF Securely

Companies that process invoices, tickets, and checks often want to provide this information to the public via images embedded within pdf documents. The URL to access these documents may need to be...

View Article


Image may be NSFW.
Clik here to view.

Table Filters Made “Self-Evident”

To help make table filters more “self-evident”, skin them and add a small magnifying icon. Be careful! The skin selectors can be tricky! af|table af|inputText::content { border-color: transparent; }...

View Article

Image may be NSFW.
Clik here to view.

Oracle ADF, Skinning a Menu Item

To skin a menu item in Oracle ADF, use the following example listed below: af|toolbar, af|commandToolbarButton::text, af|commandMenuItem, af|commandMenuItem::bar-item, af|menu::bar-item-text,...

View Article

Image may be NSFW.
Clik here to view.

Rest Web Services from Tables in Jdev 11.1.2.1.0

In the 11.1.2.1.0 release of Jdeveloper, generating Rest web services from tables is not provided as a wizard. There is a simple way, however, to accomplish this task providing both xml and json “out...

View Article


Image may be NSFW.
Clik here to view.

ADF Two Ways for Current Row

In this post, I will demonstrate how to select the current row of a view object from either the view only layer or from the view object class extended in the model layer. The view only type does not...

View Article

Image may be NSFW.
Clik here to view.

Rest Consumption in ADF

In this post, I will demonstrate building a rest web service that supplies a JSON response using Netbeans and Glassfish. I will also demonstrate an ADF project consuming the JSON result in the AM,...

View Article

Image may be NSFW.
Clik here to view.

ADF Tree with In-Sync Read-Only Form Detail

Keeping a tree row selection in sync with a form of the details selected is a relatively easy process in ADF. As pointed out by Oracle at the following link,...

View Article


Image may be NSFW.
Clik here to view.

ADF Table Row Modification Highlighting

This is a “re-blog” of a posting from the Ace Director Andrejus Baranovskis, which can be located at http://andrejusb.blogspot.com/2010/04/changed-row-highlighting-in-oracle-adf.html. The reason for...

View Article


Image may be NSFW.
Clik here to view.

ADF and Click to Edit

“Hey, that’s interesting,” were my thoughts surrounding click-to-edit on Oracle’s ADF table component. To go along with it, you can add some javascript for the client and server side (included below):...

View Article
Browsing index pages (10 articles)


Latest Images