In this tutorial, you can able to create a project using Red Hat JBoss BPMS Workbench (Business Central).
Organization Unit
This is the top level. An installation may have one or more organization units.
Repository
Each Organizational unit can have one or more repositories. A repository is a physical git repository, stored on disk.
Project
Each Repository can have one or more projects. A project forms the deployable unit and complies down to a jar. A project can depend on one or more other projects.
Organization Unit
This is the top level. An installation may have one or more organization units.
Repository
Each Organizational unit can have one or more repositories. A repository is a physical git repository, stored on disk.
Project
Each Repository can have one or more projects. A project forms the deployable unit and complies down to a jar. A project can depend on one or more other projects.
Figure 1. JBoss BPM Suite 6
home page
In JBoss BPM Suite 6, assets are organized into organizational units,
repositories, and projects. Therefore, you first need to create an
organizational unit.
Next, you need to create or clone a repository. JBoss BPM Suite 6
uses Git to provide the repository structure, so you can either clone
an existing Git repository or create a new one. For this lab, create
a new repository.
Now you can create a project, which is the main organizational and
deployment unit for your business rules assets. A project is modeled
like a Maven project. When you deploy a project, it deploys as a
Maven artifact (.jar and .pom) in a Maven repo (the default internal
repo in JBoss BPM Suite 6), ready to be incorporated and consumed by
applications.
- The Project Explorer screen appears, which shows the organizational structure. Make sure that the myOrgUnit organizational unit and the demoRepo repository are selected.
- On the menu, select New Item → Project.
- In the Resource Name field, enter demoproject.
- In the Group ID field, enter org.myorgunit.myproject.
This group id and artifact id should conform maven standards, this will be used in deployment unit id. - Click Finish.
Thanks for this. I really like what you've posted here and wish you the best of luck with this blog and thanks for sharing. Cloud Workflow Automation
ReplyDelete