CamundaCon 2023 ― The Process Orchestration Conference of the Year on Sep 27-28

Save your Seat

WildFly Swarm Community Extension 1.0.0 Released

  • Blog
  • >
  • WildFly Swarm Community Extension 1.0.0 Released
TOPICS

30 Day Free Trial

Bring together legacy systems, RPA bots, microservices and more with Camunda Platform 8

Join the Camunda Developer Newsletter

Get the latest events, release notes, and product updates straight to your mailbox.

TRENDING CONTENT

WildFly Swarm is a way to build your Java EE application with just enough of the application server, packaged in one uber-jar.
This is usually the way to go, when building microservices architecture, when each service is such kind of Jar, containing the server runtime inside it.
For those who want to try it out, the community extension is now available to easily include Camunda Engine and/or Web applications into WildFly Swarm projects.

This extension provide so called “fractions”:

  • camunda-bpm-swarm-fraction-platform for Camunda engine
  • camunda-bpm-swarm-fraction-rest for Camunda REST API
  • camunda-bpm-swarm-fraction-webapp(-ee) for Camunda Webapps

Example:

    <dependency>
      <groupId>org.wildfly.swarm</groupId>
      <artifactId>camunda-bpm-swarm-fraction-webapp</artifactId>
      <version>${fraction.version}</version>
    </dependency>

Please also check example project.

Feel free to contribute in source code or report the issues. You can find the source code on GitHub.

Try All Features of Camunda Platform

Related Content

Did you know that you can keep your process instances moving with Operate? Learn how in this tutorial.
Event-streaming technology has many advantages. Learn how your business processes can benefit from using it for process orchestration.
Combining a process orchestration solution like Camunda with an observability solution like Instana can break down silos and help teams better understand their systems.