Quality Basic Training
CMMI ITIL/ITSM ISO20K
Wav 文件格式
http://ccrma.stanford.edu/courses/422/projects/WaveFormat/
Java EE 5编程模型
From http://www.ibm.com/developerworks/cn/websphere/library/techarticles/0809_alcott/0809_alcott.html 引入IOC 和 Annotation 编程模型注入指定的对象和资源 @EJB...
IBM ESB product
Service Integration Bus在WebSphere Application Server中,是早期IBM实现ESB产品,现在虽然可以作为一种开发策略,但已不推荐使用,推荐使用WESB(WebSphere Enterprise Service Bus)提供的ESB服务. WESB...
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 协议传...
WAS classloader
How about the JVM classpath defined in WAS admin console? Anybody can deeper clarify?
IBM Portal
IBM portal server 基于App Server app server: 管理:Http://hostname:9060/ibm/console 应用:Http://hostname:9080 2. portal s...
SCA
SCA (Service Component Architecture) 是一个开发SOA(Service-Oriented Architecture)面向服务应用的简单模型规范,它描述用于使用SOA构建应用程序和系统的模型。它可简化使用SOA进行的应用程序开发和实现工作。 组件 是指一个...