posted @ 2007-12-25 07:14 Zou Ang 閱讀(529) | 評論 (0) 編輯 |
之所以叫小系統,主要是因為Hessian不支持Hibernate的延遲加載,所以需要在DAO層使用Hibernate的同學請注意了。
Hessian其實是一種RMI技術,已經被集成在Spring Framework中,這樣就很方便了。
首先看客戶端
第一步:
先定義Client與Server交互的接口。 閱讀全文
posted @ 2007-07-28 10:48 Zou Ang 閱讀(3867) | 評論 (4) 編輯 |
posted @ 2007-05-07 12:09 Zou Ang 閱讀(533) | 評論 (0) 編輯 |
posted @ 2007-04-29 12:11 Zou Ang 閱讀(6239) | 評論 (75) 編輯 |
posted @ 2007-04-26 21:41 Zou Ang 閱讀(7065) | 評論 (14) 編輯 |
本來以為是很簡單的問題,查了一下發現Java居然沒提供這樣一個方法。目前實現的方式有2個,一個是利用JNI來調用C/C++方法,另一個是使用多線程。
本文使用JNI調用C/C++的方法實現 閱讀全文
posted @ 2007-02-24 22:06 Zou Ang 閱讀(3690) | 評論 (6) 編輯 |
posted @ 2007-02-09 12:00 Zou Ang 閱讀(2434) | 評論 (3) 編輯 |
posted @ 2007-02-03 09:33 Zou Ang 閱讀(3716) | 評論 (1) 編輯 |
可重用的Ajax輸入提示類,功能類似Google的輸入提示 閱讀全文
posted @ 2007-02-01 22:39 Zou Ang 閱讀(3955) | 評論 (7) 編輯 |
posted @ 2006-12-11 11:04 Zou Ang 閱讀(3318) | 評論 (11) 編輯 |
posted @ 2006-11-29 14:08 Zou Ang 閱讀(467) | 評論 (0) 編輯 |
posted @ 2006-11-27 20:03 Zou Ang 閱讀(2177) | 評論 (2) 編輯 |
posted @ 2006-11-26 21:08 Zou Ang 閱讀(5455) | 評論 (8) 編輯 |