DOC

org.imixs.workflow : imixs-workflow-jee

Maven & Gradle

Aug 29, 2012
5 usages

Workflow Engine · The Imixs JEE Workflow is a full featured Workflow Management System (WFMS) based on the JEE5 specification. The project extends the Imixs Workflow API project to fulfill the requirements to a scalable, transactional, robust and simple deployable JEE Workflow System. The Project provides different service components (EJBs) to be used in any kind of business application. All components of the project are build using Maven 2 to simplify the development process and usage of the components in a Java project.

Table Of Contents

Latest Version

Download org.imixs.workflow : imixs-workflow-jee Javadoc & API Documentation - Latest Versions:

All Versions

Download org.imixs.workflow : imixs-workflow-jee Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file imixs-workflow-jee-2.1.4-javadoc.jar to imixs-workflow-jee-2.1.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder imixs-workflow-jee-2.1.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "imixs-workflow-jee-2.1.4-sources.jar" -d "imixs-workflow-jee-2.1.4-javadoc" -subpackages 

Advertisement