Copilot commented on code in PR #35: URL: https://github.com/apache/incubator-kie-website/pull/35#discussion_r2068401654
########## docs/components/jbpm/jbpm.md: ########## @@ -6,4 +6,68 @@ sidebar_position: 0 # jBPM -This section is work-in-progress. Please refer to [Documentation](https://kie.apache.org/docs/documentation/) for the latest documentation. \ No newline at end of file + + +## What is jBPM? + +jBPM is a toolkit for building business applications to help automate business processes and decisions. + +jBPM originates from BPM (Business Process Management) but it has evolved to enable users to pick their own path in business automation. It provides various capabilities that simplify and externalize business logic into reusable assets such as cases, processes, decision tables and more. + +* business processes (BPMN2) +* case management (BPMN2 and CMMN) +* decision management (DMN) +* business rules (DRL) +* business optimisation (Solver) + +jBPM can be used as standalone service or embedded in custom service. It does not mandate any of the frameworks to be used, it can be successfully used in + +* traditional JEE applications - war/ear deployments +* SpringBoot or Thorntail (formerly known as WildFly Swarm) - uberjar deployments +* standalone java programs Review Comment: Consider capitalizing 'Java' in 'standalone java programs' to maintain consistency and proper noun usage. ```suggestion * standalone Java programs ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
