Skip to content

Commit 8c9da42

Browse files
committed
updated
1 parent d024367 commit 8c9da42

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: post
3+
category: programming
4+
tags: [SWT, Open Source]
5+
excerpt: Attempt to contribute to the BPMP2 modeler
6+
---
7+
8+
9+
## What does the modeler do?
10+
11+
Some important functions:
12+
1. The Eclipse BPMN2 Modeler is an open-source, graphical tool for authoring and editing files that are compliant with the OMG BPMN 2.0 standard.
13+
14+
2. BPMN2 Modeler can be easily customized to target any spec-compliant runtime with User Preference settings and/or specialized extension plug-ins
15+
## References
16+
* [BPMN2-Modeler Wiki](https://wiki.eclipse.org/BPMN2-Modeler)

_drafts/introduction-to-acceleo.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
category: architecture
4+
tags: [modeling, Acceleo]
5+
excerpt: What is Acceleo all about?
6+
---
7+
8+
Acceleo can generate text (such as source files) from EMF models.
9+
10+
The tutorial does a good jo of describing the technlogy ; but the wizard did not work as advertised.
11+
## References
12+
* [Acceleo web site](https://www.eclipse.org/acceleo/)

0 commit comments

Comments
 (0)