Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.07 KB

Java_Fast_Track.md

File metadata and controls

26 lines (21 loc) · 1.07 KB
layout title
master
Java Fast Track

Java Fast Track

Most of the concurrent functionality GPars provides to Groovy code is also available from Java. Actors, reactors, agents or dataflow concurrency - these can all be used directly from Java.

To give Java developers a head start, we prepared a sample pure Java project that you can grab, extract and experiment with. The maven pom file will show you how to setup necessary dependencies and the included Java classes will give you an immediate insight into the GPars Java API.

Get the [Sample Pure Java Project](http://gpars.org/download/1.1.0/gpars-mvn- java-demo-1.1.0.zip).

You may also check out the [Java API section](http://www.gpars.org/guide/guide/gettingStarted.html #gettingStarted_JavaAPI-usingGParsFromJava) in the User Guide as well as the many [code examples](http:/ /git.codehaus.org/gitweb.cgi?p=gpars.git;a=tree;f=src/test/groovy/groovyx/gpar s/samples;h=6e25c7ecb409197aced73a76719795976ee461ec;hb=HEAD) of GPars use.