The Apache Open For Business (Apache OFBiz)
The Open For Business Project is a set of tools and enterprise applications including ERP, CRM, e-commerce, SCM, MRP, and CMMS/EAM. It uses a service oriented architecture and tools to automate all aspects of application development and maintenance.Licensed under Apache License, 2.0.
[url]http://ofbiz.apache.org/[/url] 使用 MySQL 資料庫
安裝設定 JDK
安裝設定 ANT
透過 SVN 取得 OFBiz
將 MySQL JDBC 放置到 OFBiz_HOME\framework\entity\lib\jdbc\ 目錄下
修改 OFBiz_HOME\framework\entity\config\entityengine.xml 設定檔[code]
<delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false">
<group-map group-name="org.ofbiz" datasource-name="localderby"/>
</delegator>
[/code]改成[code]
<delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false">
<group-map group-name="org.ofbiz" datasource-name="localmysql"/>
</delegator>
[/code]
頁:
[1]