bestlong 怕失憶論壇's Archiver

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.

[url]http://ofbiz.apache.org/[/url]

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 設定檔[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]

Powered by Discuz! X1.5 Archiver   © 2001-2010 Comsenz Inc.