JSF Component & Render
when using JSF, some scenarios are difficult to deal with. e.g. 1. multi rows raido buttons in dataTable 2. multi columns radio buttons in dat...
需求管理
Manage Requirement Identify inconsitency Output: BRS: Business Requirements Spec SRS: System Requirements Spec RTM: Requirements Traceability Matri...
persistence solution
straight Jdbc trivial app, report app 2. Hibernate session ——– Persistent Manager hibernate.cfg.xml 3. iBatis: SqlMap ——- Persistent Manager SqlMa...
Wav 文件格式
http://ccrma.stanford.edu/courses/422/projects/WaveFormat/
Quality Basic Training
CMMI ITIL/ITSM ISO20K
IBM ESB product
Service Integration Bus在WebSphere Application Server中,是早期IBM实现ESB产品,现在虽然可以作为一种开发策略,但已不推荐使用,推荐使用WESB(WebSphere Enterprise Service Bus)提供的ESB服务. WESB...
Java EE 5编程模型
From http://www.ibm.com/developerworks/cn/websphere/library/techarticles/0809_alcott/0809_alcott.html 引入IOC 和 Annotation 编程模型注入指定的对象和资源 @EJB...
Negotiation Skill
Prepare before beginning to negotiate 1.1 Define the negotiation objectives, Bottom line, Alternatives if failed 1.2 Know of the other party in a...
有趣的java类
WeakHashMap 作用:访问这个map时会检查所有entry,如果有key是not reachable,(GC中的概念), 就会purge该entry 场景:比如我们有这个一个接口,接口中有add/remove方法。主要是维护子类中HashMap中的对象。要求是调用者...
DataPower and Hessian in SOA
SOAP and Hessian 简单对象访问协议 (SOAP) 是基于 XML 的简易协议,提供了标准的 RPC 方法来调用 Web service,可使应用程序在 HTTP 之上进行信息交换。 Hessian 协议则是轻量级的远程过程调用(RPC)协议的典范,它基于 HTTP 协议传...