自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (13)
  • 收藏
  • 关注

原创 jboss 启动选项

 usage: run.sh [options]options:    -h, --help                    Show this help message    -V, --version                 Show version information    --                            Stop processing op

2008-08-22 11:34:00 383

RMI和RCP的配合问题

在RCP客户端中,我们经常会使用分布式技术来访问服务器,但是由于RCP特殊的类装载机制,RMI在RCP中常常绘出问题。 由于RMI本身的要求,代码中需要设置安全管理器,以下是一个容许所有权限的安全管理器, public class MyRMISecurityManager extends SecurityManager { public RMISecurityManager() { }...

2008-04-08 16:56:14 170

使用RMI/IIOP

RMI默认使用JRMP,根据需要,你还可以使用iiop。在j2ee中,分布式技术就是用iiop。 以下是过程: 1、server必须继承javax.rmi.PortableRemoteObject 2、绑定server:在iiop中注册服务不使用Registry和Naming,而使用javax.naming.Context, 所以绑定server就是: ...

2008-04-08 16:43:54 438

程序员的抉择

<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE"> <meta content="OpenOffice.org 2.2 (Linux)" name="GENERATOR"> <meta content="mathews ma" name="AU

2007-10-23 14:52:29 173

软件设计的误区

你让那些程序员去搞一个设计,很有能他会给你拿一个E-R图来,或者类似的东西,总之,他的图里包含了很多属性、数据,也不知道要实现什么功能。这就是典型的“一叶障目”。 设计一个“森林”的时候,其中某一篇叶子该怎么样,是不需要你去关心的。 另外,每次划分一个类时,应该从外部使用者的角度去看待你要设计的类,外部使用者关心什么的功能(方法),这个类的属性还是其次的东西。一般来说,类的属性是,实现这个类的编...

2007-10-17 13:06:53 204

软件设计之道

软件设计的主要方法: 软件设计,不外乎寻找一个软件系统的计算机表示。在表示的过程,我们需要从实际需求之中,去伪存真、去叶子存主干, 将软件的系统模型表示出来。 主要会用到以下三种方法: 抽象:说白了,将是将一些细枝末节的东西先去掉,考虑主要的需求。从一些现象和需求中找到共同点,这些共同点就是我们需要关注的东西。 分解:是解决复杂问题的利器,一个项目若不能分解,就只好交给项目经理一个人去完成...

2007-10-17 12:49:23 116

jboss的启动选项

usage: run.sh [options] options:     -h, --help                    Show this help message     -V, --version                 Show version information     --                            Stop processing ...

2007-10-17 12:33:46 221

iBATIS-DAO-2_en

iBATIS实现 DAO

2007-09-26

iBATIS-SqlMaps-2-Tutorial_cn

iBATIS-SqlMaps-2-Tutorial_cn

2007-09-26

spring ppt

我自己讲课的ppt,可要珍惜啊

2008-08-22

IBM ESB 产品之间的比较及应用场景.doc

IBM ESB 产品之间的比较及应用场景:IBM ESB产品有MessageBroker ESB DATAPower,如何在不同场景下选择不同的产品,这篇文章作了说明和举例

2009-10-26

Quartz Job Scheduling Framework

Quartz Job Scheduling Framework,a detailed book of 360 pages Quartz Job Scheduling Framework By Chuck Cavaness ............................................... Publisher: Prentice Hall Pub Date: June 08, 2006 Print ISBN-10: 0-13-188670-3 Print ISBN-13: 978-0-13-188670-4 Pages: 360

2009-03-20

iBATIS-SqlMaps-2_cn

iBATIS-SqlMaps-2_cn

2007-09-26

Java.and.JMX.Building.Manageable.Systems.chm

Java(TM) and JMX: Building Manageable Systems is the definitive guide to JMX, combining an introduction to the technology with extensive coverage that will make this book a favorite reference. Much more than just an explanation of the JMX specifications, this book can drastically reduce a reader's JMX learning curve by explaining how to develop management requirements and apply JMX to them. The book's coverage includes: A management primer for Java programmers and architects A historical perspective on the evolution of JMX and its relation to other management standards, including SNMP, CIM/WBEM, TMN, and CMIP Development of JMX Manageable Resources with Standard and Dynamic MBeans Development with Model MBeans as customizable generic instrumentation using both the JMX APIs and XML files MBeanServer, including the MBean registry and object naming scheme, the generic MBean interface, and the query mechanism JMX Monitors and Notifications MBeanServer Services including the timer, relationship, and dynamic loading, along with custom services for XML services, HTTP adapters, RMI connectors, and security exposures and permissions JMX best practices, including deployment patterns, instrumentation patterns, federation patterns, and best practices JMX integration into J2EE and the JSR077 management models in J2EE 1.4 Using JMX to manage Web services from the perspective of service providers, registry providers, and users

2008-12-06

RMI tutorial

tutorial about RMI

2008-03-20

java annotation tutorial

java annotation tutorial from ibm

2007-09-26

hibernate ppt

hibernate ppt,我自己写的,多年讲课用的,可要好好珍惜。

2008-08-22

DWR:java ajax application

dwr, java ajax 应用框架,可以将Java对象直接export到ie客户端,成为javascript对象,非常方便js和服务器端的交互,如果你还没有用,就是一下。太方便了呀。

2009-09-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除