InfoQ

Editor Specific Content View

All of Jason Lai's Content on InfoQ


News by Jason Lai

Grid Computing with the Java Parallel Processing Framework

Community
Java
Topics
Grid Computing

The Java Parallel Processing Framework has been making frequent point releases recently; it provides an API and framework to distribute tasks over a cluster of computers and coordinate their execution in parallel, load balanced with recovery. Application code for tasks are dynamically distributed and class-loaded onto cluster node with no pre-deployment or configuration required.

jMatter: Naked Objects with Swing, Hibernate, and Web Start

Community
Java
Topics
Rich Internet Apps,
Artifacts & Tools

The jMatter framework, Eitan Suez' modern implementation of the Naked Objects Pattern using Swing, Hibernate, and deployed with Java WebStart, has been open-sourced this week. jMatter takes a domain model and then auto-produces 2-tier workgroup apps (Swing front-ends that talk to rdbms back-ends) intended to be used in a LAN or VPN environment.