What are you looking for?

WildFly Swarm Community Extension 1.0.0 Released

  • Blog
  • >
  • WildFly Swarm Community Extension 1.0.0 Released

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

Related Content

Achieve a more streamlined architecture and better performance and stability with the new Camunda Exporter.
Help your AI make better choices and complete more complex tasks with agentic orchestration.
Learn how to use Camunda’s SOAP Connector to enable you to interact with applications that are exposed via Simple Object Access Protocol (SOAP)