Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[KieLive#7] Maven archetype support in Business...

[KieLive#7] Maven archetype support in Business Central, by Guilherme Caponetto

how to speed up the process of creating the initial structure of a project by taking advantage of Business Central new features

About this Event

In this talk, we will cover how to speed up the process of creating the initial structure of a project by taking advantage of the Maven archetype support in Business Central.

Business Central is one of the components of jBPM ( a.k.a. RHPAM ) which allows users to author, deploy, manage and monitor business automation projects.

Link to the live streaming: http://red.ht/KieLive6

About the invited speaker:

Guilherme Caponetto has been working at Red hat since 2019 as a Software Engineer in the Business Automation Foundation team, where he's been contributing mostly for Business Central and Kogito Tooling development. Having been working for 10+ years with various software technologies, his interests lie in the development of high-quality intelligent software using design patterns, optimized code guided by unit tests, machine learning, and agile methodologies. Go to bit.ly/caponetto to reach him out. ;)

KIE Community

December 08, 2020
Tweet

More Decks by KIE Community

Other Decks in Technology

Transcript

  1. Business Central Sept, 15 - 2020 Maven archetype support Guilherme

    H. Caponetto - bit.ly/caponetto Software Engineer Business Automation Foundation 1
  2. Maven archetypes 3 “An archetype is a very simple artifact,

    that contains the project prototype you wish to create.” Template Project Project Project Project Project New project Guide to creating archetypes
  3. Create a Maven archetype 4 Guide to creating archetypes 1.

    Create a new project and pom.xml for the archetype artifact 2. Create the archetype descriptor 3. Create the prototype files and the prototype pom.xml 4. Install the archetype and run the archetype plugin
  4. Create a new project based on a Maven archetype 5

    Guide to creating archetypes $ mvn archetype:generate -DarchetypeGroupId=<archetype-groupId> -DarchetypeArtifactId=<archetype-artifactId> -DarchetypeVersion=<archetype-version> -DgroupId=<project-groupId> -DartifactId=<project-artifactId> -Dversion=<project-version> Archetype properties New project properties
  5. Create a new project 10 Blog post: Maven archetype support

    in Business Central Business Central
  6. linkedin.com/company/red-hat youtube.com/user/RedHatVideos facebook.com/redhatinc twitter.com/RedHat Red Hat is the world’s leading

    provider of enterprise open source software solutions. Award-winning support, training, and consulting services make Red Hat a trusted adviser to the Fortune 500. Thank you 13