Category: Platform Technology
In the course of my current studies into XSD (XML Schema Definition) and how to convert from XSD to Java Class and vice versa as well as to Database …
While the 2.0 release of the JSF specification will do something about it, the 1.x implementations of JavaServer Faces only offer request, session and application scope. Many JSF implementations …
Lucas Jellema
May 30, 2008
AMIS, Databases, IT, Java, Oracle, Oracle Application Development Framework, Oracle WebLogic Server, Tools, Web HTML5 CSS3, Web/Java
Thursday 29th May – some 70 Java specialists gathered to discuss the main themes and findings from the 2008 JavaOne conference. Peter, Wouter and Lucas presented on their experiences …
An Overview of Oracle ADF Data Visualization Components – Tuesday, June 3rd – 16.30-21.00, Nieuwegein Oracle JDeveloper 11g Application Development Framework (ADF) offers a powerful and productive environment for …
The GlassFish and OpenESB session we hosted yesterday was very interesting. Alexis Moussine-Pouchkine, Java Architect at Sun Microsystems in France and GlassFish Evangelist (though he is none too happy …
Some words, names of terminology quickly come to govern a conference such as JavaOne 2008. Some things are talk of the day or even the hour, while other themes …
While at the Oracle booth in the Java Pavilion during JavaOne, I took the opportunity to pose a question to one of the JDeveloper product managers about an issue …
JavaServer Faces has been around since 2004. The current release is 1.2. Work has started to produce the 2.0 release which will be part of JEE6, which is slated …
This morning at JavaOne 2008, Oracle officially announced the availability of the Technology Preview of its 11g Fusion Middleware stack. With the production release of Fusion Middleware 11g only …
The logo is not quite correct, as WE will be speaking at JavaOne. Tonight at 20.30, BOF 5224: Did We Spoil the End User? Building Personalization into JavaServerâ„¢ Faces …
It is the day after. The second day of JavaOne 2008 is about to begin. I should quickly go into the Schedule Builder to make some last minute refinements …
At this moment we are sitting in the Moscone Center South in the general session offically opening JavaOne 2008. The room is very much packed and the T-shirt plus …
The first action packed day is over. I have written on some of the most interesting topics I attended sessions on yesterday. For details on: OpenSSO, see https://technology.amis.nl/blog/?p=3129 OpenSocial …
The Web is better when it is social – is the tagline for the OpenSocial (API) initiative. This initiative, from Google and many partners in the Social Networking arena …
One of the ways we can get data into the Active Data Cache of our BAM Server in Oracle 11g SOA Suite – is through the BAM WebServices. So …
Near the end of CommunityOne, I am currently attending a session on OpenSSO by a lively team of presenterts from Sun. The objective of OpenSSO is to provide a …
The wait is over. The biggest Java show on earth is underway. Well, it is a big event, but it is not just a Java show. This first day …
Following hot on the heels of a previous article on BAM – Business Activity Monitoring in Oracle 11g SOA Suite – this article will discuss how to integrate BPEL …
One of the main features that has become available with the JDeveloper 11g Technology Preview 4 that was released a few days back, is the BAM component. BAM stands …
The Oracle Technology Network just published the fourth Technology Preview for JDeveloper 11g. In the nick of time to demonstrate and announce for JavaOne 2008, that starts in a …
Last Thursday, I did a presentation during the Dutch Oracle User Group event on JDeveloper 11g TP3. I sort of made fun of ourselves: the title of the event …
The other day I did a presentation during the Dutch Java User Group conference (NLJUG) in Bussum. In a way this was a trial run for the presentation with …
Of all the new and exciting stuff I have seen at Oracle OpenWorld this year, two new technologies (at least to me) stand out. The first is CEP (Complex …
Today in the car I had some thoughts on applications working together, across the boundaries of technology and organizations. I tried to find an easy, cheap way for for …
In this second part of a series on ADF 11g Rich Faces Client Programming, I will talk about the option to include JavaScript in a PPR response, to execute …
Google Calendar (http://www.google.com/calendar) is one of the many services offered by Google. It allows users to manage a personal or shared agenda on line, from the comfort of their …
In a previous article, I showed two versions of more or less the same application. One created in APEX by Dimitri Gielis, the other built using ADF and JHeadstart …
Showing both APEX and ADF and giving the audience some inkling as to there similarities and their differences – what is the best way of doing that? Well, one …
It was promised at Oracle Open World by Thomas Kurian, just over a month ago. And now Oracle delivers on that promise: the Fusion Middleware 11g Technology Preview at …
Last month we organized a Knowledge Center session on Oracle Open World 2007. AMIS consultants Peter, Sjoerd, Harm and Lucas were joined by Lonneke from Approach Alliance to present …
This article demonstrates how to build an ADF application on top of the Amazon WebServices for searching books. 1. Start jdeveloper 10.1.3. 2.0(or newer) 2. Build a new Application Application name: AmazonWebservice …
Most of the presentations for the sessions presented at Oracle Open World 2007, last week in San Francisco, can be downloaded from the Content Catalog at: http://www28.cplan.com/cc176/catalog.jsp. You will …
Over the past weeks I have been exploring the possibilities of Maven, Netbeans and GlassFish. Two of my previous blog entries explain the basics of using Maven in Netbeans …
Yesterday I wrote an article about Building Enterprise Applications for GlassFish using Netbeans 6.0 (Beta 2) and Maven2. The article explains how to setup your Netbeans projects to be …
Today I was configuring a message driven bean to listen to an AQ queue. The tutorials and examples I found had me create the queue like this: dbms_aqadm.create_queue_table( queue_table=>'MY_QUEUE_TABLE' …
In a recent project I was working on JSF page that needed to display the result of a calculation performed on values taken from various bean properties. The beans …
In a recent article – ADF Faces File Uploading – It is really that simple! – I described how to set up file uploading with ADF Faces. Using the …
One particularly type of interaction in web applications is typically a little bit tricky. Requiring additional analysis of the frameworks used. For me personally it was even the way …
An interesting requirement for a freshly started ADF project: a Global Search widget, available on virtually every page, that allows the user to enter a search string and perform …
An interesting article was recently published on The Server Side: It discusses a shootout in Cologne between Java IDEs: Eclipse, NetBeans, IntelliJ and JDeveloper. While the author – …