SaschaScholly / processeditor

Home of the true Open Source BPM Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homepage

The homepage of the Process Editor Project is hosted here: http://frapu.de/code/processeditor/index.html

ProcessEditor Core Packages

  • com.inubit.research: Complex Process Workbench (Swing and WebModeler)
  • com.frapu.net: Simple Java Canvas for creating ProcessModels incl. BPMN and Petri nets

Java Libaries:

Please download separately and copy to lib folder

WebModeler requires ExtJS: Please download separately and copy ExtJs to www/js/ext (unzipped)

Manual Building (Idea, Netbeans, etc.)

  • Create a new Java 1.7 source project with the required libs as dependencies
  • Add the "src" folder as source
  • Add the "resources", "pics", "www" folder as resources (Idea) or source (Netbeans)
  • Select "com.inubit.research.gui.Workbench" as main class for Workbench
  • Select "com.inubit.research.server.ProcessEditorServer" as main class for Server

Ant Building

Use the build.xml with the following targets

  • "clean-build-workbench": Builds a jar with a manifest file for the Workbench
  • "clean-build-server": Builds a jar with a manifest file for the Server (incl. the "www" resources)

About

Home of the true Open Source BPM Framework.

License:Apache License 2.0


Languages

Language:Java 88.1%Language:JavaScript 10.3%Language:HTML 1.6%Language:CSS 0.0%Language:Shell 0.0%