-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (53 loc) · 3.02 KB
/
Copy pathindex.html
File metadata and controls
67 lines (53 loc) · 3.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
layout: default
title: COPPER - the high performance Java workflow engine
tabname: home
displayGitHubRibbon: true
---
<img class="hidden-xs" src="/images/copper.png" style="position: absolute">
<div class="jumbotron">
<div class="container">
<div class="jumbotron-content">
<h1>Workflow made easy</h1>
<p><strong>COPPER</strong> is an open-source, powerful, light-weight, and easily configurable
<strong>workflow engine</strong>. The power of COPPER
is that it uses <strong>Java</strong> as a description language for workflows.</p>
<p><a class="btn btn-primary btn-lg" href="/about/" role="button">Learn more »</a></p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Powerful</h2>
<p>COPPER is a <strong>high-performance workflow engine</strong> and comprises key features such as
<ul>
<li>automatic crash recovery</li>
<li>dynamic resource allocation</li>
<li>hot deployment</li>
<li>versioning</li>
<li>long running workflows (months or more)</li>
<li>features to support high availability (having a Apache Cassandra or Oracle RAC database)</li>
</ul>
</p>
<p>When designing COPPER, we put the main focus on performance and reliability.</p>
<p><a class="btn btn-default" href="/about/" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Java based</h2>
<p><strong>Use the language you know best!</strong></p>
<p>In contrast to many other Java-based workflow engines, it is not only written in <strong>100% pure Java</strong> but it also <em>uses</em> Java for workflow definitions.</p>
<p>Plus, you can dynamically modify workflows at runtime due to its automatic class reloading!</p>
<p>COPPER 6.0.0 runs with Java 17 to 25. COPPER 5.5.0 supports Java 8 to 23. Java 7 is supported by COPPER 4.x.</p>
<p><a class="btn btn-default" href="/about/" role="button">View details »</a></p>
</div>
<div class="col-md-4">
<h2>Open Source</h2>
<p>COPPER is released under Apache License 2.0</p>
<p>The complete source code, releases and useful documentation are available at GitHub.</p>
<p><a class="btn btn-default" href="/downloads/" role="button"><span class="glyphicon glyphicon-download"></span> Download »</a></p>
{% include blog-newsflash.html maxItems=3 %}
<p><script type="text/javascript" src="https://www.openhub.net/p/623299/widgets/project_partner_badge.js"></script></p>
</div>
</div>
</div>