bestlong 怕失憶論壇

標題: The Apache Open For Business (Apache OFBiz) [打印本頁]

作者: bestlong    時間: 2007-5-21 11:45     標題: 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.

http://ofbiz.apache.org/
作者: bestlong    時間: 2009-1-26 22:09

使用 MySQL 資料庫

安裝設定 JDK
安裝設定 ANT
透過 SVN 取得 OFBiz

將 MySQL JDBC 放置到 OFBiz_HOME\framework\entity\lib\jdbc\ 目錄下
修改 OFBiz_HOME\framework\entity\config\entityengine.xml 設定檔
  1.     <delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false">
  2.         <group-map group-name="org.ofbiz" datasource-name="localderby"/>
  3.     </delegator>
複製代碼
改成
  1.     <delegator name="default" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main" distributed-cache-clear-enabled="false">
  2.         <group-map group-name="org.ofbiz" datasource-name="localmysql"/>
  3.     </delegator>
複製代碼





歡迎光臨 bestlong 怕失憶論壇 (http://www.bestlong.idv.tw/) Powered by Discuz! X1.5