Spring 2.0 in Oracle JDeveloper
On Oracle OTN Shay Shmeltzer has written an article that explains how to use the Spring framework within JDeveloper and how to best setup JDeveloper for Spring 2.0. Interface21 has announced that the final release of Spring 2.0 is planned onSeptember 26th, 2006.
http://www.oracle.com/technology/products/jdev/howtos/1013/SpringwithJDev/index.html
Shay will show “(…) some of the nice features that JDeveloper provides for Spring developers out of the box.” Getting exited?
SOA Suite File Adapter Pre and Post processing using Valves and Pipelines
24/10/2011 - 11:49 am
Tags: file adapter, Java, jdeveloper, pre processing, soa suite, valve
Posted in Java, JEE, OAS and WebLogic Server, Oracle, SOA & Oracle Fusion Middleware | 3 comments
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 [...]
ADF Gold Nuggets – from Oracle Open World’s ADF Enterprise Methodology Group Super Sunday
3/10/2011 - 12:07 pm
Tags: adf, adf faces, jdeveloper, oow2011, so adf
Posted in ADF & JHeadstart, Oracle | No comments
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 [...]
Running XQuery from Java applications using the XQJ API and the Oracle XDK implementation
30/7/2011 - 8:25 am
Tags: Java, jdeveloper, xdk, xqj, xquery
Posted in J(2)EE/Java, Java, XML | 1 comment
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 11g R2 : ADF Business Components UI Categories and Dynamic Forms (and some new IDE features)
7/6/2011 - 11:08 pm
Tags: adf 11gR2, dynamic form, jdeveloper, jdeveloper 11g, luc bors, UI Categories
Posted in ADF & JHeadstart, AMIS, Oracle, Oracle Development Tools | No comments
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, [...]
Hands-on: Synchronize your database from a webservice with JAX-WS and ADF Business Components
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 [...]
Oracle Diagnostics Logging (ODL) for application development
12/1/2011 - 9:33 pm
Tags: jdeveloper, Logging, ODL, SLF4J, weblogic
Posted in J(2)EE/Java, Java, Software Engineering, Technical Architecture, Tools, Web/Java | 1 comment
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 [...]
SMTP: Spring Mail To Program
20/9/2010 - 10:21 am
Tags: Java, spring
Posted in General, J(2)EE/Java, Java | No comments
All Java developers know, or should know, the Spring framework contains a lot of gems. Recently I discovered a new gem: an easy way to send an email. With the use of one single POJO mail class, you can easily let your application send an email and wire/inject al the mail configuration with the Spring [...]
Change the JDeveloper system directory
29/8/2010 - 4:51 pm
Tags: 10g, 11g, configuration, ide.user.dir, jdeveloper, JDEV_USER_HOME
Posted in ADF & JHeadstart, J(2)EE/Java, Tools | No comments
De system directory is where JDeveloper stores the user specific settings, configurations and also (for 11g) the default domain of the embedded weblogic server. It uses the JDEV_USER_HOME environment variable to dettermine the location. If it’s not set is uses a default directory, for 11g on windows XP that’s <user dir>\Application Data\JDeveloper\systemXXX (XXX stands for [...]
Manage JDeveloper external libraries
26/8/2010 - 8:58 am
Tags: 11g, ClassNotFoundException, jdeveloper, libraries
Posted in Java, Tools | No comments
Although JDeveloper provides loads of libraries out-of-the-box, you often need other libraries in your application. You can easily add these libraries via the project properties. This provides two options: ‘Add Library’ and ‘Add Jar / Directory’. We normally us the Add Library option because it allows to include the JavaDoc and the source code. However [...]
ADF 11g: Debugging Task Flows embedded from ADF Libraries using source code jars
3/4/2010 - 11:31 am
Tags: adf 11g, adf library, Debugging, jdeveloper, reuse, task flow
Posted in ADF & JHeadstart, General, Oracle | 1 comment
We have been struggling quite a bit with a good approach for modularizing our ADF web applications through the use of (stand alone) Task Flows that are developed in independent projects and assembled into a single Web Application from ADF Libraries. In theory, this is a very structured, decoupled way of developing potentially complex ADF [...]



11/9/2006 - 5:08 pm
Hi Erik,
Can you review your link? The text (link) is ok, but the isn’t…
Nice link btw
Best Regards,
Dimitri
11/9/2006 - 5:31 pm
sorry