30.12.2014 Views

Camunda-BPM-Loan-Assessment-Process-Lab-v1.0

Camunda-BPM-Loan-Assessment-Process-Lab-v1.0

Camunda-BPM-Loan-Assessment-Process-Lab-v1.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Camunda</strong> <strong>BPM</strong> Platform 2014<br />

<br />

<br />

<br />

org.apache.maven.plugins<br />

maven-war-plugin<br />

2.3<br />

<br />

false<br />

<br />

<br />

<br />

<br />

<br />

Now you can perform the first build. Select the pom.xml in the Package Explorer,<br />

perform a Right Click and select Run AS / Maven Install<br />

Step 3: Add a <strong>Process</strong> Application Class<br />

Next, you need to create a package, e.g. org.camunda.bpm.getstarted.loanapproval and<br />

add a <strong>Process</strong> Application class to it. The <strong>Process</strong> Application class constitutes the<br />

interface between your application and the process engine.<br />

package org.camunda.bpm.getstarted.loanapproval;<br />

import org.camunda.bpm.application.<strong>Process</strong>Application;<br />

import org.camunda.bpm.application.impl.Servlet<strong>Process</strong>Application;<br />

@<strong>Process</strong>Application("<strong>Loan</strong> Approval App")<br />

14

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!