Category: Web/Java
Those who use Maven for their project may be happy to hear that a Maven repository for the Java EE 5 APIs has been opened. For more info, see …
I recently discovered jQuery, it a blazingly fast Javascript-framework and has a very compact notation. Now some guy made a plugin to submit plain html forms with Ajax and …
Last year I attended the Flex presentation by Waldo Smeets and played with the beta. I even gave a presentation and workshop about Flex at Amis, so there was …
Today my colleagues Wouter van Reeven and Ruben Boer hosted a lab about the OpenOffice.org Api. Regarding the timing it was very well attended. At the same time was …
I had a smooth drive to Antwerp. Not much traffic and metropolis is easy to reach from the motorway. After my pass was cut and stamped I was in …
Doemscenario voor de toekomst van Java? In five years, Java EE will be the CORBA of the 21st Century. People will look at it and say, ‘It had its …
At home I have a few machines running several services that have my interest: an Apache HTTPD server, Tomcat 5.5 and Oracle XE. Both Apache and Tomcat run on …
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 …
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 …
What I mean with a meta data driven user interface is an application whose appearance and behavior is managed by a special set of data that is stored in …
Op donderdag 10 augustus presenteerde ik het KC Web en Java over de OpenOffice.org Java API. Klik hier om de presentatie te bekijken (ja, in Powerpoint formaat omdat ik …
On June 15, 2006, the Netherlands Java Users Group (NL-JUG) organised the J-Spring 2006 Java Conference. During this conference I gave a presentation about the OpenOffice.org Java API. Have …
Op 11 oktober 2006 vindt de J-Fall, de najaarsconferentie van de NL-JUG plaats. De conferentie zal worden gehouden in de Reehorst in Ede. De Deadline voor deze CFP is …
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 …
In the Netherlands, the addresses of houses are uniquely defined by their postal code and house number (is this correct English?). One of our customers wanted to have the …
Joomla! is open source portal software and content management software in one. The software is easy to install and highly customizable.
One of the first things OOo developers learn is to make sure the juh.jar, jurt.jar, ridl.jar, sandbox.jar and unoil.jar files should be on the classpath and should be in …
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 …
With Java EE 5 being final, application servers need to be upgraded to support features like EJB 3.0. In some cases, loading the Java EE 5 jars may be …
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 …
printf is probably the best known function in C. I did some programming in C and I didn’t really like it (because I started with C after quite some …
Jeroen van Wilgenburg
June 12, 2006
Development Tools, IT, Java, Oracle, Oracle WebLogic Server, Software Development, Software Engineering, Tools, Web HTML5 CSS3, Web/Java
Earlier this year Oracle donated their JSF UI components from ADF Faces to the Apache Software Foundation. Since ADF is more than a set of UI components it was …
I recently had to do a lot of Javascript and CSS scripting for a project. I have some experience with Javascript and CSS and know how to work around …
Even when you are not in San Fransisco right now, JavaOne2006 will be on your mind somehow. Or if it is not, as a Java Developer it probably should …
FireBug is a debug tool that integrates with FireFox. You can change the DOM-tree, do logging, analyze AJAX-traffic, have advanced error reporting and probably some things I haven’t found …
One of the features in Java Server Faces that distinguishes it from for example JSP technology, is the ability to access UI Components programmatically, at run-time. This makes it …
While preparing for a workshop on the EJB 3.0 Persistence API that I will present later today, I decided – against all the instructions in demo-school and presentation-college – …
Developing Web Applications using Java/J2EE technology has not been a picnic over the last few years. It was often hard work, complex, not very productive and the results were …
Writing a plugin for Eclipse sounds scary and difficult. A few years ago I had to do a project with some other students for school. The project was writing …
Last friday a customer asked us if we knew how to resize images in java. Their clients are uploading images that need to be resized automatically. In the past …
Some time ago a customer of AMIS asked me to setup the automatic deployment of the software for their application. Till then this was done manually, took an awful …
When I was browsing through some articles on JRoller I found this interesting free book. As far as I know this is the first book about Maven 2. There …
ROME is a java library to do things with RSS and Atom feeds. Things can be reading, writing, merging and converting. Because RSS and Atom feeds are a standard …
Op 15 en 16 juni aanstaande wordt de SpringOne conferentie gehouden in Antwerpen. Dit is de eerste Europese conferentie die specifiek op het Spring Framework betrekking heeft. Het evenement …
Oracle and resilvering data on Mirrored Logical Volumes on AIX How to set up your storage with regards to Mirror Write Consistency Suppose you have or plan to implement an …
In what is to become a series of articles illustrating a full blown business case for a Conference Registration Processing process implemented using Oracle BPEL PM, this is the …
Cobertura a coverage tool. A coverage tool shows how many lines of code are touched. In most cases you’ll use Cobertura to see how good your regressions test are. …
The last KC Web and Java session was titled ‘Advanced java’. During that session we got presentations and workshops on four subjects: annotations, threads, introspection/reflection and generics.