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]简介 一的更多相关文章

  1. [OFBiz]简介 二

    1. 执行ant run-install后,生成了55个ofbiz的jar.加上最初的E:\apache-ofbiz-10.04\framework\entity\lib\ofbiz-minerva. ...

  2. ofbiz初级教程

    本教程是ofbiz 基本应用,它涵盖了OFBiz应用程序开发过程的基本原理.目标是使开发人员熟悉最佳实践,编码惯例,基本控制流程以及开发人员对OFBiz定制所需的所有其他方面. 本教程将帮助您在OFB ...

  3. ApacheOFBiz的相关介绍以及使用总结(一)

    由于最近一段时间在给一个创业的公司做客户关系管理CRM系统,限于人力要求(其实是没有多少人力),只能看能否有稳定,开源的半成品进行改造,而且最好不需要前端(js)相关开发人员的支援就可以把事情做成,经 ...

  4. OFBiz项目简介

    记得最早使用OFBiz是十年前在公司的一个EA游戏项目中,用来实现玩家在游戏中购买各种游戏装备.当由于自己刚出校门不久,经验也少,对软件产品架构.思想.目的了解不透彻,不明白OFBiz设计上的优点,本 ...

  5. Moqui简介

    Moqui简介 Moqui是一个生态系统理念,是需要一系列的能够用于构建企业自动化办公的开源软件的组合,如:eCommerce, ERP, CRM, SCM, MRP, EAM, POS, 等等. 架 ...

  6. apache基金会开源项目简介

    apache基金会开源项目简介   项目名称 描述 HTTP Server 互联网上首屈一指的HTTP服务器 Abdera Apache  Abdera项目的目标是建立一个功能完备,高效能的IETF ...

  7. OFBiz部署与运行

    下载及部署命令:http://ofbiz.apache.org/download.html OFBiz的安装部署是基于ant的,官网的案例是执行load-demo任务和start任务.以下分析是以12 ...

  8. ASP.NET Core 1.1 简介

    ASP.NET Core 1.1 于2016年11月16日发布.这个版本包括许多伟大的新功能以及许多错误修复和一般的增强.这个版本包含了多个新的中间件组件.针对Windows的WebListener服 ...

  9. MVVM模式和在WPF中的实现(一)MVVM模式简介

    MVVM模式解析和在WPF中的实现(一) MVVM模式简介 系列目录: MVVM模式解析和在WPF中的实现(一)MVVM模式简介 MVVM模式解析和在WPF中的实现(二)数据绑定 MVVM模式解析和在 ...

随机推荐

  1. centos7初步配置

    centos7初步配置 首先安装lrzsz zip/unzip yum -y install lrzsz yum -y install zip unzip 安装vim yum install vim* ...

  2. 一个有意思的js实例,你会吗??[原创]

    首先,看看下面一个js例子,你觉得会输出什么呢? function fn(a){ a(); function a(){ console.log(2); } var a = function(){ co ...

  3. php实现调用微信上传照片然后保存至服务器与数据库

    <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>    <s ...

  4. BZOJ3404: [Usaco2009 Open]Cow Digit Game又见数字游戏

    3404: [Usaco2009 Open]Cow Digit Game又见数字游戏 Time Limit: 3 Sec  Memory Limit: 128 MBSubmit: 47  Solved ...

  5. [百度]数组A中任意两个相邻元素大小相差1,在其中查找某个数

    一.问题来源及描述 今天看了July的微博,发现了七月问题,有这个题,挺有意思的. 数组A中任意两个相邻元素大小相差1,现给定这样的数组A和目标整数t,找出t在数组A中的位置.如数组:[1,2,3,4 ...

  6. 团体程序设计天梯赛-练习集L2-006. 树的遍历

    L2-006. 树的遍历 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 给定一棵二叉树的后序遍历和中序遍历,请你输出其层序遍历 ...

  7. uva 10780

    曾经做过一个类似的  求n!中有多少个质因子m 这里有一个结论 k = n/m+n/(m^2)+n/(m^3)+.... int getnum(int n, int m) { int sum = 0; ...

  8. C++: std::string 与 Unicode 如何结合?

    关键字:std::string Unicode 转自:http://www.vckbase.com/document/viewdoc/?id=1293 一旦知道 TCHAR 和_T 是如何工作的,那么 ...

  9. C语言的左位移能不能超过8位?

    C语言的左位移能不能超过8位?比如b=a<<20; 这样可以不?如果可以,一个字节只有8个位,左移20位是不是连右边其它字节的12个位(20-8)也一起左移? 字符变量左移八次后,所有的位 ...

  10. HDU4548+素数

    简单题. /* */ #include<stdio.h> #include<string.h> #include<stdlib.h> #include<alg ...