For those who haven’t heard of it, ADF is a Java EE technology that is based on JSF (Java Server Faces). It upgrades the features of JSF with new components, a separate li...
I had a scenario, where I need filter an LOV based on a global variable. So to do that I created a Bind Variable (called MasterId) in the main View Objec...
I had to create UI forms for borrowers where their count is variable. The user enters a number in a field and the UI forms are displaying on the screen. Each ...
Sometimes we need to create a “cascade list of values”. This is the situation when the value of one LOV is a view criteria attribute for the next LOV. This works f...
So you have your ADF application ready, but it could use a little styling? Apart from using CSS and ADF skins on it, there are some things you can change in your very c...
In most of the ADF outsourced projects we are developing, we need to tune the ADF application for best performance. We do this by tuning the AppModule or the...
Recently, I needed to demonstrate the capabilities of JasperReports library to one of our clients. JasperReports is an open source reporting engine written...