This is a preconfigured jboss 4.0.2 installation that contains jBPM.
這是一個(gè)包含jBPM的預(yù)先配置好的jboss4.0.2的安裝文件
Deployed components
配置組件:
The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To make use of this JbpmSessionFactory, you have to specify the property jbpm.session.factory.jndi.name=java:/jbpm/JbpmSessionFactory in your jBPM configuration (e.g. in the jbpm.properties in your WEB-INF/classes in your web application).
這個(gè)jBPM 服務(wù)存檔:這個(gè)部署目錄包含一個(gè)服務(wù)歸檔,它創(chuàng)建一個(gè)JbpmSessionFactory 在服務(wù)器啟動(dòng)并且把它丟到JNDI中。為了使用這個(gè)JbpmSessionFactory,你不得不使用指定這個(gè)屬性 jbpm.session.factory.jndi.name-=java:/jbpm/JbpmSessionFactory 在你的jBPM注冊(cè)文件(例如在jbpm.properties 在你的web程序中的 WEB-INF/classes 里)
The jBPM database: The server includes a hypersonic database that is preconfigured. with the jBPM database tables. Also an example process is already present in the database. The database can be accessed via a TCP connection to port 1701 with the hsqldb driver.
jBPM數(shù)據(jù)庫(kù):這個(gè)服務(wù)器包含一個(gè)原先配置好的hypersonic 數(shù)據(jù)庫(kù)。使用這個(gè)jBPM數(shù)據(jù)庫(kù)表。也可以使用已經(jīng)數(shù)據(jù)庫(kù)中設(shè)置好的.這個(gè)數(shù)據(jù)庫(kù)可以通過(guò) tcp連接1701端口使用這個(gè)hsqldb驅(qū)動(dòng)器。
The jBPM web console application: The jBPM web console application is a simple webapplication that allows access to the jBPM database. Currently the functionality of the webapplication is still limited, but a lot of focus is going to go to the webapplication in the near future for making it easier to manage, maintain and monitor your business processes.
Other customizations
jBPM web控制臺(tái)程序:這個(gè)jBPM web控制臺(tái)程序是一個(gè)簡(jiǎn)單的web程序,它允許訪(fǎng)問(wèn)jBPM數(shù)據(jù)庫(kù)。當(dāng)前這個(gè)web程序的功能仍然是受限制的,但是很多焦點(diǎn), 在不久的未來(lái)打算使它更容易管理、維護(hù)和監(jiān)控你的商業(yè)流程。
For reducing download the minimal, default and all server configurations have been removed. Only the jbpm configuration is available. (start with run.bat -c jbpm).
For improving startup time, some of the default services have been removed.