Archive for November, 2007
November 29, 2007
November 29th 2007 Posted to
Java
Momentum for organizations to adopt Java Platform, Enterprise Edition 5 (Java EE 5) is steadily increasing as the platform's container support, developer tools, educational resources, and developer-community experience all improve. Get a high-level view of the new productivity features and API enhancements in Java EE 5 and work through a Web service example that demonstrates its simplified development models.
November 27, 2007
November 27th 2007 Posted to
Java
One emphasis of XSLT 2.0 is better support for internationalization, especially to sort and compare text. This article demonstrates how to write a custom collation function and invoke it from an XSLT 2.0 stylesheet.
November 21, 2007
November 21st 2007 Posted to
Java
Continuous Integration (or CI) is a process that consists
of continuously compiling, testing, inspecting, and deploying source code. In
many Continuous Integration environments, this means running a new build
anytime code within a source code management repository changes. The benefit
of CI is simple: assembling software often greatly increases the
likelihood that you will spot defects early, when they still are
relatively manageable. In this tutorial, a companion to his series In pursuit of code
quality, Andrew Glover introduces the fundamental aspects of Continuous Integration and steps you through how to set up a CI process using best-of-breed open source technologies.
November 19, 2007
November 19th 2007 Posted to
Java
First of all, today I got the news about the name change of Interface 21, the company behind the Springframework. Interface 21 becomes Spring Source. At present spending a lot of time with Mule. Do you think, there are similarities between MuleSource and SpringSource :))) Ok, back to my...
Please read the full article online!
November 13, 2007
November 13th 2007 Posted to
Java
One of the additions to the java.util.concurrent packages coming in Java 7 is a framework for fork-join style parallel decomposition. The fork-join abstraction provides a natural mechanism for decomposing many algorithms to effectively exploit hardware parallelism. The next installment in this series covers the ParallelArray classes, which simplify parallel sorting and searching operations on in-memory data structures.
November 13th 2007 Posted to
Java
Download, install, and configure Castor for data binding.
November 8, 2007
November 08th 2007 Posted to
Java
With IBM pureQuery platform and Eclipse tools, rapidly build simple, high-performing data access layers and applications with much less code than JDBC and much higher productivity than any other Eclipse based tools.