(五): JBoss Rules 3.0.1 類庫介紹
下載地址:
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=jbossrules
下載文件說明:
JBoss Rules 3.0.1 Binaries (includes javadocs) (?13MB )― 僅僅包含 JBoss Rules 的四個核心類庫:
<!--[if !supportLists]--> l???????? <!--[endif]--> drools-core.jar-核心引擎,運行時組件。包含了RETE引擎和LEAPS引擎;
<!--[if !supportLists]--> l???????? <!--[endif]--> drools-compiler.jar-規則文件的編譯組件,構建可執行的RuleBase;
<!--[if !supportLists]--> l???????? <!--[endif]--> drools-jsr94.jar-提供了JSR-94的兼容實現,本質上是drools- compiler組件的包裹層。注意:由于JSR94規約的限制,不是所有的特點都可以通過此接口暴露。
<!--[if !supportLists]--> l???????? <!--[endif]--> drools-decisiontables.jar-決策表的“編譯”組件(使用了drools- compiler組件)。支持excel和CSV輸入格式。
JBoss Rules 3.0.1 Binaries with dependencies (includes javadocs) ( 23 MB )- 包含了 JBoss Rules 的核心類庫和它們的 dependencies :
<!--[if !supportLists]--> l???????? <!--[endif]--> antlr-2.7.6.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> antlr-3.0ea8.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> colt-1.2.0.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-collections-3.1.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-io-1.1.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-jci-core-1.0-406301.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-jci-eclipse-3.2.0.666.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-jci-janino-2.4.3.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-lang-2.1.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> commons-logging-api-1.0.4.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> concurrent-1.3.4.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> core-3.2.0.666.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> janino-2.4.3.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> jsr94-1.1.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> jung-1.7.2.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> junit-3.8.1.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> poi-2.5.1-final-20040804.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> stringtemplate-2.3b6.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> xercesImpl-2.6.2.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> xml-apis-1.0.b2.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> xpp3-1.1.3.4.0.jar
<!--[if !supportLists]--> l???????? <!--[endif]--> xstream-1.1.3.jar
如果你運行在 Java 1.5 環境下,有一些類庫,例如 XML libraries ,可以不需要。需要注意的類庫有:
“
JCI
”-這是
Apache Java Compiler Interface ,
提供了運行時編譯能力。可以通過
PackageBuilderConfiguration
實例來設定采用
eclipse
或
janino
編譯器,默認是
eclipse
;
“ POI ”-提供了解析 Excel 文件的能力;
“ antlr ”-提供了解析規則語言的能力。
JBoss Rules IDE 3.0.1 ( 13 MB )- 這是 JBoss Rules 的 Eclipse 插件,只支持 Eclipse 3.2 或以上版本。它提供了運行 JBoss Rules 的所有 dependencies 。你可以創建一個 Rule Project ,它能夠為你編寫規則文件提供自動完成的功能,并且它為你提供了 Agenda view , WorkingMemory view , Global Data view ,使你可以通過 eclipse 視圖很清楚的看到 Agenda , WorkingMemory 和 Global Data 的情況。
你還可以通過 update site 來自動安裝這個插件 ,URL 是:
http://anonsvn.labs.jboss.com/labs/jbossrules/updates/drools-ide-update/
<!--[if !supportEmptyParas]-->?<!--[endif]-->
posted on 2006-12-03 09:55 BPM 閱讀(354) 評論(0) 編輯 收藏 所屬分類: 規則引擎