Blogs

June 17, 2013

Game of Life — Distributed Lists

I want to take one more look at the parallelized list-based version of the Game of Life simulation.

June 12, 2013

When Is It Safe to Move an Object Instead of Copying It?

I'd like to explain how the compiler can figure out during compilation when to move objects instead of copying them.

June 07, 2013

Leonardo's Code

If you know me at all, you know I have an ongoing love/hate relationship with Arduino.




JVM Languages Source Code

java_rmi.txt

November 06, 2008

Published source code accompanying the article by Oliver Haase, Jurgen Wasch, and Bo Zhao in which they present a custom registry that objects can register with remotely. Also see RMI.ZIP. - JVM Languages

Associated article: A Remote Java RMI Registry

Tags: Tools     JVM Languages     Design    



cojac.txt

September 04, 2008

Published source code accompanying the article by Francois Kilchoer and Frederic Bapst in which they present COJAC, a freely available tool that instruments any existing Java bytecode for overflow detection. Also see COJAC..ZIP . File: COJAC.ZIP Title: Signalling Integer Overflows in Java Author: Francois Kilchoer and Frederic Bapst Keywords: SEP08 JAVA DEBUGGING Description: Unpublished source code accompanying the article by Francois Kilchoer and Frederic Bapst in which they present COJAC, a freely available tool that instruments any existing Java bytecode for overflow detection. Requires UNZIP/PKUNZIP to extract. - JVM Languages

Associated article: Signalling Integer Overflows in Java

Tags: Web Development     Security     Tools     Open Source     JVM Languages     Design    



javan810.txt

July 01, 2008

Published source code accompanying the article by Eric J. Bruno in which he examines the Nokia N810, Linux-based Internet tablet with wireless connection options. - JVM Languages

Associated article: Java and the Nokia N810 Internet Tablet

Tags: Open Source     JVM Languages    



jms.txt

July 02, 2007

Unpublished source code accompanying the article by Eric J. Bruno in which he examines the Java Messaging Service (JMS). Requires UNZIP/PKUNZIP to extract. - JVM Languages

Associated article: Java Message Service

Tags: Web Development     Security     JVM Languages     Design    



jcommand.txt

January 10, 2007

Published source code accompanying the article by Darius Katz in which he examines the Command Pattern, which provides an efficient workaround for problems you might encounter with Java ME based development. - JVM Languages

Associated article: Java ME and the Command Pattern

Tags: JVM Languages     Design    



jcrypt.txt

September 07, 2006

Published source code accompanying the article by Snezana Sucurovic and Zoran Jovanovic in which they build a Java provider that supports attribute certificate generation and management. Requires UNZIP/PKUNZIP to extract. - JVM Languages

Associated article: Java Cryptography & Attribute Certificate Management

Tags: Security     JVM Languages     Design    



osgi.txt

August 02, 2006

Published source code accompanying the article by Oliver Goldman in which he presents the ThreadManager class which here goes a long way toward easing multithreaded programming with Java and the OSGi platform. - JVM Languages

Associated article: Multithreading, Java, & OSGi

Tags: JVM Languages     Design    



jdeploy.txt

June 30, 2006

Published and unpublished source code accompanying the article by Steve Taylor in which he examines deployment descriptors in J2EE--components that manage data connections when connecting to databases or maintaining unique transactions between web sessions. - JVM Languages

Associated article: Configuring J2EE Deployment Descriptors

Tags: Database     JVM Languages    



terrain.txt

May 16, 2006

Published source code accompanying the article by Mikael Baros in which he uses heightmaps and Java's Mobile 3D Graphics API to create realistic 3D graphics for mobiles devices. Also see TERRAIN.ZIP. - JVM Languages

Associated article: Heightmap Terrain Rendering

Tags: Mobile     JVM Languages    



update.txt

April 10, 2006

Published source code accompanying the article by John Keogh in which he presents a tool for providing downloadable updates for selected portions of an application is critical to the development process. Also see UPDATE.ZIP. - JVM Languages

Associated article: Incrementally Updating Software

Tags: JVM Languages    





Video