Category: IT
On Oracle OTN Shay Shmeltzer has written an article that explains how to use the Spring framework within JDeveloper and how to best setup JDeveloper for Spring 2.0. Interface21 …
I signed up a while ago for the SUSE Cool Solutions mailling list and I saw a very good step-by-step from Michel Bluteau regarding "Installing Oracle 10g R2 Database …
AMIS has been proven worthy to test the upcoming release of the 11gR1 database. After entering a lot of data in questionnaires and filling in project plans, AMIS got …
Oracle just released ApEx version 2.2. Here is the list of changes. Most of the changes do not come as a surprise as they were already mentioned in the …
What I mean with a meta data driven user interface is an application whose appearance and behavior is managed by a special set of data that is stored in …
We are still refining and enriching our ADF Faces application and in particular the Tree based pages. One of the more advanced user requests we have to deal with, …
We just published an article on JHeadstart 10.1.3, written for the Dutch Oracle Developer’s Magazine Optimize – the September issue. The article gives an overview of the most important …
The issue is the following: my web application is riddled with buttons and hyperlinks – things the end user can click on in order to start actions: submit a …
We are still very much busy developing our ADF Faces application around the Tree Component. In previous articles we have discussed creating the tree in the first place, using …
One of our tables stores configuration data. Two stored procedures interact with this table; One of them uses the data for further processing; The other procedure is used to …
Op donderdag 10 augustus presenteerde ik het KC Web en Java over de OpenOffice.org Java API. Klik hier om de presentatie te bekijken (ja, in Powerpoint formaat omdat ik …
After a fairly long wait – and experimenting with Beta drops since May 2006 – we have just received word that the JHeadstart 10.1.3 Production Release is available. That …
You may not be able to see the forest for all the trees I have been discussing lately. We are running a substantial project with the latest technology: ADF …
As you may have gathered from some recent posts, we are in the process of developing an ADF Faces/ADF Business Components application in a project for one of the …
One of the key user interface components for our recently started ADF Faces/JHeadstart project is a Tree. The data we are dealing with has a nested structured with items …
Wauw! What a great presentation about Oracle Warehouse Builder tonight! At the end of the evening the presenter, Raymond de Vries, told me: ‘it was my first presentation for …
Some of my past writings on this blog were on ADF Faces and more specifically on the ADF Faces Tree component. When bound to an ADF Data Control, the …
For a project we are currently executing at AMIS, using the Oracle ADF, with ADF BC, Binding and Faces as well as JHeadstart 10.1.3 (currently in beta), the need …
On June 15, 2006, the Netherlands Java Users Group (NL-JUG) organised the J-Spring 2006 Java Conference. During this conference I gave a presentation about the OpenOffice.org Java API. Have …
One fairly common requirement for web applications is the display of Summary fields with calculated values. An obvious example is a table of multiple records with column-summaries appearing underneath …
A month ago, I posted an article on this blog how to transfer an Oracle Alert using FNDLOAD. At the time, there was no documentation online about this, so I had …
This article describes how to implement simple popup (dialog) windows with (lookup) details for specific fields in our web application. The application we discuss is based on ADF Faces …
My colleague Alex Nuijten did a very fine presentation on Oracle Analytical Functions during the recent ODTUG 2006 conference in Washington DC. His paper for this conference was nominated …
Joomla! is open source portal software and content management software in one. The software is easy to install and highly customizable.
One of the first things OOo developers learn is to make sure the juh.jar, jurt.jar, ridl.jar, sandbox.jar and unoil.jar files should be on the classpath and should be in …
Theserverside is offering a free copy of Mastering EJB3.0. Published in July 2006, the best selling book Mastering EJB is now in its fourth edition and has been updated …
An essential part of many BPEL processes are the ‘humanual’ steps – process steps that involve inter-human communication, system-bridging actions, decision making, approval and fuzzy logic based operations that …
During a recent presentation I did on the NL-JUG J-Spring Conference (the Dutch Java User Group) on the interaction between Oracle BPEL PM and Java applications, I got asked …
With Java EE 5 being final, application servers need to be upgraded to support features like EJB 3.0. In some cases, loading the Java EE 5 jars may be …
On Pankaj Chandiramani’s Blog we can find a lot of information with regard to the technology Oracle will build the Release 12 edition of the E-Business Suite on. Pankaj …
Two weeks ago I encountered a very weird issue when using Microsoft Cluster Server. What happened? We created a MS Cluster Server environment with two servers (NodeA and NodeB, the …
Today I read a remarkable statement in the Dutch Automatiserings Gids - they claim that Windows WinFS will not only not be embedded in Windows Vista but also will …
Steve Muench is known as ADF Evangelist, spreading the Gospel from some wonderful location near the Mediterraneum, writing undocumented samples for advanced and usually essential pieces of functionality in …
From June 17th until June 21st I attended the ODTUG conference in Washington DC. I focused mainly on .Net and Apex. In Holland quite a few customers are moving …
Demo application advanced Forms features (ODTUG 2006 version) Last June, I held a presentation at the ODTUG conference in Washington DC “Oracle Forms: Productivity with new choicesâ€. During this …
After having relocated and reorganized our library in our Cafe/Bar Area Cafe@AMIS, I just received another box with fresh books from our friend at Bookpool. This shiphment contains the …
When trying to create anonymous data, I encountered an unexpected side effect of the updateXML statement while updating XML documents in an Oracle 10gR2 (10.2.0.1.0) EE database. I got …
For a reporting application demanding numeric accuracy we needed a functionality for rounding (positive) numbers given in string representation while controlling their number of significant digits. I found the …
Last night, the ODTUG 2006 Conference Committee announced that all handouts and presentations from this year’s (well, in fact that is last week’s) conference are available for download from …
With the regular expression functionality in Orcale database 10g some handy build-ins of the UNIX pattern matching language AWK are easily implemented. I myself use AWK split() function quite often in AWK …