Author: Rob van Maris
I recently attended a three-day training workshop for OptimalJ (the Architect Edition). OptimalJ promises to provide a complete MDA solution, and this was my first opportunity to get some …
The proper way to start OC4J is sparsely documented by Oracle: To start OC4J in a standalone environment, issue the following command from the j2ee/home/ directory: java -jar …
As a first recap of my five days at Javapolis, here are my thoughts on trends, past, present and future of the Java platform. Expect to see more in-depth …
From last week's JFall conference I picked four of the most interesting sessions I visited to report on: Combining the Power of MDA and OCL: Generating Java Code from …
Mockobjects are the classic solution to the even more classic problem of how to test code in isolation, when that code needs other objects to perform its tasks. The …
When you’re in need for a tool or a framework, often it turns out that a solution exists already and is just one download away as an open source …