Category: Tools
One fairly common remark on ADF Faces applications is their Look and Feel. The default look and feel is the Oracle BLAF, and either you love it or you …
JHeadstart is capable of generating so called advanced search forms. These allow the end user of the ADF application created using JHeadstart to enter various search criteria on which …
The ADF Faces library contains many JSF components. One of the most common used components is the af:inputText. In the JHeadstart it is the default type for most items. …
JHeadstart is a great tool for generating ADF Faces applications. One of the main new features (since 10.1.3) is the templating mechanism. Almost everything is generated with velocity templates …
JHeadstart is one of the tools we use quite successfully here at AMIS. We have written on this blog about JHeadstart and ways to extend, enhance and optimally benefit …
A rather interesting session took place last week during OOW 2006, away from the crowds in a small meeting room in the Mariott hotel. The group that assembled there …
"We can learn from SAPs lessons learned" was one of the justifications for working with IDS Scheer on BPM. BPM includes a set of activites that organizations perform to …
One of the themes regularly stressed during the Oracle Develop event (part of Oracle Open World 2006) is Oracle’s key interest in and support for the Spring Framework. Oracle …
One of the intriguing products in the Oracle Portfolio is Oracle BAM (Business Activity Monitoring). I have been trying to see it in action, learn more about and actually …
I do not like the P word. Oracle Portal has never quite enthralled me like some or rather many other products from Big Red have. But I think I …
In this blog I’ll explain how easy it is to create an application with OptimalJ. For those people who want to learn more about MDA and other MDA tools, …
The 10.1.3.1.0 release of JDeveloper just hit OTN. You can download it at http://www.oracle.com/technology/software/products/jdev/index.html. The most spectacular changes in this releases are the built in support for the SOA …
Oracle JDeveloper 10.1.3 has a fairly advanced – Eclipse like – mechanism for installing and upgrading plugins or extensions as they are called in JDeveloper lingo. Recently, I decided …
Internationalization, multi-linguality, NLS support for JSF applications – or any Java powered application for that matter – is an important topic. And Resource Bundles are the way to deal …
I am currently involved in the migration of a pretty substantial application, developed with Oracle Designer’s Web Server Generator, to the Oracle ADF technology stack, using JHeadstart. You know …
I have just found the JHeadstart 10..1.3 Evaluation Copy on OTN. See JHeadstart’s homepage: http://www.oracle.com/technology/consulting/9iServices/JHeadstart.html. This trial software is fully functional and will function for an unlimited period of …
One of the big new things in JHeadstart 10.1.3 for ADF Faces undoubtedly is the very rich support for custom templates. We can use custom templates to extend, complement …
Steve Muench has published the 10.1.3 version of his JHeadstart tutorial at: Building Enterprise JSF Applications with Oracle JHeadstart for ADF (10.1.3) – A step-by-step, end-to-end tutorial on how …
XFire is a java SOAP framework. Of course there is Axis, but I think XFire can replace Axis. Axis is quite a good framework, but I think XFire is …
JHeadstart 10.1.3 has several new features, a whole new architecture and support for ADF Faces. One of the most interesting new concepts is the notion of the Custom Templates, …
One of the promises of Java Server Faces is the ability for developers to use a rich mix of UI Components from different libraries and vendors. You may pick …
The Rich UI components (see ADF Faces Rich Client Components – Marrying JSF and AJAX together) that the ADF Faces library will contain with the JDeveloper 11g release – …
Last week we hosted the umpthieth AMIS Query – our series of Technical Seminars on Oracle and Java related subjects – with over 60 visitors. We always try to …
We are still refining and enriching our ADF Faces application and in particular the Tree based pages. One of the more advanced user requests we have to deal with, …
We just published an article on JHeadstart 10.1.3, written for the Dutch Oracle Developer’s Magazine Optimize – the September issue. The article gives an overview of the most important …
We are still very much busy developing our ADF Faces application around the Tree Component. In previous articles we have discussed creating the tree in the first place, using …
After a fairly long wait – and experimenting with Beta drops since May 2006 – we have just received word that the JHeadstart 10.1.3 Production Release is available. That …
You may not be able to see the forest for all the trees I have been discussing lately. We are running a substantial project with the latest technology: ADF …
As you may have gathered from some recent posts, we are in the process of developing an ADF Faces/ADF Business Components application in a project for one of the …
One of the key user interface components for our recently started ADF Faces/JHeadstart project is a Tree. The data we are dealing with has a nested structured with items …
Some of my past writings on this blog were on ADF Faces and more specifically on the ADF Faces Tree component. When bound to an ADF Data Control, the …
For a project we are currently executing at AMIS, using the Oracle ADF, with ADF BC, Binding and Faces as well as JHeadstart 10.1.3 (currently in beta), the need …
This article describes how to implement simple popup (dialog) windows with (lookup) details for specific fields in our web application. The application we discuss is based on ADF Faces …
Lucene is a text search engine written in Java. It’s very easy to use (for both developers and users) and fast. The creator of Lucene (Doug Cutting) started with …
Theserverside is offering a free copy of Mastering EJB3.0. Published in July 2006, the best selling book Mastering EJB is now in its fourth edition and has been updated …
Maven is a great tool for project automation. It provides build in tasks (like ant) for all the standard java project lifecycles, like build, test, package, documentation etc. One …
Steve Muench is known as ADF Evangelist, spreading the Gospel from some wonderful location near the Mediterraneum, writing undocumented samples for advanced and usually essential pieces of functionality in …
Being a major important technology for Oracle, many presentations on this year’s ODTUG conference covered ADF. The showcase, the demonstration of the forthcoming AJAX enabled ADF Faces, has been …
While preparing a Lucene presentation and workshop I came across Spring Modules. It’s a small set of libraries that does things the Spring-way. It isn’t included in Spring because …
JMX (Java Management Extensions) is around for quite a while. But since Java 1.5 the JDK is bundled with JConsole, a JMX client, which will hopefully boost the popularity …