Category: Platform Technology
One of the important threads through the entire ODTUG 2005 Conference last week was the future of JDeveloper and Oracle’s position in the Java/J2EE Arena in general. It turns …
The rumours were right: JDeveloper will be available for free. However, ADF and OC4J still need to be licenced (for use in a production environment). Read the discussion on …
ODTUG 2005 is under way. 600 Oracle Developers, users of Oracle Forms and Designer, JDeveloper and Portal, Discoverer and Reports and many other Oracle technologies, have gathered in the …
Spring AOP offers a wealth of new options in programming as well as designing Java applications. A somewhat more advanced feature is the Hot Swappable Target Source. The concept …
Aspect Oriented Programming is one of the hypes in Java programming. Through AOP, we can program the functionality for a Class in more ways than just by writing the …
Since Lucas already gave an in-depth review of the Spring workshop, I’ll take the breadcrumbs ;-( After some years of Java/j2ee developing Spring comes for me at the right …
I finally got round to describing a trick that I have implemented more than one year ago. It happened to come up during last week’s Spring workshop, so I …
Friday I attended the last day of the Spring Workshop. An interesting menu for today’s dinner: Aspect Oriented Programming, JMX support and Remoting. Friday, the last day of the …
Inspired by Aino’s post AJAX and RIA, I wanted to get my first XMLHttpRequest object based AJAX example getting up and running. It is a standalone HTML page that …
During the Spring Workshop, Rod Johnson started a brief discussion on how to find out in a Java Class who invoked the method currently being executed. The best trick: …
Despite of what the title may suggest this is not about a greek mythological drama about a hero and a woman. But it Ãs about interaction and exchanging of …
Quoting straight from The Server Side: Struts-Layout is a tag library for Struts which provides skinnable tags that display panels, input fields, form modes,tables, pagers, treeviews, sortable lists, popups, …
Rod Johnson took over from Alef again to talk about the Spring DAO module, Spring’s support for leading persistence frameworks. Spring takes over a lot of configuration details for …
Today I attended the second day of the Spring Workshop by Rod Johnson and Alef Arendsen, two of the core team of the Spring Framework. Having been thoroughly lectured …
If there is one wave (or hype if you like) flooding the Java/J2EE arena right now – well, there is JSF and EJB 3.0 and AJAX and Java 5 …
What seems like a very interesting presentation from the tech lead for JSF: TheServerSide Java Symposium 2005. The description: The need for a common API for Java-based web application …
At first I couldn’t remember this dcm-commands and always had to type them at least twice untill… I learned about the “shell”- subcommand which is part of Oracle iAS’s …
Yesterday, Thursday May 26th, AMIS organized another of its AMIS Queries. These sessions usually bring together a substantial number of top Oracle & Java Developers from The Netherlands. This …
The tool JPublisher is a little bit unknown. But it is a very handy tool for accessing PL/SQL stored procedures, packages, functions as well as object, collection or reference …
The Open Source Java code checker Checkstyle can be easily used by Ant to check your Java code. This is an excerpt from an Ant build.xml file using the …
In an ADF project that deals with building a membership administration application for a sporting organization, I ran against the question how I could implement the validation of the …
The whole hype around AJAX (Asynchronous JavaScript And XML) for background client-server communication from JavaScript in HTML pages is very interesting. It allows for much more responsive, interactive and …
Recently Xopus, a browser based XML editor, attracted some attention. This stimutated us for a review. The editor itself is completely written in javascript and relies on the MSXML …
Oracle announces a preview release of Oracle Drive. A Windows WebDAV interface on steroids, Oracle Drive combines and surfaces features from both the Windows file system and the Oracle …
On Thursday, May 12 2005, the Dutch Java Uusers Group (nl-jug) organised a Java conference entitled J-Spring 2005. This article describes my findings of this conference.
One of the long-standing challenges of application development – in any technology – is the Matrix Form: an updateable grid-like structure of rows, columns and cells. In this post …
Another attempt by Oracle to lower the threshold for Designer/Forms developers to enter the Java/J2EE world. A page with viewlets, articles, news and useful links. Targeted at Forms Developers, …
Steve Muench, ADF Master from Oracle, created a tutorial for using JHeadstart to jumpstart ADF development. Building J2EE Applications with Oracle JHeadstart for ADF It is good to see …
Oracle BPEL PM is a tool that allows us to design and publish WebServices. The design is done in BPEL, the industry standard for specifying Business Processes. BPEL stands …
A few days ago, I wrote a post on using XML derived from the ADF BC based Model in an XSLT transformation to render comma separated values (csv) files …
We just published an article on ADF and JHeadstart 10.1.2 on our website: “Citius, Altius, Fortiusâ€? –Java Development met Oracle ADF en JHeadstart. It is written for and will …
This post shows a simple example about how to use Oracle’s BPEL server to load and parse a datafile. The data in the file is then inserted into a …
One of our recent projects based on Oracle ADF (JSP, Struts, ADF BC and ADF Binding Framework on top of an Oracle Database) had as one of its requirements …
It’s not as if this white paper has only just been released (it’s from February 2005). But I only just noticed it. And I think it is worth pointing …
Oracle BPEL Process Manager is a BPEL engine that runs in any J2EE Application Server, though typically Oracle 10gAS (OC4J), JBoss, WebLogic or WebSphere. Oracle BPEL PM publishes business …
Hibernate just released a preview of their EJB 3.0 implementation: http://www.hibernate.org/247.html This follows shortly after the release by Oracle of the EJB 3.0 Preview of the Oracle Application Server: …
The site http://www.manageability.org/blog/opensource/ contains a wonderful collection of Collections of interesting Open Source projects written in Java. Yes, collections is duplicated on purpose. The site presents a list of …
On the site of the Java Community Process, you can now review the Early Draft for J2EE 5.0: http://www.jcp.org/en/jsr/detail?id=244. This JSR is to develop J2EE 5.0, the next release …
AMIS has several Knowledge Centers, each around a technology theme. The current themes are: Web & Java (Oracle) Server Development & Programming Languages Oracle Development Tools Database Administration and …
An interesting article comparing two OO/R frameworks: Hibernate and RAILS. It gives a good indication of what you should look for when investigating OO/R mapping/persistency frameworks. TheServerSide.com – Hibernate …