Browse Source

initial import

Grega Bremec 3 years ago
commit
80241ea35b
4 changed files with 60 additions and 0 deletions
  1. 5 0
      .gitignore
  2. 6 0
      RHCRS.md
  3. 16 0
      RHFuse.md
  4. 33 0
      RHPAM.md

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+.project
+.classpath
+.settings
+.*.swp
+target

+ 6 - 0
RHCRS.md

@@ -0,0 +1,6 @@
+# Red Hat CodeReady Studio Resources
+
+## Integration
+
+* [Integrating Red Hat CodeReady Studio with Red Hat Process Automation Manager](https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.5/html-single/integrating_red_hat_codeready_studio_with_red_hat_process_automation_manager/index)
+

+ 16 - 0
RHFuse.md

@@ -0,0 +1,16 @@
+# Red Hat Fuse Resources
+
+## Installation and Support
+
+* [Red Hat Fuse Supported Configurations](https://access.redhat.com/articles/310603)
+* [Installing Fuse on JBoss EAP](https://access.redhat.com/documentation/en-us/red_hat_fuse/7.9/html/installing_on_jboss_eap/installing-fuse-on-jboss-eap)
+
+## Development
+
+* [Working with Camel on JBoss EAP](https://access.redhat.com/documentation/en-us/red_hat_jboss_fuse/6.3/html/deploying_into_a_web_server/ch02s03)
+* [WildFly Camel and Fuse on EAP: Common Pitfalls](https://jamesnetherton.github.io/2017/11/27/wildfly-camel-and-fuse-on-eap-common-pitfalls/)
+* [The kie-camel Component](https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.4/html/integrating_red_hat_fuse_with_red_hat_process_automation_manager/kie-camel-con_fuse)
+* [How to Interact with Business Processes Using Camel Routes](https://blog.kie.org/2021/04/how-to-interact-with-business-processes-using-camel-routes.html)
+* [jBPM Empowered by Camel](https://blog.kie.org/2018/11/jbpm-empowered-by-camel-to-integrate-with-everything.html)
+* [Camel jBPM Component](https://camel.apache.org/components/latest/jbpm-component.html)
+

+ 33 - 0
RHPAM.md

@@ -0,0 +1,33 @@
+# Red Hat Process Automation Manager Resources
+
+## Installation and Support
+
+* [Red Hat Process Automation Manager 7 Supported Configurations](https://access.redhat.com/articles/3405381)
+* [Installing and configuring Red Hat Process Automation Manager on Red Hat JBoss EAP](https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.11/html/installing_and_configuring_red_hat_process_automation_manager/assembly-install-on-eap)
+
+## Developent
+
+* [kmodule.xml XML Schema Definition](https://github.com/kiegroup/droolsjbpm-knowledge/blob/main/kie-api/src/main/resources/org/kie/api/kmodule.xsd)
+* [Generating new Projects using Maven archetypes](https://gist.github.com/rafaeltuelho/eb3a92057208b1053609ea6d06c28352)
+* [Service Task Tips and Tricks](https://karinavarela.me/2019/06/07/jbpm7-quicktips-service-tasks/)
+* [BPM Suite 6.4: Domain-Specific Tasks](https://access.redhat.com/documentation/en-us/red_hat_jboss_bpm_suite/6.4/html/user_guide/chap_process_designer#sect_domain_specific_tasks)
+* [JBoss Community Archive: Registering a WorkItemHandler](https://developer.jboss.org/thread/267334)
+* [Bypassing a REST Task after a Timeout](https://access.redhat.com/solutions/5592311)
+* [Invoking REST Web Services using REST Tasks](https://access.redhat.com/solutions/1529193)
+* [Setting Custom HTTP Headers in REST WIH](https://access.redhat.com/solutions/4356821)
+* [Unmarshaling REST payload to an Object in RHPAM](https://access.redhat.com/solutions/3763421)
+* [Using SSL REST Services in RHPAM](https://access.redhat.com/solutions/3433821)
+* [YouTube: Using REST Service Tasks](https://www.youtube.com/watch?v=_LKWPX7agKc)
+* [YouTube: Handling REST Service Task Errors in a Process Model](https://www.youtube.com/watch?v=9C4zEVA-rQs)
+* [Using REST WIH in jBPM](http://www.mastertheboss.com/bpm/jbpm6/how-to-use-a-rest-workitem-handler-in-jbpm/)
+* [BPM Suite 6.4: Service Tasks](https://access.redhat.com/documentation/en-us/red_hat_jboss_bpm_suite/6.4/html/user_guide/appe_service_tasks)
+* [Service Task Repository Integrated into Business Central](https://blog.kie.org/2019/01/service-task-repository-integrated-into-business-central.html)
+* [DZone: Configuring an Email Service Task with RHPAM](https://dzone.com/articles/beginners-guide-to-configuring-email-service-task)
+* [BPMN Timers, RHPAM, and PostgreSQL 11](https://jeftaylo.medium.com/bpmn-timers-red-hat-process-automation-manager-and-postgresql-11-e67cd7d8b613)
+* [Versioning of Utility Classes in RHPAM](https://www.businessprocessincubator.com/content/versioning-of-utility-classes-in-rhpam/)
+* [jBPM: Mastering Transaction Boundaries](https://dev.to/kmacedovarela/jbpm-mastering-transaction-boundaries-2bp0)
+* [ClassNotFoundException in REST Work Items](https://access.redhat.com/solutions/2133761)
+* [Interacting with RHPAM using Kie APIs](https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.2/html-single/interacting_with_red_hat_process_automation_manager_using_kie_apis/index)
+* [Swagger Codegen Maven Plugin](https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen-maven-plugin/README.md)
+* [swagger-codegen: HTTP Basic Auth is broken in generated clients](https://github.com/swagger-api/swagger-codegen/issues/1054)
+