Skip to content

chrisphe/camunda-bpm-dropwizard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camunda-bpm-dropwizard

The power of camunda and REST in a single jar.

Screenshot or code snippet

Get started

A quick description how your project can be used, including where the relevant resources can be obtained from. Put into another file if too big.

Noteworthy

  • Dropwizard does not support Java6, so despite the camunda standard compiler settings, this has do be done with targetJDK=1.7

Resources

Roadmap

specify a short list of things that yet need to be done (unless you organize it elsewhere)

todo

  • add feature B
  • integrate with technology X

done

  • add feature A

Useful resources

How to import the REST classes (instead the war file)

<dependency> 
  <groupId>org.camunda.bpm</groupId> 
  <artifactId>camunda-engine-rest</artifactId> 
  <classifier>classes</classifier> 
  <version>7.1.0-Final</version> 
</dependency> 

example with spring

Maintainer

  • This was originally maintained by Jan Galinski, and subsequently contributed to by Chris Pheby. The original repository is no longer being maintained, hence this fork.

License

About

running camunda on dropwizard

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%