Oracle Application Server version number

| Feb 2, 2012 13:13 +0000

How to determine the exact version number of the Oracle Application Server (OAS).On the Application Server you can find a file named ias.properties in the folder ORACLE_HOME/config. In this file there in an entry (Version) containing the version number…

Oracle Forms, Headstart and error messages

| Feb 2, 2012 12:40 +0000

The moment your Form logs into the Oracle Database and an error occurs, for example when your password has been expired, it is no longer possible to retrieve the error from the database. With older version of the database it still worked and the Headst…

Another Decent Year at ArtOfBI.com

Lastly, I’d like to thank everyone who is passionate about technology. If you understand that technology is a means to an end and not the end itself then you understand that in the end it is people who count the most. At the end of the day, it is peop…

New Article in German iX Magazin. Time and Money in Java.

| Feb 1, 2012 05:25 +0000

This is my first published article this year. The German iX magazin published an article of mine about the pitfalls of Java’s time and money features. Temporary employmentTime and currency calculations in JavaDealing with time and currency formats in J…

Using littleproxy in Mule unit tests

My mule configurations files often contain proxy settings for connectors that are used to communicate to the outside world. However during development and testing I can’t use the normal proxy, since i’m mocking the outside world.
Littleproxy is a j…

JSR 308 Early Draft Review

I am pleased to announce an Early Draft Review of JSR 308, which extends the Java language in Java SE 8 so that annotations may appear on essentially any use of a type.

This generalization of annotations with respect to Java SE 7 (where annotations m…

Data Control and Session Scope Use Case to Control Web Browser Tabs

| Jan 31, 2012 08:29 +0000

Sometimes there are unique requirements, for example we want to allow access to application screens only from single browser tab. If application screen is accessed within the same session, but from another browser tab – access should be disabled. In or…

Sneak peak at Java EE 7 – Multitenant Examples with EclipseLink

| Jan 29, 2012 03:24 +0000

The Aquarium is a great source of inspiration and most recent information about Java EE progress across all relevant specifications and reference implementations. They picked up a presentation by Oracle’s Shaun Smith (blog/twitter) about the status and…

Automatic Client Failover within vFabric SQLFire

| Jan 28, 2012 04:26 +0000

If your connected to a SQLFire member who unexpectedly disapears or is shutdown SQLFire will automatically ensure that client swicthes to another server within the distributed system without the need to reconnect as demonstrated using SQLFire command l…

Building a Menu Bar with Formspider

| Jan 27, 2012 04:34 +0000

This tutorial explains how to build and use menu bar in a Formspider application.

APEX and eBusiness (EBS or APPs)

Traditionally EBS-extensions are built in tools like Oracle Forms, Reports and BI Publisher. Most E-Business developers master these traditional skills (e.g. PL/SQL, workflow).
Oracle now propagates a shift towards Java (Oracle Applications Framework (…

The Heroes of Java: Trisha Gee

| Jan 23, 2012 13:56 +0000

The 11th part of my “Heroes of Java” interview series. Thanks for following it! Stay tuned for the next parts!Trisha is a developer at LMAX, the London Multi Asset eXchange. She’sbeen working in financial markets for the last 5 years or so, but afear o…

VirtualBox Appliance for WLS development with Eclipse, Maven, and Hudson

With the Oracle Technet Virtual Developer Day coming up a great VirtualBox appliance came available. The developer day focusses on developing Java EE6 applications and Oracle WebLogic Suite 12c.
WebLogic Server 12.1.1 VirtualBox Appliance
The virtual m…

Arquillian with NetBeans, WebLogic 12c, JPA and a MySQL Datasource

| Jan 23, 2012 04:02 +0000

You probably followed my posts about testing more complex scenarios with embedded GlassFish (Part I / Part II). Next on my list of things to do was to get this setup working with latest WebLogic 12c. Getting StartedFollow the steps in the getting start…

Off-loading test execution using Hudson part 2

| Jan 23, 2012 02:48 +0000

Previously I have written about using Hudson to perform pre-flights using branches on source control systems; but sometimes you just have a patch file that you want to run your tests against.

It turns out this can be quite simple, you just need to mak…

How to Access Session Scope in ADF BC

| Jan 21, 2012 03:39 +0000

Often we need to access environment variables across all layers of ADF (Model and View-Controller). Usually we store environment variables in session scope, this makes them accessible for the duration of user session. Its common practice to retrieve va…

Developing and deploying Java Embedding activity in BPEL 2.0 in SOA Suite 11g calling a custom Java Class that has dependencies on 3rd party libraries

Java Embedded activity can call a custom Java class that relies on 3rd party Java libraries. This means that a lot of existing functionality from the Java open source community is at the disposal of the BPEL developer. This article shows a simple examp…