Apache OFBiz/developer

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(链接)
 
(未显示1个用户的14个中间版本)
第3行: 第3行:
 
==源代码==
 
==源代码==
 
源代码构建 OFBiz  
 
源代码构建 OFBiz  
 +
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release14.12 ofbiz.14.12
 
  svn co http://svn.apache.org/repos/asf/ofbiz/branches/release13.07 ofbiz.13.07
 
  svn co http://svn.apache.org/repos/asf/ofbiz/branches/release13.07 ofbiz.13.07
 +
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release12.04 ofbiz.12.04
 
  导入项目至eclipse
 
  导入项目至eclipse
 
  Java Build Path->Libary 删除不存在lib
 
  Java Build Path->Libary 删除不存在lib
第9行: 第11行:
 
  Java Build Path->Source 添加 ofbiz/framework/base/config source folder
 
  Java Build Path->Source 添加 ofbiz/framework/base/config source folder
 
  运行 framework/start/src/Start.java
 
  运行 framework/start/src/Start.java
 +
 +
==API==
 +
*[http://code.huihoo.com/huihoo/ofbiz-students/issues/5 OFBiz API, REST support in OFBiz]
 +
 +
==Scala==
 +
[[Apache_OFBiz/scala|将 Scala 引入 Apache OFBiz]]
 +
 +
==JavaScript==
 +
*[[Apache_OFBiz/javascript|JavaScript @ Apache OFBiz]]
 +
 +
==Groovy==
 +
[[Apache_OFBiz/groovy|Groovy @ Apache OFBiz]]
  
 
==Maven==
 
==Maven==
第17行: 第31行:
 
==文档==
 
==文档==
 
*[http://docs.huihoo.com/apache/apachecon/eu2014/gui-unit-tests-for-apache-ofbiz.pdf GUI unit tests for Apache OFBiz]
 
*[http://docs.huihoo.com/apache/apachecon/eu2014/gui-unit-tests-for-apache-ofbiz.pdf GUI unit tests for Apache OFBiz]
 +
*[http://docs.huihoo.com/apache/ofbiz/An-Apache-OFBiz-Developer-Introductory-course-v1.0-2014.pdf An Apache OFBiz Developer Introductory course]
  
 
==维基==
 
==维基==
第24行: 第39行:
 
*[https://cwiki.apache.org/confluence/display/OFBREQDES OFBiz Requirements and Designs]
 
*[https://cwiki.apache.org/confluence/display/OFBREQDES OFBiz Requirements and Designs]
 
*[https://cwiki.apache.org/confluence/display/OFBTECH OFBiz Technical Documentation]
 
*[https://cwiki.apache.org/confluence/display/OFBTECH OFBiz Technical Documentation]
 +
*[https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Contribution+and+Development Apache OFBiz Contribution and Development]
 +
 +
==图集==
 +
<gallery>
 +
image:ofbiz-ui-architecture.png|UI架构
 +
image:ofbiz-java-event.png|OFBiz事件
 +
image:ofbiz-service-engine.png|服务引擎
 +
image:ofbiz-entity-engine.png|实体引擎
 +
image:ofbiz-security-groups.png|安全组
 +
image:ofbiz-paypal-checkout.png|PayPal支付
 +
image:ofbiz-webtools-entity-maintenance.png|实体数据维护
 +
image:ofbiz-webtools-entity-performance-test.png|实体性能测试
 +
image:ofbiz-entity-reference.png|实体引用
 +
</gallery>
  
 
==链接==
 
==链接==
 +
*[https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Contribution+and+Development Apache OFBiz Contribution and Development]
 
*[https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+PMC+%28Project+Management+Committee%29+Members+and+Committers Apache OFBiz PMC (Project Management Committee) Members and Committers]
 
*[https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+PMC+%28Project+Management+Committee%29+Members+and+Committers Apache OFBiz PMC (Project Management Committee) Members and Committers]
 
*[http://docs.huihoo.com/apache/ofbiz/data-model/ 数据模型]
 
*[http://docs.huihoo.com/apache/ofbiz/data-model/ 数据模型]
第31行: 第61行:
 
*[https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/oagis/ OAGIS component]
 
*[https://svn.apache.org/repos/asf/ofbiz/trunk/specialpurpose/oagis/ OAGIS component]
 
*[http://www.hotwaxmedia.com/apache-ofbiz-erp/tutorials/ OFBiz Tutorials]
 
*[http://www.hotwaxmedia.com/apache-ofbiz-erp/tutorials/ OFBiz Tutorials]
 +
*[https://cwiki.apache.org/confluence/display/OFBIZ/Export+service+using+REST Export service using REST]
 +
*[https://cwiki.apache.org/confluence/display/OFBADMIN/New+Features+Roadmap+-+Living+Document New Features Roadmap - Living Document]
 +
*[http://www.opentaps.org/docs/index.php/Opentaps_Coding_Standards Opentaps Coding Standards]
  
 
[[category:developer]]
 
[[category:developer]]
 
[[category:Apache OFBiz]]
 
[[category:Apache OFBiz]]

2015年5月31日 (日) 01:20的最后版本

Apache OFBiz 开发者

目录

[编辑] 源代码

源代码构建 OFBiz

svn co http://svn.apache.org/repos/asf/ofbiz/branches/release14.12 ofbiz.14.12 
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release13.07 ofbiz.13.07
svn co http://svn.apache.org/repos/asf/ofbiz/branches/release12.04 ofbiz.12.04
导入项目至eclipse
Java Build Path->Libary 删除不存在lib
Java Build Path->Source 删除不存在source folder
Java Build Path->Source 添加 ofbiz/framework/base/config source folder
运行 framework/start/src/Start.java

[编辑] API

[编辑] Scala

将 Scala 引入 Apache OFBiz

[编辑] JavaScript

[编辑] Groovy

Groovy @ Apache OFBiz

[编辑] Maven

[编辑] Jenkins

[编辑] 文档

[编辑] 维基

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱