bestlong 怕失憶論壇

 

 

搜索
bestlong 怕失憶論壇 論壇 ERP/MRP/MES/APS Other ERP The Apache Open For Business (Apache OFBiz)
查看: 5195|回復: 1
go

The Apache Open For Business (Apache OFBiz) [複製鏈接]

Rank: 9Rank: 9Rank: 9

1#
發表於 2007-5-21 11:45 |只看該作者 |倒序瀏覽 |打印
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/
我是雪龍
http://blog.bestlong.idv.tw
http://www.bestlong.idv.tw

Rank: 9Rank: 9Rank: 9

2#
發表於 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>
複製代碼
我是雪龍
http://blog.bestlong.idv.tw
http://www.bestlong.idv.tw
‹ 上一主題|下一主題

Archiver|怕失憶論壇

GMT+8, 2024-6-17 17:10 , Processed in 0.020351 second(s), 14 queries .

Powered by Discuz! X1.5

© 2001-2010 Comsenz Inc.