[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模式解析和在 ...
随机推荐
- 判断webpart类型 How can I tell what type a web part is?
using(new SPSite("http://mysite/myweb").OpenWeb()){ //give relative path of the webpartpag ...
- collectionView代码创建
@interface ViewController ()<UICollectionViewDataSource,UICollectionViewDelegateFlowLayout> @p ...
- SQL一列多行字符串分组合并
最近工作遇到如下数据:需要合并后只剩下两行的数据,普通的group by 是不能实现的.(如图) 利用如下SQL代码,即可实现需求(如图): 利用 stuff 函数实现分拆合并操作 select Te ...
- poj 1659 Frogs' Neighborhood (DFS)
http://poj.org/problem?id=1659 Frogs' Neighborhood Time Limit: 5000MS Memory Limit: 10000K Total S ...
- 在 Windows 8 或 8.1 上安装 .NET Framework 3.5 安装错误:0x800f0906、0x800F081F
昨天给一天新装Windows 8.1的PC装.NET Framework 3.5 发现联网速度很慢,并且在长久等待过后直接报错了:0x800f0906 经过Bing,发现了解决方案: 如果根据需要安装 ...
- 3141: [Hnoi2013]旅行 - BZOJ
Description Input 第一行为两个空格隔开的正整数n, m,表示旅行的城市数与旅行所花的月数.接下来n行,其中第 i行包含两个空格隔开的整数Ai和Bi,Ai表示他第i个去的城市编号.Bi ...
- 团体程序设计天梯赛-练习集L2-008. 最长对称子串
L2-008. 最长对称子串 时间限制 100 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 对给定的字符串,本题要求你输出最长对称子串的长度. ...
- hdu 4195
我本来的想法求这个三角形的外心~~ 可以得到三条边对应圆心角 则这个正多边形的一条边对应的圆心角 应可以整除这三个角 但是一开始 没想到暴力枚举边数n, 还用模板求圆心坐标 然后求圆心角 ...
- tomcat 设置默认编码格式
在tomcat目录下 conf文件夹下的server.xml中: <Connector port="80" protocol="HTTP/1.1" ...
- 一个批量转换jtl文件的shell
最近在项目中遇到了批量转换jmeter测试结果jtl的问题,整了一个脚本,记录如下: #bin/sh filelist=`ls jtl` # 将jtl目录的所有文件列表读取并存入变量 for file ...