Category: Software Engineering
This is the second in a series of three posts. The goal of these posts is to outline an automated build procedure for Oracle’s SOA Order Booking demo application …
In the latest SOA Suite release Oracle has improved the automated build capabilities. Instead of the Oracle BPEL specific Ant tool (obant, a customized version of Ant) plain vanilla …
A few weeks ago one of my customers told me that he lost a sales opportunity because the customer who he was trying to sell his software too had …
I recently discovered jQuery, it a blazingly fast Javascript-framework and has a very compact notation. Now some guy made a plugin to submit plain html forms with Ajax and …
Yesterday we ran into Oracle bug 1004056 while coding a module for a customer. I hear people think "Oracle Forms 60 that’s old". Yes it is but it is …
Automatic continuous compilation of webforms on linux without X-terminal In the webforms world you it is not uncommon to compile a webforms application on a linux/unix application server, after …
Jeroen van Wilgenburg
June 12, 2006
Development Tools, IT, Java, Oracle, Oracle WebLogic Server, Software Development, Software Engineering, Tools, Web HTML5 CSS3, Web/Java
Earlier this year Oracle donated their JSF UI components from ADF Faces to the Apache Software Foundation. Since ADF is more than a set of UI components it was …
Some time ago a customer of AMIS asked me to setup the automatic deployment of the software for their application. Till then this was done manually, took an awful …
When I was browsing through some articles on JRoller I found this interesting free book. As far as I know this is the first book about Maven 2. There …
Cobertura a coverage tool. A coverage tool shows how many lines of code are touched. In most cases you’ll use Cobertura to see how good your regressions test are. …
What’s the resemblance between Tai Chi and the Spring Framework? Nothing. …Hmm, it might be noted that both support in gaining an healthy architecture, the first regarding the human …
In a previous article, Introduction to Blackbox testing of Web Applications using Selenium I have introduced Selenium, a framework for Web Application testing – any HTML/JavaScript Web Application, regardless …
After my visit tot JavaPolis, in December 2005, I wrote a brief article on Selenium, a tool for testing Web Applications. For one of our internal Knowledge Center Sessions …
On August 4 we had a session on software engineering. The aim of the session was to share knowledge and experience about the way we develop software and to …