[OFBiz]简介 一
1.What is Apache OFBiz?
http://ofbiz.apache.org/
2.概述
http://baike.baidu.com/view/638900.html?fromTaglist
3.版本计划:
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.April
4.下载当前版本:Apache OFBiz 10.04 (apache-ofbiz-10.04.zip 96M, 解压后, 160M)
http://mirror.bjtu.edu.cn/apache//ofbiz/apache-ofbiz-10.04.zip
5.至少需要JDK1.6
Make sure you have a Java 1.6 (minimum) SDK installed.
In order to run OFBiz you will need a 1.6 (version 6) JDK (not just the JRE, the full JDK).
6.指导: E:\apache-ofbiz-10.04\README
7.在根目录下,竟然丢了ofbiz.jar!一个启动引导程序. shock!
其实在执行: ant run-install, 之后,会自动生成一个ofbiz.jar.
8.默认: Note that running with the default configuration uses an embedded Java database (Apache Derby), and embedded application server components such as Tomcat, Geronimo (transaction manager), etc.
9.访问入口:
Once OFBiz starts, you can look at the demo storefront at:
http://localhost:8080/ecommerce
and the administration interface at:
https://localhost:8443/webtools
10.用户名/密码:
You can log in with the user "admin" and password "ofbiz".
11.总共305个jar.82M大小.(还有80M是其它文件)
12.安装库表和demo数据: windows: ant run-install (先执行这个,然后再startup)
从13:43:13到14:07:11, 总共需时:24分钟.
E:\apache-ofbiz-10.04\runtime\logs\ofbiz.log
使整个ofbiz工程从最初解压后的160M, 变成253M, 增加93M
其中, 生成derby数据库70M: ---(其它文件为: 93-70= 23M )
E:\apache-ofbiz-10.04\runtime\data
执行完ant run-install后,总有360个jar, 比以前的305个jar, 增加了: 55个新的jar. 计8.4M(23-8.4= 14.6M其它文件)
分别为:
1. ofbiz-accounting-test.jar
2. ofbiz-accounting.jar
3. ofbiz-appsvrs.jar
4. ofbiz-assetmaint.jar
5. ofbiz-base-test.jar
6. ofbiz-base.jar
7. ofbiz-bi.jar
8. ofbiz-birt.jar
9. ofbiz-catalina.jar
10. ofbiz-common.jar
11. ofbiz-content.jar
12. ofbiz-crowd.jar
13. ofbiz-datafile.jar
14. ofbiz-ebay.jar
15. ofbiz-ebaystore.jar
16. ofbiz-ecommerce.jar
17. ofbiz-entity-test.jar
18. ofbiz-entity.jar
19. ofbiz-entityext.jar
20. ofbiz-example.jar
21. ofbiz-geronimo.jar
22. ofbiz-googlebase.jar
23. ofbiz-googlecheckout.jar
24. ofbiz-guiapp.jar
25. ofbiz-hhfacility.jar
26. ofbiz-humanres.jar
27. ofbiz-jetty.jar
28. ofbiz-ldap.jar
29. ofbiz-manufacturing.jar
30. ofbiz-marketing.jar
31. ofbiz-minilang.jar
32. ofbiz-oagis.jar
33. ofbiz-order-test.jar
34. ofbiz-order.jar
35. ofbiz-party.jar
36. ofbiz-pos.jar
37. ofbiz-product-test.jar
38. ofbiz-product.jar
39. ofbiz-projectmgr.jar
40. ofbiz-security.jar
41. ofbiz-securityext-test.jar
42. ofbiz-securityext.jar
43. ofbiz-service-test.jar
44. ofbiz-service.jar
45. ofbiz-sql-test.jar
46. ofbiz-sql.jar
47. ofbiz-testtools.jar
48. ofbiz-webapp-test.jar
49. ofbiz-webapp.jar
50. ofbiz-webpos.jar
51. ofbiz-webslinger.jar
52. ofbiz-webtools.jar
53. ofbiz-widget.jar
54. ofbiz-workeffort.jar
55. ofbiz.jar
----------------------------------------------
public class Test {
public static void main(String[] args) {
File fileL = new File("E:/Libyli");
File fileR = new File("E:/Libwyang");
String[] listL = fileL.list();
String[] listR = fileR.list();
List<String> asListL = Arrays.asList(listL);
List<String> asListR = Arrays.asList(listR);
int count = 1;
for (String string : asListR) {
if(!asListL.contains(string)){
System.out.println(count++ + ". " + string);
copy(string);
}
}
}
private static void copy(String fileName){
File fileR = new File("E:/Libwyang", fileName);
File dest = new File("E:/tmp", fileName);
fileR.renameTo(dest);
}
}
另外,还生成了lucene的索引文件:
E:\home\jeremy\programmation\opentaps-earth-git\runtime\lucene\indexes
[OFBiz]简介 一的更多相关文章
- [OFBiz]简介 二
1. 执行ant run-install后,生成了55个ofbiz的jar.加上最初的E:\apache-ofbiz-10.04\framework\entity\lib\ofbiz-minerva. ...
- ofbiz初级教程
本教程是ofbiz 基本应用,它涵盖了OFBiz应用程序开发过程的基本原理.目标是使开发人员熟悉最佳实践,编码惯例,基本控制流程以及开发人员对OFBiz定制所需的所有其他方面. 本教程将帮助您在OFB ...
- ApacheOFBiz的相关介绍以及使用总结(一)
由于最近一段时间在给一个创业的公司做客户关系管理CRM系统,限于人力要求(其实是没有多少人力),只能看能否有稳定,开源的半成品进行改造,而且最好不需要前端(js)相关开发人员的支援就可以把事情做成,经 ...
- OFBiz项目简介
记得最早使用OFBiz是十年前在公司的一个EA游戏项目中,用来实现玩家在游戏中购买各种游戏装备.当由于自己刚出校门不久,经验也少,对软件产品架构.思想.目的了解不透彻,不明白OFBiz设计上的优点,本 ...
- Moqui简介
Moqui简介 Moqui是一个生态系统理念,是需要一系列的能够用于构建企业自动化办公的开源软件的组合,如:eCommerce, ERP, CRM, SCM, MRP, EAM, POS, 等等. 架 ...
- apache基金会开源项目简介
apache基金会开源项目简介 项目名称 描述 HTTP Server 互联网上首屈一指的HTTP服务器 Abdera Apache Abdera项目的目标是建立一个功能完备,高效能的IETF ...
- OFBiz部署与运行
下载及部署命令:http://ofbiz.apache.org/download.html OFBiz的安装部署是基于ant的,官网的案例是执行load-demo任务和start任务.以下分析是以12 ...
- ASP.NET Core 1.1 简介
ASP.NET Core 1.1 于2016年11月16日发布.这个版本包括许多伟大的新功能以及许多错误修复和一般的增强.这个版本包含了多个新的中间件组件.针对Windows的WebListener服 ...
- MVVM模式和在WPF中的实现(一)MVVM模式简介
MVVM模式解析和在WPF中的实现(一) MVVM模式简介 系列目录: MVVM模式解析和在WPF中的实现(一)MVVM模式简介 MVVM模式解析和在WPF中的实现(二)数据绑定 MVVM模式解析和在 ...
随机推荐
- poi导出到excel步骤分析
在没用过poi之前感觉poi是很高大上的样子, 项目中用了发现poi的代码重复性很高类似于jdbc的模板代码, 项目中如果大量使用最好封装起来; 总结一下归结为6步 1 打开或新创建一个工作薄(使用H ...
- poj 2060 Taxi Cab Scheme (最小路径覆盖)
http://poj.org/problem?id=2060 Taxi Cab Scheme Time Limit: 1000MS Memory Limit: 30000K Total Submi ...
- 使用Yeoman搭建 AngularJS 应用 (7) —— 让我们搭建一个网页应用
原文地址:http://yeoman.io/codelab/preview-inbrowser.html 开启你的服务 运行Grunt任务,通过输入下面的命令来创建一个本地Node的http服务,地址 ...
- 为什么样本方差(sample variance)的分母是 n-1?
为什么样本方差(sample variance)的分母是 n-1? (補充一句哦,題主問的方差 estimator 通常用 moments 方法估計.如果用的是 ML 方法,請不要多想不是你們想的那樣 ...
- 建立Clojure开发环境-使用IDEA和Leiningen
OS: Mac OS X 10.10 IDEA 14.0.2 Community Edition 安装Leiningen 按照http://leiningen.org/的指南安装lein 阅读Lein ...
- wordpress如何删除没有文章的tags标签
wordpress站点除了可以按博客category分类外,还可以在写文章的时候适当添加tags标签(当然,if you are lazy,哈哈,可以安装auto tag插件来实现),发布的posts ...
- TaskTracker执行map或reduce任务的过程(二)
上次说到,当MapLauncher或ReduceLancher(用于执行任务的线程,它们扩展自TaskLauncher),从它们所维护的LinkedList也即队列中获取到TaskInProgress ...
- 【leetcode】Permutations II (middle)
Given a collection of numbers that might contain duplicates, return all possible unique permutations ...
- hdu 3859 Inverting Cups
题意是给出A个杯子,一开始都朝上,每次可以翻B个杯子,问最少需要翻转多少次可以让所有杯子都朝下. 分类讨论: 首先对于A%B==0一类情况,直接输出. 对于A>=3B,让A减到[2B,3B)区间 ...
- ORACLE 更新关联多张表
UPDATE T_XMLC_BILL_HEAD_BAK T1 SET (T1.SENDRECEIVEFLAG, T1.SENDRECEIVEOPERATOR, T1.SENDRECEIVEDATE, ...