The Chicheng BPM system includes a form engine + process engine + permission control, which is easy to integrate, flexible in configuration, powerful, and a workflow engine suitable for China's national conditions.
2. CCFlow is the abbreviation of .net, which is developed by Jinan Chicheng team. JFlow is the abbreviation of java, which is upgraded and transformed on the basis of CCFlow. The company jointly developed it with Yikede Software. Both products are 100% open source to the public.
3. For more than ten years, we have been fulfilling our promises, sincerely serving the Chinese IT industry, striving to improve product quality, and becoming a well-known domestic workflow engine.
4. The Chicheng workflow engine is simple to operate, has easy-to-understand concepts, complete operation manuals (total: 140,000 operation manuals), complete code comments, rich and detailed cases, and complete unit tests.
5. Chicheng workflow engine consists of two parts: form engine and process engine, and the two parts are perfectly combined to work together efficiently.
6. The visual design of the process and form interface is highly configurable and adapts to the needs of various scenarios based on China’s national conditions.
7. It has the most extensive research groups and application customer groups in China, and is a product researched and applied by IT departments of large group companies, software companies, research institutes, and universities.
8. Chicheng workflow engine can not only meet the needs of small and medium-sized enterprises, but also meet the applications of communication-level users. It has been used in Siemens, Hainan Airlines, CSSC, Shaanxi Automobile Heavy Truck, Shandong Provincial Department of Land and Resources, Huadian International, and Jiangsu Institute of Surveying and Mapping , Xiamen Securities, Tianye Group, Tianjin Port and other large domestic and foreign enterprises and government units serve.
9. Chicheng workflow engine facilitates embedded integration with your development framework and visual integration with third-party organizations. There are configuration-type development suitable for business personnel and IT maintenance personnel, as well as advanced engine API development for programmers.
10. Database script download address http://140.143.236.168:7080/svn/CCBPMDOCS/InstallDataBaseScript Username/Password: ccbpm
2. Chicheng form engine, CCForm
3. Organizational structure management, menu permission management, GPM
2. Support Oracle, SqlServer, MySQL database.
3. Supports three modes: independent operation, embedded operation (middleware mode), and service mode operation.
4. Built-in form engine + permission management system.
Create a blank database.
Set database parameters:/jflow-web/src/main/resources/jflow.properties
Start the project. Access address: http://127.0.0.1:8080/jflow-web/ Administrator account: admin Password: 123 Other user passwords: 123
For more help download information, please refer to https://gitee.com/opencc/JFlow/wikis/Home
If you want to reduce the waiting time, jflow has its own repository. You only need to unzip the win_bin.part1.rar file package in the bin folder to obtain it.
If maven and jdk are not installed on your machine, you can use the ones that come with jflow, or you can obtain them by decompressing the win_bin.part1.rar file package in the bin folder.
If you use SVN to check out the project, the bat file will lose newlines. Please also unzip the win_bin.part1.rar file and overwrite the current file.
After successful startup, you can access it through the browser.
If you use the well-known development framework jeesite, please download it directly from https://gitee.com/thinkgem/jeesite4-jflow.
2.2. Add the following dependencies to pom.xml: If there is a jar package conflict, please resolve the conflict yourself.
2.3.Copy files
Copy the WF and DataUser folders under the jflow-web project to your project release directory. Copy the jflow.properties, spring-context-jflow.xml and spring-mvc-jflow.xml files under the jflow-web project to the resource root directory of your project.
2.4. Add it to your spring context configuration file
Open this file and modify the data source used by JFlow to your data source name
Integrate your login and logout (JFlow automatically obtains user information from the Key when obtaining the current login information, please comment out this sentence when not in use)
2.5. Add it to your spring mvc configuration file
2.6. Add in your web.xml configuration file