A quick note on the notion of valves and pipelines that can be configured in File (and FTP) Adapter Services and References (inbound and outbound) to perform file pre- and post processing on the files before they enter the composite application proper as XML or after they have left the composite application, turned from XML [...]
13/10/2011 - 7:00 am
Tags: 11g, Database, feuerstein, plsql, programming, sql, steven, steven feuerstein, toad
Posted in Announce, Books, Cloud, DBA, Database, Databases, Devel. + PL/SQL tools, General, IT Architecture, Oracle, Oracle Development Tools, Oracle E-Business Suite, SOA & Oracle Fusion Middleware, Software Development, Test, Tools, Unstructured Data | No comments
In dit tweedaagse seminar neemt Steven Feuerstein je mee ver voorbij de basismogelijkheden van PL/SQL. Steven zal tijdens dit seminar de best practices behandelen die hij op tientallen plekken in de wereld heeft verzameld en die hij ook mede door zijn nauwe samenwerking met het PL/SQL product team van Oracle kan verifiëren en aanscherpen. Hij [...]
Sunday 2nd of October 2011 saw, in the prelude to the Oracle Open World conference, the ADF Enterprise Methodology Group’s Super Sunday. Six valuable presentations on planning, designing, building and improving ADF applications by experienced ADF specialists. In front of an audience of over 150.
Interest in ADF seems higher than ever – with an increasing [...]
The business rule states:
Only one entry is allowed per ID and per day and the time should be recorded.
The table involved (simplified for the blog post)
SQL> create table test
2 (id number
3 ,inspection_dt date
4 );
Wouldn’t it be nice if [...]
While preparing for the new SOA for Java Professionals training program at AMIS, I was recently working on a section discussing XQuery and more specifically the ability to use XQuery from Java as an alternative to JAXB binding to POJOs on the one hand and DOM based XPath searches on the other.
The XQJ API for [...]
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 the go, I will also point out some other new features. To see how this works, I created simple ADF Business Components from tables (That is, [...]
27/3/2011 - 1:12 am
Tags: adf 11g, adf bc, jax-ws, jdeveloper, web service
Posted in ADF & JHeadstart, AMIS, General, J(2)EE/Java, Java, Java, JEE, OAS and WebLogic Server, Oracle Development Tools, SOA & Oracle Fusion Middleware, Software Engineering, Tools, Web, Web/Java | No comments
This step-by-step starter hands-on provides an example how to make a JAX-WS webservice proxy in JDeveloper, and save retrieved data from this webservice in a batch-job to your own database with ADF Business Components.
Duration: 60 minutes.
For this hands-on example, imagine that your company wants to expand internationally and that reliable, up to date country information [...]
16/1/2011 - 8:42 pm
Tags: 11g, adf, customization, data control, design time at run time, fusion middleware, web center
Posted in ADF & JHeadstart, Java, JEE, OAS and WebLogic Server, SOA & Oracle Fusion Middleware, WebCenter, E 2.0, Collaboration & ECM | 3 comments
The concept of design time @ run time that empowers application administrators and even end users to influence the application after it has been deployed has been gaining traction over the last few years. Bit by bit, run time customization facilities have made their way into Fusion Middleware. In the form of the SOA Composer, [...]
Logging is a very important aspect of application development as it offers run-time access to the behaviour and data of the application. It’s important for debugging purposes but also to investigate exception situations on production. The Java developer has a choice between logging frameworks but Log4J is probably the most used one. The usage is [...]
20/11/2010 - 9:08 am
Tags: 11g, infra, soa
Posted in General | 1 comment
After installing Oracle SOA Suite 11.1.1.2 en upgrade afterwards to 11.1.1.3 puts the soa-infra application on warning. You can see this in the WebLogic console under Deployments.
Why is this?
The soa-infra does its work normal, dispite of this state.
If you install upto patchset 2, some MDB’s are added to the soa-infra application:
BamActionMDB
CubeActionMDB
PeopleQueryMDB
Solution is to create JMS [...]