the most recently published articles at artima.com.
Enforcing Code Feature Requirements in C++ 72 days ago Read More
In this article, Scott Meyers describes a technique that enables the specification of arbitrary combinations of user-defined code features on a per-function basis and that detects violations of fea...
Large JVM Memory and Garbage Collection 188 days ago Read More
Although physical RAM is inexpensive, allocating large of amounts of memory to a JVM instance is not generally a good idea, says Azul Systems' CTO Gil Tene in this interview with Artima. Tene shows...
JavaScript and PHP Support in NetBeans 6.1 195 days ago Read More
Continuing its tradition of providing support for an increasing number of languages and environments, NetBeans 6.1 introduces advanced Javascript and PHP features. In this interview with Artima, Su...
Testing Multithreaded Java Code 196 days ago Read More
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests don't often help in uncovering concurrency-related errors, and why a combination of stat...
The Asynchronous Web 198 days ago Read More
Ajax applications depend on asynchronous interaction between client and server. In this interview with Artima, ICEsoft's Stephen Maryka describes a potentially more transforming asynchronicity wher...
Sources of Java Errors 201 days ago Read More
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn ...
Visualizing Cluster-Based Applications 203 days ago Read More
Detecting concurrency-related bugs and performance bottlenecks is hard, especially on clusters consisting of a large number of nodes. In an interview with Artima, Terracotta co-founder and CTO Ari ...
Next-Generation Object-Oriented Databases 204 days ago Read More
Object-oriented databases complement relational databases in important ways, says Anat Gafni, VP of Engineering at db4objects, the company behind the open-source object database db4o. In this inter...
JavaOne 2008, Day 3: Hosted Developer Tools 210 days ago Read More
Software-as-service (SaaS) has started to permeate the field of software development tools, says Atlassian's Jeffrey Walker in this interview with Artima. Walker describes important characteristics...