Author: Luc Bors
Mobile apps usually have the possibility to toggle the springboard by using an icon that is displayed in the header of the app. The Oracle MAF reference app, Work …
Images are heavily used in Mobile apps. For instance a list that contains employees usually shows the images of these employees. This works well when you have a WIFI …
It has been a while since my previous post, and I have a very good reason for that. I have been busy, very busy. But now, after a long …
On May 22nd AMIS and Oracle Netherlands launched an exclusive Enterprise to Mobility Challenge around the FIFA World Cup. Only attendees of the Enterprise to Mobility Conference or the …
In mei geeft Oracle ACE Luc Bors weer een ADF 11g training. Deze training wordt gegeven in het kantoor van AMIS in Nieuwegein. In deze training leer je de …
Are you in Europe and looking for a free ADF event that you can attend without traveling ? Stop looking now! Tomorrow Tuesday – November 26th from 9am – …
Today Oracle published the first in a series of online eLearning training materials. The ADF Academy presents free and online : Developing Applications with ADF Mobile. The main goal …
It looks like oracle made JDeveloper and ADF 11.1.1.7 available today. Perhaps not officially, but it can be downloaded. There are several interesting new components available. One of these …
One very common pattern in Mobile Apps is the use of “pull” to refresh a list of data in an App. For one of my projects I suggested to …
Recently the ADF Special Interest Group at AMIS organized an ADF DVT Speed Date. During this speed date, six ADF specialists from our team presented their favorite Data Visualization …
During the AMIS ADF Masterclass I showed how to take a picture from within an ADF Mobile application, attach it to an Email and send that email out to …
In October 2012 yet another ADF Book was published. This book “Oracle ADF Real World Developer’s Guide” is authored by Jobinesh Purushothaman. Jobinsh works with Oracle as a Principal …
Now ADF Mobile is generally availble, it is now time to create your first ADF Mobile application. In this post I will show you how to create a simple …
After extensive beta testing oracle announced today that ADF Mobile is now generally available and can be used to build multi platform on device apps. I finally am allowed …
Van 12 tot en met 16 november geeft Luc Bors weer een 5-daagse ADF 11g training. Deze is te volgen in het kantoor van AMIS in Nieuwegein. In 5 …
Yesterday was a busy day for me. While still recovering from a jetlag, I was part of two sessions. The first one was a team effort. With Lucas Jellema, …
ADF Mobile….. or not ? I was hoping to hear that ADF mobile was going to be GA very soon, but Oracle ADF Mobile GA was NOT yet announced …
This years visit to Oracle Open World is for me the best of both worlds. First of all I get to attend one of the biggest, if not the …
During one of my presentations at ODTUG KScope12 in San Antonio I showed how to add a menu with close this / close others / close all to the …
Recently my colleague Lucas and discussed database based resource bundles and customization. This reminded me of a comment on one of my posts on the AMIS technology blog where …
I landed only a couple of hours ago in Amsterdam and here’s my report from Kscope 2012 in San Antonio. As I write this, KScope is still waking up …
Last week I a had a rather interesting question: Is it possible to highlight related data that is in different af:table components ? Sure you can, so I decided …
In my current project use a lot of re usable taskflows. In one particular situation I needed exactly the same taskflow to be re-used with one tiny small difference: …
This Tuesday I will present a webinar for ODTUG. In this webinar I will talk about how to provide management information from within your ADF application. Topics : ADF …
In ADF 11g Release 2, the ADF Table component has a property called ‘ActiveRowKey’. According to documentation, this represents the row that is currently active on the client. In …
In one of my previous posts I showed how to use ADF popup components to display external content such as webpages like wikipedia in an inline frame. Based on …
Last week I was asked this question : “Can we print directly from within our ADF Application, without invoking the printer dialog ?” I wasn’t sure but after some …
From June 26th to June 30th the KScope 11 conference was in Long Beach California. Nice setting for a great conference. It was the first time that KScope had …
On my way to Los Angeles (Long Beach) for KScope 2011 (12 Hours in an airplane) I had plenty of time to do some reading and writing.The book I …
ADF 11gR2 has some very nice UI Hints features. Some were already available in previous releases. In this post I will describe the effect of the UI Categories. On …
With JDeveloper 11gR2 the skineditor is finally there. I share my first impressions in this post. When you need a skin for your application in previous versions, some configuration …
There are use cases in which you need to determine what the currently active taskflow is. This looks like simple, but in fact it is not ! Let’s rephrase …
Today I was asked to build a search component that searches a view object for all occurrences of a search string entered by the user. It should look like …
AMIS is al jarenlang frontrunner op het gebied van Oracle ADF. Wij blinken steeds weer uit op vakinhoudelijke kennis. Vanuit deze expertise delen wij graag onze kennis met jou. …
Recently I had to implement a selectManyShuttle Component with a filter on it. Filtering a selectManyShuttle Component has been described many times so that is no rocket science. However, …
Last week someone asked me if it was possible to inform the users of his application about the fact that data has been changed. No problem I told him. …
Today I had a request to implement a generic logging mechanism for all changes of data (DML) in an ADF application. The log needs to be persisted in a …
While going through my list of requirements for our AMIS re-usable ADF taskflow library, I ran into the following requirement: publish a contextual event on a Drag and Drop …
One of the requirements at my current project is to have one ADF table display data from different database tables. That is, depending on criteria entered by the user, …
Today at one of my customers I was asked the question if you can use a SelectOneRadio component in table layout. I know that the first thing they should …