Category: Software Development
With Maven we are able to build & deploy OSB projects. The artifacts generated by Maven called snaphosts and releases can be automatically uploaded to a software repository. These …
Oracle heeft afgelopen maandag haar nieuwste product ADF Mobile gelanceerd. Luc Bors, expertise lead ADF bij AMIS, is op verzoek van product managers van Oracle Corporation bètatester geweest. Hij …
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 …
When you have many development servers or cloud servers which runs Oracle software and then you know that configuration management of those servers is very important and must be …
Lucas Jellema already mentioned in his excellent overview of JavaOne 2012 that the Java Caching API (JSR 107) will be part of JEE 7. “Cool! Does that mean that …
Robbrecht van Amerongen
October 9, 2012
Java, AMIS, Announce / Events, Architecture, Data Warehousing & BI, Databases, Development Tools, Mobile, Oracle Application Development Framework, Oracle WebLogic Server, PL/SQL, SOA, Software Development, Software Engineering, Tools, Web HTML5 CSS3, Web/Java, WebCenter
Hierbij nodigen we je uit om met ons kennis te komen maken. Ben jij een (junior) Oracle consultant die een stap verder wil maken? Wil je verder groeien en …
The show is over, the people are gone and the cleaning can start. What do we take home from JavaOne 2012? That depends on who you ask. Some people …
Session at JavaOne come in various shapes. Some are visionary, high level and future oriented. Others are detailed and discuss practical, sometimes very fine grained topics. One of the …
The show is over, the visitors are on their way home. The process of digesting the announcements, roadmaps and rumors – confirmed or not – can proceed in full …
Database development in the Oracle Database is crucial for creating well balanced multi tier applications. This presentation describes a number of useful facilities and application architecture considerations around the …
Question from one of my customers: “Please help me find an update statement that’s able to re-order a primary key after a delete.. and by the way.. you are …
JavaOne 2012 is underway. While the double entendre of ‘SUNday’ no longer exists, this first day is still an important day. To set the stage, manage expectations, build on …
Using Kaazing Websocket Gateway and OpenFire Scenario: If you, for example, have a webshop and a webshop online support application for internal use, this solution will let the webshop customer …
Performance of Enterprise Java Applications is a requirement and usually a challenge. Business requirements on systems can be stiff, successful systems can easily be overloaded and complex application architectures …
Lucas Jellema
September 27, 2012
Business Process Management (BPM), Cloud, Data Warehousing & BI, Database, Java, Mobile, Oracle, Oracle Application Development Framework, Oracle WebLogic Server, PL/SQL, SOA, WebCenter
The show of the year is around the corner: on Sunday it will all start again, the Oracle Open World conference. Tens of thousands of developers, architects, administrators, project …
This will be my third time attending Oracle Open World and I’m really looking forward to the event. It is very hard to make a schedule, there are so …
Robbrecht van Amerongen
September 13, 2012
AMIS, Architecture, Business Process Management (BPM), Cloud, Data Warehousing & BI, Database, DBA Oracle, Development Tools, IT, Java, Mobile, Oracle, Oracle Application Development Framework, Oracle WebLogic Server, PL/SQL, Project Management, Software Development, Software Engineering, Web HTML5 CSS3, Web/Java
Hierbij nodigen we je uit om met ons kennis te komen maken. Ben jij een (junior) Oracle consultant die een stap verder wil maken? Wil je verder groeien en …
Betty van Dongen
September 12, 2012
AMIS, Database, Databases, Java, Oracle WebLogic Server, Software Development, Software Engineering, Web HTML5 CSS3, Web/Java, XML
On a recent project, I ran into a problem with an XML document, that had to be enclosed within another XML document, generated from a database query. The problem …
Just like the previous two years, ADF will be one of the major topics at Oracle Open World 2012. Wherever you turn your head, ADF based screens will be …
Lucas Jellema
August 31, 2012
AMIS, Business Process Management (BPM), Cloud, Data Warehousing & BI, Database, DBA Oracle, Java, Mobile, Oracle, Oracle Application Development Framework, Oracle WebLogic Server, PL/SQL, Web HTML5 CSS3
Van 30 september tot 5 oktober is San Francisco weer het domein van tegen de 45.000 deelnemers aan de Oracle Open World en JavaOne conferenties. Ruim 2000 presentaties worden …
In previous articles, I have introduced functionality to centralize management of boilerplate text elements such as prompt, title, hint text and messages in resource bundles. This also allows for …
In a series of five articles I have discussed how boilerplate text elements such as prompts and labels could and should be taken out of pages and centralized in …
In a number of prior articles I have discussed how resource bundles are used in ADF applications to centralize boilerplate text elements – and how such resource bundles can …
Any web application contains boiler plate text: text that is not part of the enterprise data from web services or databases that is manipulated by the end users using …
Any web application contains boiler plate text: text that is not part of the enterprise data from web services or databases that is manipulated by the end users using …
Any web application contains boiler plate text: text that is not part of the enterprise data from web services or databases that is manipulated by the end users using …
Production redeployment is a facility in WebLogic that provides the ability to temporarily have multiple versions of the same web application of web service active at the same time. …
In the past few days, I have been working hard on several projects – both ADF and (plain) Java based, with quite a bit of JavaScript involved as well. …
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 …
I wanted to compare the content of two tables with identical layout quickly with the minus set operator, but ran into a couple of errors, caused by clob and …
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 …
With the release of Soa Suite Patch Set 5 we can now try out the new UMS adapter. UMS stands for User Messaging Service but in this case it only supports …
There is a lot of new stuff out there nowadays, regarding products and/or functionality or others. This is also true for Oracle and in short it’s not easy to …
Veel PL/SQL ontwikkelaars hebben (n)iets met Java. Aan de ene kant zien ze dat Java op veel plekken wordt gebruikt, binnen en buiten de Oracle technology stack. En dat …
The challenge was a simple one: my method is passed in an object. This object may or may not have a certain method – called getClientListeners(). When it does, …
Recently I’ve been working on an application that has to store a significant amount of data on a device. When storing data on the iPhone there are a few …
Van 5 tot en met 7 september geeft AMIS de training iOS5 applicatieontwikkeling. Leer in drie dagen zelf apps voor iPhone en iPad ontwikkelen. Schrijf je in via deze …
Recently I did an audit on a WebLogic 11g platform of one of our customers. There were many problems with the availability of their JAVA Applications. Some of the …
Creating a EIS ConnectionFactory in your Database Adapter can be done with the WebLogic Administration Console, but of course this is also “scriptable”. What I needed was a script …