There are no reviews yet. Be the first to send feedback to the community and the maintainers!
spring-security-with-saml2-and-okta
Learn how to build a Spring Boot application that uses Okta as platform for authentication via SAML (Security Assertion Markup Language)bootstrap-password-toggler
jQuery plugin for showing/hiding password with Bootstraprest-api-with-jpa-criteria
In this guide, you will learn how to set up and build a simple REST API with Spring, that provides CRUD operations for entries that are saved into a database. In addition, you will learn how use JPA's criteria API to perform filtered searches for records.demo-flowable-broadcasting
Demo code using Flowable and Kafka for automating workflows in the Broadcasting industryspring-flowable-integration
In this tutorial, we will be integrating Flowable's BPM engine into our Spring Boot application.mini-framework-mvc
MINI-FRAMEWORK-MVC is an extremely simple PHP framework based on project MINI3. It is NOT a professional framework. As a result, it does not come with all the features and functionalities that real frameworks have. It is limited to a very reduce number of helper libraries.run-flowable-bpm-using-docker-and-mysql
Execute Flowable Apps in a dockerized environment and using MySQLintegrate-activiti-with-spring
In this post, you will learn how to integrate Activiti's engine and REST API into your Spring application. At the same time, you will be able to adapt the Process Engine to your needs by modifying the database connection and the Async Job Executor.thread-pool-with-task-queue-in-database
Simulates multiple threadpools of workers that share a same database table with the pending to be executed tasks resided. This is the solution implemented in the project [**CANCHITO-WORKFLOW-MANAGER (CWM)**](http://canchito-dev.com/projects/cwm) for solving some _"limitations"_ encountered during the integration and implementation of [Flowable](https://www.flowable.org/) BPM, when executing long-running tasks.flowable-triggerable-custom-service-task
Implementing a triggerable custom service task in Flowable. A triggerable task, is one that when it is reached, it is executes its business logic, but once done, it enters a wait state. In order to leave this state, it must be triggered.build-a-rest-api-with-spring
In this guide, you will learn how to set up and build a simple REST API with Spring, that provides CRUD operations for entries that are saved into a database. In addition, you will learn how to map HTTP request to specific URL and its response codes, and how to handle unmapped requests.canchito-workflow-manager
CANCHITO-WORKFLOW-MANAGER (CWM) is a powerful and yet light-weight and easy to use solution for handling workflows and business processes. At its core is a high performance open-source business process engine based on Flowable (https://www.flowable.org/) with the flexibility and scalability to handle a wide variety of critical processes.flowable-custom-engine-configuration
See how easy it is to customize Flowable's enginespring-cloud-config
Want to learn how to manage your application configuration in a distributed environment? Learn how to do it with Spring Cloud Config.elastic-stack-demo
Let us show you how to deploy a single node Elastic Stack cluster using docker. Hope you find in it useful!marshalling-xml-using-ox-mappers
In this post, you will create a Spring project and use Castor XML mapping for marshalling/unmarshalling Java objects into an XML document.Microsoft-Azure-AI-Fundamentals-Practice-Exam-AI900
Practice Exam AI-900: Microsoft Azure AI Fundamentalsactiviti-workflow-manager
[DEPRECATED] ACTIVITI-WORKFLOW-MANAGER (AWM) is a powerful and yet light-weight and easy to use solution for handling workflows and business processes. At its core is a high performance open-source business process engine based on Activiti (https://www.activiti.org/) with the flexibility and scalability to handle a wide variety of critical processes.javafx-spring-boot
flowable-custom-service-task
In this tutorial, we will be implementing a custom service task in Flowablerest-api-with-spring-actuator
In this post, we’re going to introduce Spring Boot Actuator, by first covering the basics. Afterwards, you will create a Spring project and learn how to use, configure and extend this monitoring tool.Love Open Source and this site? Check out how you can help us