JVM Languages
javagrid.txt
Associated article: Creating Java Grid Services
Tags: JVM Languages
Published source code accompanying the article by Aaron Walsh in which he uses the Globus Toolkit, a development framework for developing special-purpose grids, to build Java- based grid services and grid clients.
Creating Java Grid Services by Aaron E. Walsh Listing One /* "Counter" interface example provided with Globus Toolkit 3. Refer to * guide/src/org/globus/ogsa/guide/impl/Counter.java for complete example. */ package org.globus.ogsa.guide.impl.guide; ...


