posts - 32, comments - 153, trackbacks - 0, articles - 0
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

posted @ 2007-12-25 07:14 Zou Ang 阅读(494) | 评论 (0)  编辑 |

     摘要: 使用Hessian开发C/S模式的小系统
之所以叫小系统,主要是因为Hessian不支持Hibernate的延迟加载,所以需要在DAO层使用Hibernate的同学请注意了。

Hessian其实是一种RMI技术,已经被集成在Spring Framework中,这样就很方便了。

首先看客户端

第一步:
先定义Client与Server交互的接口。  阅读全文

posted @ 2007-07-28 10:48 Zou Ang 阅读(3821) | 评论 (4)  编辑 |

posted @ 2007-05-07 12:09 Zou Ang 阅读(496) | 评论 (0)  编辑 |

posted @ 2007-04-29 12:11 Zou Ang 阅读(6187) | 评论 (75)  编辑 |

posted @ 2007-04-26 21:41 Zou Ang 阅读(6999) | 评论 (14)  编辑 |

     摘要: 用Java从控制台输入密码

本来以为是很简单的问题,查了一下发现Java居然没提供这样一个方法。目前实现的方式有2个,一个是利用JNI来调用C/C++方法,另一个是使用多线程。
本文使用JNI调用C/C++的方法实现  阅读全文

posted @ 2007-02-24 22:06 Zou Ang 阅读(3640) | 评论 (6)  编辑 |

posted @ 2007-02-09 12:00 Zou Ang 阅读(2400) | 评论 (3)  编辑 |

posted @ 2007-02-03 09:33 Zou Ang 阅读(3665) | 评论 (1)  编辑 |

     摘要: 根据Ajax in Action书进行调整,修改了原书上的错误,调试通过。
可重用的Ajax输入提示类,功能类似Google的输入提示  阅读全文

posted @ 2007-02-01 22:39 Zou Ang 阅读(3909) | 评论 (7)  编辑 |

     摘要: JSP与Tomcat乱码解决方法  阅读全文

posted @ 2007-01-23 21:12 Zou Ang 阅读(4349) | 评论 (6)  编辑 |

posted @ 2006-12-11 11:04 Zou Ang 阅读(3276) | 评论 (11)  编辑 |

posted @ 2006-11-29 14:08 Zou Ang 阅读(431) | 评论 (0)  编辑 |

     摘要: Lazy Initialization and the DAO pattern with Hibernate and Spring的翻译,照顾些不喜欢读英文的朋友,请指导  阅读全文

posted @ 2006-11-27 20:03 Zou Ang 阅读(2139) | 评论 (2)  编辑 |

posted @ 2006-11-26 21:08 Zou Ang 阅读(5420) | 评论 (8)  编辑 |

     摘要: 尝试使用JDOM  阅读全文

posted @ 2006-11-24 21:10 Zou Ang 阅读(208) | 评论 (0)  编辑 |

Full Archive