摘要:
(摘自《expert one-on-onej2ee development without ejb》第13章 alternative approaches to web mvc)
虽然当前流行的是基于请求驱动的web mvc框架,但在j2ee中还有两种比较重要的替代开发方法:portlets和基于事件驱动的web mvc框架。
1、portals和portlets
(1)概述
l web......
摘要:
//将数字字符串转换成大写金额字符串
//@author 何禧
//@created 2004/11/15 19:37
//@param 数字字符串
//@return 大写金额字符串
//@throws exception
//可处理的情况包括如下这些数字形式: [.] [0.] [.0] [.3] [.32] [1.] [23]
public string ......
Eclipse 使用秘籍
摘要:
let me start the blog life as a programer in the world. people never put a high attention to unit test. after i look at the junit, i begin to realize a formal process of developing java code. unit te......