Questo contenuto non è disponibile nella lingua selezionata.
Chapter 2. Creating a business application
You can use the business application website to quickly and easily create business applications using the Spring Boot framework. Doing this by-passes the need to install and configure Red Hat Process Automation Manager.
Procedure
Enter the following URL in a web browser:
https://start.jbpm.org
https://start.jbpm.orgCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Click Configure your business application.
- Click Business Automation and click Next.
- Enter a package and application name.
Select Enterprise 7.5 from the Version menu and click Next.
NoteYou must select Enterprise 7.5 to create a Red Hat Process Automation Manager business application.
Select the project types that you want to include in your project. You can include more than one project type.
- Business Assets: Contains business processes, rules, and forms and are easily imported into Business Central. Select Dynamic Assets instead if you want to add adaptive and dynamic assets such as cases.
- Data Model: Provides common data structures that are shared between the service projects and business assets projects. This enables proper encapsulation, promotes reuse, and reduces shortcuts. Each service project can expose its own public data model.
- Service: Includes business logic that operates your business.
Click Generate business application.
The
<business-application>.zipfile downloads, where<business-application>is the name that you entered in the Application Name box.-
Unzip the
<business-application>.zipfile. -
Open the
<business-application>/business-application-service/src/main/docker/settings.xmlfile in a text editor. Add the following repository to the
repositorieselement:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Add the following plug-in repository to the
pluginRepositorieselement:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Doing this adds the productized Maven repository to your business application.