Introduction In JDeveloper 12c, the <af:target> tag has been added, a very powerful new ADF Faces tag which can make your life much easier and more productive...
Introduction In JDeveloper 12c, the <af:target> tag has been added, a very powerful new ADF Faces tag which can make your life much easier and more productive when building ADF Faces pages. This post discusses how you use this new tag, and explains how specific functional requirements that used to be mind-boggling to implement, are now easily and quickly implemented using this new tag. Main Article To really value the power of this new tag, it is important to understand the...
Introduction In JDeveloper 12c, the <af:target> tag has been added, a very powerful new ADF Faces tag which can make your life much easier and more productive when building ADF Faces pages. This post...
Introduction With over 90% of internet traffic now coming from mobile devices, there is a huge pressure on companies to make their customer-facing applications...
Introduction With over 90% of internet traffic now coming from mobile devices, there is a huge pressure on companies to make their customer-facing applications suitable for rendering on smart phones and tablets. A-team is involved with a number of customers who are looking for ways to adapt their existing Oracle ADF applications and make them "mobile-enabled" . This article is the second in a series of articles that describe what we learned from the experiences with these...
Introduction With over 90% of internet traffic now coming from mobile devices, there is a huge pressure on companies to make their customer-facing applications suitable for rendering on smart...
Introduction The Repository, or 'RPD', is the file that contains the metadata for the BI Server in Fusion Applications. This includes database connections,...
Introduction The Repository, or 'RPD', is the file that contains the metadata for the BI Server in Fusion Applications. This includes database connections, tables, joins, and structure by which these are presented to the report writer. In order to read, or make changes to the RPD file, the BI Administration Tool must be installed. While the install is fairly simple, there are a couple of ‘gotchas’ that can slow the process down. This post provides these steps. Details...
Introduction The Repository, or 'RPD', is the file that contains the metadata for the BI Server in Fusion Applications. This includes database connections, tables, joins, and structure by which these...
Introduction Note: The following article applies to Fusion Apps Release 4 (11.1.4 or RUP3) or lower. It may well apply in whole or in part to more recent...
Introduction Note: The following article applies to Fusion Apps Release 4 (11.1.4 or RUP3) or lower. It may well apply in whole or in part to more recent releases, but there may be changes. Setting memory parameters for Admin and Managed servers of various domains in Fusion Applications can be, let us say, a little daunting. You may know that to change memory settings for a particular Weblogic server instance, you need to modify the fusionapps_start_params.properties file....
Introduction Note: The following article applies to Fusion Apps Release 4 (11.1.4 or RUP3) or lower. It may well apply in whole or in part to more recent releases, but there may be changes....
Introduction This blog will provide you with some additional information regarding the configuration of Essbase to work with Fusion Applications (FA),...
Introduction This blog will provide you with some additional information regarding the configuration of Essbase to work with Fusion Applications (FA), especially if you have provisioned an FA environment using Release 3 (11.1.3) or Release 4 (11.1.4) and followed Chapter 14 of the Enterprise Deployment Guide to cluster BI and Essbase. You may need to additional configuration and must contact your administrator, and then manually run this program, otherwise posting will fail:...
Introduction This blog will provide you with some additional information regarding the configuration of Essbase to work with Fusion Applications (FA), especially if you have provisioned an...
Introduction As of JDeveloper 11.1.2.x, you can use Facelets to build your web pages. Facelets is recommended over JSP pages as it is the JSF-native view...
Introduction As of JDeveloper 11.1.2.x, you can use Facelets to build your web pages. Facelets is recommended over JSP pages as it is the JSF-native view technology. However, when migration your existing .jspx pages to facelets, you might run into some unexpected behavior when you are using the af:setPropertyListener or af:setActionListener tags. Main Article A few days ago I ran into this strange issue where I was setting a managed bean property using the setPropertyListener...
Introduction As of JDeveloper 11.1.2.x, you can use Facelets to build your web pages. Facelets is recommended over JSP pages as it is the JSF-native view technology. However, when migration...
Introduction The purpose of this technical paper is to document how to split Fusion Applications domains to multiple machines when originally provisioned in a...
Introduction The purpose of this technical paper is to document how to split Fusion Applications domains to multiple machines when originally provisioned in a single machine. This is different than scaling out or scaling up a Fusion Applications environment. This is also not to be confused with moving Fusion Applications from one environment to another. Initially you begin with a single server running one or more of the Fusion Applications product families. As your business...
Introduction The purpose of this technical paper is to document how to split Fusion Applications domains to multiple machines when originally provisioned in a single machine. This is different...
Introduction The ADF Faces af:panelSplitter is a component with client-side behavior, when you expand or collapse the splitter in the browser, no request is...
Introduction The ADF Faces af:panelSplitter is a component with client-side behavior, when you expand or collapse the splitter in the browser, no request is sent to the server. This imposes some challenges when you want to change the splitter state in Java code at the server-side as explained in this article. Main Article Last week a customer asked me for help to implement a scenario where the search area part, displayed in the top part of an af:panelSplitter should be...
Introduction The ADF Faces af:panelSplitter is a component with client-side behavior, when you expand or collapse the splitter in the browser, no request is sent to the server. This imposes...
Introduction When using the sort icon in an ADF Faces table, the sorting will be performed using the column value. In cases where you use a UI widget that does...
Introduction When using the sort icon in an ADF Faces table, the sorting will be performed using the column value. In cases where you use a UI widget that does not display the column value but a different display value like in a drop-down list, this sorting might appear to be wrong. This article describes a technique to fix this sorting issue. Main Article If you use a model-based LOV and you use display type "choice", then ADF nicely displays the display value, even if the...
Introduction When using the sort icon in an ADF Faces table, the sorting will be performed using the column value. In cases where you use a UI widget that does not display the column value but...