At Oracle Openworld I was part of the SOA & BPM Partner Advisory Council ( in this well organized meeting by Jürgen Kress). In this meeting David Shaffer showed us the Soa Suite roadmap. I didn't know Oracle published this document on OTN but here are the highlights of this document.First the ..
I want to find and expand all nodes of an ADF Tree and I saw an Oracle Forum post of Kenyatta which gave me a nice solution.First some usefull methods.private void expandTreeChildrenNode( RichTree rt , FacesCtrlHierNodeBinding node ..
When you want to find an UIComponent (like a Tree) inside an ADF Region you can not use findComponent on the ViewRoot because this will only search for the component in the JSF page and not in the JSF page fragments ( Task Flows). And off course you can use a backing bean to make a binding but ..
With the release of Soa Suite 11g R1 Patch Set 1 Oracle improved the standard ant scripts for MDS deployment and removal. Before PS1 we had an ant example of Clemens.Basically this is how my ANT scripts works. First add your own metadata folders under the apps folder ( do this in ..
I was trying to connect Oracle Soa Suite 11G R1 PS1 with the OSB when I saw this new Direct Binding Service in the Soa Suite 11G. This direct binding make it possible to start this RMI service from OSB or Java. In a previous blog I already called a Soa Service from Java using the ADF binding ..