posted @ 2013-06-20 12:06 shardon 阅读(566) 评论(0) 推荐(0)
摘要:
1.初学者例程:
OFBiz Tutorial - A Beginners Development Guide
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide 阅读全文
|
|||
|
摘要:
1.初学者例程:
OFBiz Tutorial - A Beginners Development Guide
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide 阅读全文
posted @ 2013-06-20 12:06 shardon 阅读(566) 评论(0) 推荐(0)
摘要:
1.在几个已安装的应用模块中,资产管理模块,是最简单的,可以从这个开始入手。
E:\eclipse-SDK-3.7.1-win32\ofbiz\apache-ofbiz-10.04\specialpurpose\assetmaint 阅读全文
posted @ 2013-06-20 12:04 shardon 阅读(725) 评论(0) 推荐(0)
摘要:
1. Debug不要在Eclipse中使用Ant来启动ofbiz, 因为在Eclipse中无法kill掉Ant的进程,而ofbiz又没有提供stop的方法。(有一个hook shutdown的方法,但是没有作用)使用startofbiz.bat来启动ofbiz, 打开debug模式,端口5005.注意:如果需要对org.ofbiz.base.start.Start进行debug的话,需要修改:-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=50052.ofbiz-component.xml总共有60个ofbiz-componne 阅读全文
posted @ 2013-06-20 12:01 shardon 阅读(1443) 评论(0) 推荐(1)
摘要:
1.svn中check出的apache-ofbiz-10.04(svn_2010-04-01代码备分)
由于它的所有文件都不含有中文,所以Eclipse使用什么编码方式都可以(ISO, GBK, UTF-8)。 阅读全文
posted @ 2013-06-20 11:56 shardon 阅读(660) 评论(0) 推荐(0)
摘要:
1.使用Eclipse3.7.1 + subclipse plugins 1.8.2(svn client)
http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 阅读全文
posted @ 2013-06-20 11:53 shardon 阅读(1001) 评论(0) 推荐(1)
摘要:
1. 执行ant run-install后,生成了55个ofbiz的jar.
加上最初的E:\apache-ofbiz-10.04\framework\entity\lib\ofbiz-minerva.jar 阅读全文
posted @ 2013-06-20 11:51 shardon 阅读(545) 评论(0) 推荐(0)
摘要:
1.What is Apache OFBiz?http://ofbiz.apache.org/2.概述http://baike.baidu.com/view/638900.html?fromTaglist3.版本计划:Note: Release branches are created once per year, so far always in April. We use the following release numbering scheme:9.4 means released in 2009.April4.下载当前版本:Apache OFBiz 10.04 (apache-ofb 阅读全文
posted @ 2013-06-20 11:45 shardon 阅读(841) 评论(0) 推荐(0)
摘要:
JavaCC(Java Compiler Compiler)是一个用JAVA开发的最受欢迎的语法分析生成器。这个分析生成器工具可以读取上下文无关且有着特殊意义的语法并把它转换成可以识别且匹配该语法的JAVA程序。JavaCC可以在Java虚拟机(JVM) V1.2或更高的版本上使用,它是100%的纯Java代码,可以在多种平台上运行,与Sun当时推出Java的口号"Write Once Run Anywhere"相一致。JavaCC还提供JJTree工具来帮助我们建立语法树,JJDoc工具为我们的源文件生成BNF范式(巴科斯-诺尔范式)文档(Html) 阅读全文
posted @ 2013-06-20 11:04 shardon 阅读(1309) 评论(0) 推荐(0)
摘要:
1.下载 ofbiz 10.04:http://ofbiz.apache.org/download.html;2.下载 freemarker-2.3.15 eclipse 插件(FreeMarkerIDE-1.0.0.GA.zip):http://download.csdn.net/detail/zhangzhongbao/4472775;3.安装freemarker-2.3.15 eclipse 插件;4.下载 JavaCC eclipse 插件(sf.eclipse.javacc-1.5.16-updatesite.zip):http://download.csdn.net/detail/ 阅读全文
posted @ 2013-06-20 10:59 shardon 阅读(427) 评论(0) 推荐(0) |
|||