Java

CoreJava (VM、Threads/Concurrency、Platform) JavaEE(Best Practices) Performance
     摘要: 使用tomcat 做 CAS Server ,weblogic 9.2.3 做 CAS Client Server。导入证书部分省略,网上很多,有几个注意:weblogic只做客户端,不需要配置SSL,但在weblogic Keystores配置中选择:Custom iden and Standard Trust,"Java Standard Trust Keystore Passphrase:"...  阅读全文
posted @ 2009-04-01 18:07 原材料 阅读(132) | 评论 (0)  编辑
     摘要: 最近要做一些java( Webservice)与.NET (WCF)互操作的项目,做了一个试验 java客户端调用WCF BasicHttpBinding(基本类型) BasicHttpBinding(自定义类型) WSHttpBinding(基本类型) WSHttpBinding(自定义类型) WSDualHttpBinding Restful Xfire 1.2 可以 没有成功 Xfire 2...  阅读全文
posted @ 2009-03-06 11:37 原材料 阅读(378) | 评论 (0)  编辑
     摘要: 本模式的抽象层次是介于设计模式和架构模式之间, 层 模式名称 Core J2EE Spring 表现层 Presentation Tier 拦截过滤器 Intercepting filter * * 前端控制器 Front Controller * * Context对象 Context Object * * 应用控制器 Application Controller * * 视图助手 View H...  阅读全文
posted @ 2008-09-17 15:35 原材料 阅读(74) | 评论 (0)  编辑
     摘要: MyEclipse 6.5加入了Portlet开发的向导,但我一直连不到Myeclipse的官方网站的帮助文档,只好自己尝试。下载Pluto 1.1.6,绑定Tomcat版本,因为前面在tomcat部署过pluto,比较麻烦,建议下载绑定版本。同时,绑定版本的两个重要的jar包已经放到tomncat的share中,发布portlet的时候不用在lib下放Portlet-api-1.0.jar;pl...  阅读全文
posted @ 2008-09-03 15:34 原材料 阅读(1035) | 评论 (0)  编辑