camunda BPM - webapp - Tomcat

This pom is the parent of all camunda BPM platform projects

License

License

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.camunda.bpm.webapp
ArtifactId

ArtifactId

camunda-webapp-tomcat
Last Version

Last Version

7.2.0-alpha2
Release Date

Release Date

Type

Type

war
Description

Description

camunda BPM - webapp - Tomcat
This pom is the parent of all camunda BPM platform projects
Project Organization

Project Organization

camunda services GmbH

Download camunda-webapp-tomcat

How to add to project

<!-- https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-tomcat/ -->
<dependency>
    <groupId>org.camunda.bpm.webapp</groupId>
    <artifactId>camunda-webapp-tomcat</artifactId>
    <version>7.2.0-alpha2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-tomcat/
implementation 'org.camunda.bpm.webapp:camunda-webapp-tomcat:7.2.0-alpha2'
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-tomcat/
implementation ("org.camunda.bpm.webapp:camunda-webapp-tomcat:7.2.0-alpha2")
'org.camunda.bpm.webapp:camunda-webapp-tomcat:war:7.2.0-alpha2'
<dependency org="org.camunda.bpm.webapp" name="camunda-webapp-tomcat" rev="7.2.0-alpha2">
  <artifact name="camunda-webapp-tomcat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp-tomcat', version='7.2.0-alpha2')
)
libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp-tomcat" % "7.2.0-alpha2"
[org.camunda.bpm.webapp/camunda-webapp-tomcat "7.2.0-alpha2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs jar 2.3.5.Final

runtime (1)

Group / Artifact Type Version
org.camunda.bpm.webapp : camunda-webapp war 7.2.0-alpha2

Project Modules

There are no modules declared in this project.

Camunda BPM - The open source BPM platform

Maven Central camunda manual latest License Forum

Camunda BPM platform is a flexible framework for workflow and process automation. It's core is a native BPMN 2.0 process engine that runs inside the Java Virtual Machine. It can be embedded inside any Java application and any Runtime Container. It integrates with Java EE 6 and is a perfect match for the Spring Framework. On top of the process engine, you can choose from a stack of tools for human workflow management, operations & monitoring.

Components

Camunda BPM platform provides a rich set of components centered around the BPM lifecycle.

Process Implementation and Execution

  • Camunda Engine - The core component responsible for executing BPMN 2.0 processes.
  • REST API - The REST API provides remote access to running processes.
  • Spring, CDI Integration - Programming model integration that allows developers to write Java Applications that interact with running processes.

Process Design

Process Operations

  • Camunda Engine - JMX and advanced Runtime Container Integration for process engine monitoring.
  • Camunda Cockpit - Web application tool for process operations.
  • Camunda Admin - Web application for managing users, groups, and their access permissions.

Human Task Management

  • Camunda Tasklist - Web application for managing and completing user tasks in the context of processes.

And there's more...

  • bpmn.io - Toolkits for BPMN, CMMN, and DMN in JavaScript (rendering, modeling)
  • Community Extensions - Extensions on top of Camunda BPM provided and maintained by our great open source community

A Framework

In contrast to other vendor BPM platforms, Camunda BPM strives to be highly integrable and embeddable. We seek to deliver a great experience to developers that want to use BPM technology in their projects.

Highly Integrable

Out of the box, Camunda BPM provides infrastructure-level integration with Java EE Application Servers and Servlet Containers.

Embeddable

Most of the components that make up the platform can even be completely embedded inside an application. For instance, you can add the process engine and the REST API as a library to your application and assemble your custom BPM platform configuration.

Contributing

Please see our contribution guidelines.

Tests

To run the tests in this repository, please see our testing tips and tricks.

License

The source files in this repository are made available under the Apache License Version 2.0.

org.camunda.bpm.webapp

Camunda

Versions

Version
7.2.0-alpha2
7.2.0-alpha1