This paper is an experience report on migrating an American newspaper
company's business-critical IBM mainframe application to Linux servers by
automatically translating the application's source code from COBOL to Java and
converting the mainframe data st... (more…)
Read more »
Introduction A high-performance data access layer requires a lot of knowledge about database internals, JDBC, JPA, Hibernate, and this post summarizes some of the most important techniques you can use to optimize your enterprise application. 1. SQL statem... (more…)
Read more »
A Java Virtual Machine and Bytecode-to-IL Converter for .NET - ikvmnet/ikvm... (more…)
Read more »
After working with Teamed and practicing PDDfor more than a year, I was wondering how the methodology would work with a fresh project. I had never worked ona... (more…)
Read more »
When programming in C, one has to allocate and de-allocate memory by hand. It is an error prone process. In contrast, newer languages like Java often manage their memory automatically. Java relies on garbage collection. In effect, memory is allocated as n... (more…)
Read more »