In one of my older blogposts “Dump VO query and it’s parameter with their values”, I described a technique on how to print or dump out a query and its parameters to the log when…
In this blog, I show how to pass information from your ADF application to the DB session. This allows the DB administrator to identify problematic sessions on the DB side, like long-running SQL statements or…
In this blog, I will explain how to show or hide the expand icon of an af:tree component depending on available children. The image on the left shows how a simple af:tree component renders. We…
In my blog JDeveloper 12.2.1.4: ADF FontAwesome Integration I talked about the integration of FontAwesome into an ADF skin. In this short update, I added the skin selectors for the af:selectOneRadio component. Add Styles to…
In this blog, I show how to hide the framework generated tooltip window on some ADF input components. Problem In the image above, we see such a tooltip window “Example: 12/3/2020”. It should help the…
In this article, we will see how to integrate ADF with the FontAwesome CSS icon library. FontAwesome provides about 500 nice-looking SVG icons. These icons are styled with CSS provided by the FontAwesome library. ADF,…
In part one of the series, we discussed using JDeveloper 12c and Maven as a build tool. Users know that there are problems with this configuration. The first Maven integration was a real bumpy experience.…
In part one of the series, we discussed using JDeveloper 12c and Maven as a build tool. Users know that there are problems with this configuration. The first Maven integration was a real bumpy experience.…
Using JDeveloper 12c and Maven as a build tool, users know that there are problems with this configuration. The first Maven integration was a real bumpy experience. Later 12c versions (12.2.1.x) got better and better.…
This post is about a set of best practices combined together. The best practices are the UI-Manager pattern (The UIManager Pattern | The Groundside Blog by Duncan Mills), using JavaScript in a fragment (Gotcha when…