- 博客(9)
- 收藏
- 关注
原创 webwork开发团队加入Struts
Yes, its true. The WebWork development team (Jason and I) have been working with the Struts development team (Don Brown and Ted Husted) and have come to the conclusion that the best thing for Java co
2005-11-28 09:19:00
893
原创 项目要用到的主要源代码
package com.laoer.base;import java.io.Serializable;import java.math.BigDecimal;import java.sql.Timestamp;import java.util.Calendar;import java.util.Date;import java.util.HashMap;import
2005-01-09 11:18:00
2176
3
原创 项目的启动(struts+hibernate+spring)
辞职后在家想做了个电子商务网站,主要是想学习struts+hibernate+spring,主要工具是eclipse.初步用到的插件是myEclipse和hibernate syn(一个可以根据表格生成dao,pojo,配置文件的eclipse插件),用它对hibernate端dao可以不需要写任何代码,对于其实现的接口,可以通过eclipsed的重构来完成接口的声明。为了和spring兼容需
2005-01-09 11:02:00
2859
原创 OF Biz OF Biz最佳实践(转载)
OF Biz OF Biz最佳实践 您访问的页面: 前面有些前言,懒得翻了 减少代码冗余和代码量: 最常见也是最有效的方式是使用代码生成来达到目的。而在 OFBiz 中,使用动态 API 来达到这一目的。包括 Entity、Service、Workflow、Rule Engine 以及 MiniLang。这些动态 API 都基于配置和定义文件来进行简单的操作。这与代码生成有异
2004-08-03 11:18:00
1520
原创 ofbiz的启动
启动: 总的流程,start.java根据startup.properties启动ofbiz,然后根据ofbiz-containers.xml启动配置的container,完成启动过程。 Start.java 本身是一个线程,可以接收指令,停止OFbiz, 注意一个用法:setShutDownHook,可以设置
2004-08-02 14:36:00
2088
原创 ofbiz 中的data model(转载)
ofbiz 中的data model 关于ofbiz中的data model ofbiz中参考"The data model resource toolkit" volumn1,volumn2 及一些CRM、ERP软件中的设计方法,在整个项目的不同子系统中进行data model的设计。在没有看data model之前,我认为ofbiz的entity engine其实不是一个非常好的的设计
2004-08-02 14:35:00
1349
原创 OFbiz关于job
有时间重新开始阅读OFbiz的source code,写的零乱了。启动: 总的流程,start.java根据startup.properties启动ofbiz,然后根据ofbiz-containers.xml启动配置的container,完成启动过程。 Start.java 本身是一个线程,可以接收指令,停止OFbiz,
2004-08-02 14:32:00
1846
1
原创 ofbiz中order和ecommerce中的工作流范例的工作流程(转载)
ofbiz中order和ecommerce中的工作流范例的工作流程 processorder-->checkblacklist -->processpayment -->success --> clearchart --> initiateOrderWorkflow -->start the workflow 1.首先根据订单提交时的用processorder,根据ecommerce下的con
2004-08-02 14:26:00
1604
原创 我的学习记录
When you are tracing pages, make sure you follow the page description XML file and see what actions are called. 99.9% of the time variables in a page were placed there by an action. Either the page ac
2004-07-28 15:40:00
1038
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人