Activiti in Action(实战Activiti)-第一章 BPMN 2.0: what’s in it for developers?(1)

2024-03-25 09:08

本文主要是介绍Activiti in Action(实战Activiti)-第一章 BPMN 2.0: what’s in it for developers?(1),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

This chapter covers

本章介绍

  • Introducing the world of BPM
  • 引入BPM世界
  • Designing processes with BPMN 2.0
  • 用BPMN 2.0设计流程
  • Implementing a BPMN 2.0 process with Activiti
  • 用Activiti实现BPMN 2.0流程

We are about to start our journey in designing business processes with BPMN 2.0 and implementing these processes with the open source BPM platform Activiti. But before we explore these topics, we need some background into business process management (BPM).

我们即将开始采用BPMN 2.0设计业务流程,并用开源BPM平台Activiti实现这些流程的旅程。但是,在我们开发这些主题之前,我们需要了解一些业务流程管理(BPM,Business Progress Management)的背景知识.

The definition of business process management (BPM) is really broad, and BPM vendors are broadening the term even further every day. Because we can’t (and don’t want) to cover the full spectrum of what is covered by BPM, this chapter defines the boundaries what we’ll cover in this book. You’ll experience that this book is not about the theory behind for example business processes, business rules, business activity monitoring and straight through processing. This book will show how to develop and deploy business processes with BPMN 2.0 and the Activiti process engine. So this chapter shows we’ll talk No Fluff just Stuff.

业务流程管理(BPM)的定义实际上相当宽泛,况且BPM供应商甚至每天都在扩展这个术语。因为我们不能(也不想)包含BPM所涵盖的全部范围,所以本章定义了我们在本书所涵盖的边界。你将亲身体验,本书不是关于示例业务流程,业务规则,业务活动监视和直接处理背后的理论。本书将展示如何采用BPMN 2.0和Activiti流程引擎开发和部署业务流程。所以本章展示了我们将谈论的话题:只是没有绒毛的东西。

But before we dive into code examples starting in section 1.5, we’ll first take a look at the topic of BPM. Once we have a good idea of this broad world, you’ll be introduced in the BPMN 2.0 specification and why it’s such an important industry standard. Then the theoretical foundation for this book is presented and we’ll look into BPMN 2.0 from a pure developers perspective. That’ll provide a good introduction before we finally start developing a simple process and run it with the Activiti process engine.

但是在我们尝试钻研在1.5节开始的代码示例之前,我们将先来看看BPM主题。一旦我们有了这个广阔世界的好主意,那么将介绍BPMN 2.0规范,以及为什么它是一个如此重要的工业标准。然后提出本书的理论基础。我们将一个纯开发者的角度审视BPMN 2.0。在我们最终启动开发一个简单流程并用Activiti流程引擎来运行它之前,那将提供一个良好的开端。

But we can’t start developing BPMN 2.0 processes before we get a clear understanding of BPM and the wide range of business theories, but also different technologies it covers. 

但是,在我们清楚理解BPM和广泛的业务理论以及所涉及的不同技术之前,我们不可以开始开发BPMN 2.0流程的过程。

这篇关于Activiti in Action(实战Activiti)-第一章 BPMN 2.0: what’s in it for developers?(1)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/844514

相关文章

Spring Boot + MyBatis Plus 高效开发实战从入门到进阶优化(推荐)

《SpringBoot+MyBatisPlus高效开发实战从入门到进阶优化(推荐)》本文将详细介绍SpringBoot+MyBatisPlus的完整开发流程,并深入剖析分页查询、批量操作、动... 目录Spring Boot + MyBATis Plus 高效开发实战:从入门到进阶优化1. MyBatis

MyBatis 动态 SQL 优化之标签的实战与技巧(常见用法)

《MyBatis动态SQL优化之标签的实战与技巧(常见用法)》本文通过详细的示例和实际应用场景,介绍了如何有效利用这些标签来优化MyBatis配置,提升开发效率,确保SQL的高效执行和安全性,感... 目录动态SQL详解一、动态SQL的核心概念1.1 什么是动态SQL?1.2 动态SQL的优点1.3 动态S

Pandas使用SQLite3实战

《Pandas使用SQLite3实战》本文主要介绍了Pandas使用SQLite3实战,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学... 目录1 环境准备2 从 SQLite3VlfrWQzgt 读取数据到 DataFrame基础用法:读

Python实战之屏幕录制功能的实现

《Python实战之屏幕录制功能的实现》屏幕录制,即屏幕捕获,是指将计算机屏幕上的活动记录下来,生成视频文件,本文主要为大家介绍了如何使用Python实现这一功能,希望对大家有所帮助... 目录屏幕录制原理图像捕获音频捕获编码压缩输出保存完整的屏幕录制工具高级功能实时预览增加水印多平台支持屏幕录制原理屏幕

最新Spring Security实战教程之Spring Security安全框架指南

《最新SpringSecurity实战教程之SpringSecurity安全框架指南》SpringSecurity是Spring生态系统中的核心组件,提供认证、授权和防护机制,以保护应用免受各种安... 目录前言什么是Spring Security?同类框架对比Spring Security典型应用场景传统

最新Spring Security实战教程之表单登录定制到处理逻辑的深度改造(最新推荐)

《最新SpringSecurity实战教程之表单登录定制到处理逻辑的深度改造(最新推荐)》本章节介绍了如何通过SpringSecurity实现从配置自定义登录页面、表单登录处理逻辑的配置,并简单模拟... 目录前言改造准备开始登录页改造自定义用户名密码登陆成功失败跳转问题自定义登出前后端分离适配方案结语前言

OpenManus本地部署实战亲测有效完全免费(最新推荐)

《OpenManus本地部署实战亲测有效完全免费(最新推荐)》文章介绍了如何在本地部署OpenManus大语言模型,包括环境搭建、LLM编程接口配置和测试步骤,本文给大家讲解的非常详细,感兴趣的朋友一... 目录1.概况2.环境搭建2.1安装miniconda或者anaconda2.2 LLM编程接口配置2

基于Canvas的Html5多时区动态时钟实战代码

《基于Canvas的Html5多时区动态时钟实战代码》:本文主要介绍了如何使用Canvas在HTML5上实现一个多时区动态时钟的web展示,通过Canvas的API,可以绘制出6个不同城市的时钟,并且这些时钟可以动态转动,每个时钟上都会标注出对应的24小时制时间,详细内容请阅读本文,希望能对你有所帮助...

Spring AI与DeepSeek实战一之快速打造智能对话应用

《SpringAI与DeepSeek实战一之快速打造智能对话应用》本文详细介绍了如何通过SpringAI框架集成DeepSeek大模型,实现普通对话和流式对话功能,步骤包括申请API-KEY、项目搭... 目录一、概述二、申请DeepSeek的API-KEY三、项目搭建3.1. 开发环境要求3.2. mav

Python与DeepSeek的深度融合实战

《Python与DeepSeek的深度融合实战》Python作为最受欢迎的编程语言之一,以其简洁易读的语法、丰富的库和广泛的应用场景,成为了无数开发者的首选,而DeepSeek,作为人工智能领域的新星... 目录一、python与DeepSeek的结合优势二、模型训练1. 数据准备2. 模型架构与参数设置3