You need to add just one library to classpath.
Neuro4j Studio will help you to design, develop and test workflows.
Does not need installing additional software and can be used with other technologies like Spring, Hibernate, JasperReport, etc.
Dividing functionality by flows and custom blocks allows re-use code and quickly identify errors.
Special wizards will generate new flow, new custom block or web-application.
See Neuro4j Workflow technology in action right in your browser with our collection of Web Demos.
The latest stable release of Neuro4j Studio is 2.0.1 If you're just starting out, download this one. Neuro4jStudiox.zip
To install Studio from update site please follow instructions in Installation Guide (html | pdf)
This tutorial shows how to create and run a simple java workflow.
Read more...
This tutorial helps to build simple flow using SpringJMS + Active MQ + Neuro4j Workflow
How Google Guice library can be used to initialize custom blocks.
This tutorial shows how to use workflow with SpringFramework.
Read more...
To include the neuro4j workflow engine in your project, add following dependency (note that you need to change the version to the latest release):
<dependency> <groupId>org.neuro4j</groupId> <artifactId>neuro4j-workflow-core</artifactId> <version>3.4.1</version> </dependency> <dependency> <groupId>org.neuro4j</groupId> <artifactId>neuro4j-workflow-common</artifactId> <version>3.4.1</version> </dependency>