Skip to content

inter-faced/wmpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camel Project for Workflow Modeling and Process Management 2015S

Project Info

Groupnumber: 08
Topic: HR-department

Install Instructions

Install Maven on your system and check if it is correctly installed with:

mvn --version

Optional MongoDB installation to test the hosted DB

Install MongoDB locally to try out some requests. You can connect over the shell via

mongo ds031802.mongolab.com:31802/hrdep -u <dbuser> -p <dbpassword>

You can also connect using a driver via the standard URI:

mongodb://<dbuser>:<dbpassword>@ds031802.mongolab.com:31802/hrdep

Build and run with Maven

To build this project use

mvn install

To run this project with Maven use

mvn compile exec:java

Examples

Good simple example: https://github.com/vrto/apache-camel-invoices
Original Camel examples: https://github.com/apache/camel/tree/master/examples

For more help see the Apache Camel documentation http://camel.apache.org/

About

Workflow Modeling and Process Management 2015S

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages