<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    kukooBlog

    look to the master, follow the master, walk with the master, see through the master, become the master.

      BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
      213 隨筆 :: 0 文章 :: 285 評論 :: 0 Trackbacks

    Programming

    posted @ 2007-01-04 18:57 kukooBlog 閱讀(2067) | 評論 (0)  編輯

    posted @ 2007-01-04 18:57 kukooBlog 閱讀(2511) | 評論 (0)  編輯

         摘要: Eclipse帶有其內置的Tomcat服務器,用于支持Eclipse的Help服務。 通常在打開Help頁面的時候,Help系統會啟動內置的Tomcat。我們在開發基于RCP的應用系統時,也同樣可以通過API來啟動并且使用這個內置的Tomcat服務器(盡管Eclipse沒有提供相應的文檔,并且不推薦使用這類功能)。  閱讀全文
    posted @ 2006-06-27 15:08 kukooBlog 閱讀(3158) | 評論 (1)  編輯

         摘要: 企業級架構最關鍵的原則問題是什么。 這些“大腕”一共總結出來40條,然后投票得出了最關鍵的5條 (Top 5 Principles of Enterprise Architecture)  閱讀全文
    posted @ 2005-08-28 11:07 kukooBlog 閱讀(1355) | 評論 (0)  編輯

         摘要: Ted Neward, 暢銷書 Efective Enterprise Java 作者, 在他自己的新blog中給出了一份Recommended Reading List。Ted 說這是一個非常“舊”的讀書清單了,但是還是可以參考一下的。   閱讀全文
    posted @ 2005-08-23 10:50 kukooBlog 閱讀(1398) | 評論 (0)  編輯

         摘要: Groovy這個新近的腳本語言(其實也不是很新了),在JavaOne 2005上又被熱炒了一回。 來自OpenLogic, Inc的Rod Cope在Day 1做了Groovy的技術講座:Groovy = Java Technology + Ruby + Python for JVM,同時演示了一些Groovy的強項和最新的功能,比如操作Excel工作表單,通過Groovy的腳本,在Groovy的控制臺中,向一個Excel的表單中添加數據(當然是通過MS COM接口的)。 Artima.com上也發表了Eric Armstrong的一篇文章:It’s a Groovy Day。 [閱讀全文]  閱讀全文
    posted @ 2005-06-30 20:22 kukooBlog 閱讀(1632) | 評論 (0)  編輯

         摘要: java.net上已經充滿了各種關于JaveOne 2005的blog了。 而且,NetBeans Day 0先于JavaOne在昨天就舉行了。 我雖然不是NetBeans的“fans”,但是這個優秀的IDE還是吸引了我去看相關的blog...... [詳細閱讀]  閱讀全文
    posted @ 2005-06-27 17:34 kukooBlog 閱讀(2110) | 評論 (7)  編輯

         摘要: 這是Artima Developer的總編 Bill Venners對Erich Gamma的采訪中的第四部分。 在第四部分中,Bill和Erich討論了設計模式如何與解決問題相配對,設計模式如何幫助你理解問題解決的意圖以及pattern本身的不足之處,最后如何通過練習成為一個好的設計師。  閱讀全文
    posted @ 2005-06-26 17:30 kukooBlog 閱讀(911) | 評論 (0)  編輯

         摘要: The June 2005 issue of IBM WebSphere Developer Technical Journal is now available.  閱讀全文
    posted @ 2005-06-22 21:53 kukooBlog 閱讀(929) | 評論 (0)  編輯

         摘要: 目前正在重讀《Core J2EE Patterns》這本書。經歷了幾年的編程生活和系統設計,重讀這本書的第二版,感觸良多。 恰好看到gigix在blog中發表的“那本”J2EE書——《J2EE核心模式》(第二版)譯者序 。 雖然我很少看中文的技術書籍,但是這篇譯者序卻值得收藏,收錄在自己的blog中。借此,感謝譯者翻譯這本書,為廣大的中國程序員帶來了一本好書......  閱讀全文
    posted @ 2005-06-22 21:48 kukooBlog 閱讀(763) | 評論 (0)  編輯

         摘要: 讀 Design Principles from Design Patterns 的一些心得,關于Eclipse社區,對interface編程。  閱讀全文
    posted @ 2005-06-11 11:53 kukooBlog 閱讀(1006) | 評論 (0)  編輯

         摘要: 這是Artima Developer的總編 Bill Venners對Erich Gamma的采訪中的第三部分。Bill 和 Erich 討論了設計模式中的兩個原則:對接口編程(program to an interface), 使用object composition而不是類繼承。   閱讀全文
    posted @ 2005-06-07 19:37 kukooBlog 閱讀(908) | 評論 (0)  編輯

         摘要: 為什么重發這個blog呢?因為昨天看到Eclipse.org網站上關于Eclipse Performance的一個文檔。這份文檔主要是提示,在開發基于Eclipse的應用時(不管是Eclipse程序本身,還是Plug-in),在性能問題上需要注意的一些地方。其中,第一條就是如何使用substring()的問題。  閱讀全文
    posted @ 2005-06-03 09:04 kukooBlog 閱讀(827) | 評論 (0)  編輯

         摘要: Recently, I am reading a book about Ruby Programming (see my sidebar was changed to display the book's cover). Today I found another Ruby IDE which is based on Eclipse, which name is RDE (Ruby Development Environment).   閱讀全文
    posted @ 2005-06-02 13:47 kukooBlog 閱讀(1773) | 評論 (4)  編輯

         摘要: The middle component of a typical web application is the business or service layer. This service layer is often the most ignored layer from a coding perspective. It is not uncommon to find this type of code scattered around in the UI layer or in the persistence layer. This is not the correct place because it leads to tightly coupled applications and code that can be hard to maintain over time. Fortunately, several frameworks exist that address these issues. Two of the most popular frameworks in   閱讀全文
    posted @ 2005-06-02 09:19 kukooBlog 閱讀(965) | 評論 (0)  編輯

         摘要: At one end of a typical web application is the presentation layer. Many Java developers understand what Struts provides. However, too often, coupled code such as business logic is placed into an org.apache.struts.Action. So, let's agree on what a framework like Struts should provide......  閱讀全文
    posted @ 2005-06-02 09:17 kukooBlog 閱讀(850) | 評論 (0)  編輯

         摘要: At the other end of a typical web application is the persistence layer. .... There are several open source object-to-relational mapping (ORM) frameworks that solve much of this problem. In particular, the Hibernate framework allows object-to-relational persistence and query service for Java.   閱讀全文
    posted @ 2005-06-02 09:14 kukooBlog 閱讀(878) | 評論 (0)  編輯

         摘要: Bruce Eckel (Think in Java 和 Think in C++的作者,被Eric Raymond稱為將未公開發表的書在網上發表的“第二人”)將他的Weblog移到了Artima的blog系統中。 ...... Aritima Blog建立了一種機制,“keep the discussions civilized ”,而且Artima更注重開發者。這兩點,是Bruce遷移他的blog的原因。   閱讀全文
    posted @ 2005-06-01 15:20 kukooBlog 閱讀(1157) | 評論 (0)  編輯

         摘要: Struts 5歲了。Craig R. McClanahan 說,Struts的第一個版本,是在5年前的那個紀念日(Memorial Day ,美國的公共假日)的周末(大約是2000年5月底的時候),在他的一次旅行中,在他筆記本電腦中寫的。...... 5歲的小p孩兒,會走,會說話,剛剛進幼兒園。而5歲的Struts,現在是Java世界里,開發Web應用程序的默認框架標準。...... 然而,Struts也有它不足的地方,而同時新的技術又在不斷涌現,5年(或者說3年)以后,會是什么樣子呢?下一代的Web應用框架,會是JSF嗎? [全文]   閱讀全文
    posted @ 2005-06-01 13:18 kukooBlog 閱讀(976) | 評論 (0)  編輯

         摘要: 這是Artima Developer的總編 Bill Venners對Erich Gamma的采訪中的第二部分。Bill 和 Eric 討論了重用性的重要性 (importance of reusability)。 重用的最高境界是什么?我們創建一個非常高層的,面向具體應用的框架,然后只要做簡單的客戶化,并且重用這個框架中現有的設計。但是,連Eric都意識到,這太理想化了,因為 “ I have learned that it's hard to create highly reusable frameworks”。 在談到可重用的framework的時候,Eric提到了Eclipse....... [全文]   閱讀全文
    posted @ 2005-05-31 14:20 kukooBlog 閱讀(1312) | 評論 (1)  編輯

         摘要: 倡導敏捷方法的人,之所以沒有為敏捷方法制定出一個嚴格的定義,就是為了將軟件開發中最大的可變因素,而又是過程的執行者:人,忽略掉。(“ that's its not effective to try and bind software development to a rigorous process, because that's ignoring the essential nature of the primary (human) components that will execute that process”) - Martin Fowler's Bliki: RigorousAgile  閱讀全文
    posted @ 2005-05-31 11:04 kukooBlog 閱讀(925) | 評論 (0)  編輯

         摘要: Eclipse的RCP是否標志著“胖客戶端”(或者說“富客戶端”)的回歸?...... 真正的網絡客戶端,應該是“瘦”的,但是“功能豐富的”,或者說,是“thin”而且“rich”。“thin”是指相對于傳統的“fat”客戶端(象Office這樣的“胖客戶端”),在客戶端不需要太多的安裝,“rich”則是指相對于當前的Web Application,應該是功能豐富的。當前的Web Application是“thin”的,但是不夠“rich”。   閱讀全文
    posted @ 2005-05-28 18:29 kukooBlog 閱讀(2144) | 評論 (4)  編輯

         摘要: SmallTalk,公認的最早的OO語言之一,終于快要推出歷史舞臺了。最近,作為SmallTalk最大的支持者,IBM,宣布將停止對SmallTalk系列產品的支持(截止到2006年6月)。  閱讀全文
    posted @ 2005-05-27 10:18 kukooBlog 閱讀(4036) | 評論 (12)  編輯

         摘要: 測試系統的時候,往往會碰到這樣的一種情況:系統開發完成了,但是沒有合適的數據可以使用。原因是多方面的:比如用戶的數據不能公開,機密程度比較高。雖讓你可以隨機產生一些測試數據,但是簡單的測試數據,和真正復雜的用戶數據是無法相比的,所產生的問題就是,在測試數據上,簡單的操作可以通過,而同樣的操作到了用戶數據上面,就產生各種情況(如性能問題)。你如何解決這個問題呢?你如何得到一組數據,既不會泄露用戶的機密數據,也保證了足夠的數據量和復雜度   閱讀全文
    posted @ 2005-05-26 15:25 kukooBlog 閱讀(935) | 評論 (1)  編輯

         摘要: Artima Developer的總編 Bill Venners在對Erich Gamma的一次采訪中,仔細討論了Design Pattern(設計模式)的問題。當我們做設計的時候,我們首先會想到使用設計模式。那么如何使用設計模式?如何用設計模式進行思考?是否當你解決一個問題的時候,必須要使用設計模式?   閱讀全文
    posted @ 2005-05-25 18:13 kukooBlog 閱讀(2283) | 評論 (8)  編輯

         摘要: IBM收購了Gluecode (開發以Geronimo為核心的J2EE應用服務)以后,Geronimo的開發似乎一下子熱鬧起來了。developerWorks網站上,在一周之內,發表了3篇關于Geronimo的有趣的文章  閱讀全文
    posted @ 2005-05-19 11:08 kukooBlog 閱讀(786) | 評論 (0)  編輯

    posted @ 2005-05-18 13:43 kukooBlog 閱讀(708) | 評論 (0)  編輯

    主站蜘蛛池模板: 免费国产a国产片高清网站| 99视频免费观看| 四虎影永久在线高清免费| 亚洲乱码中文论理电影| 99无码人妻一区二区三区免费 | 永久久久免费浮力影院| 91午夜精品亚洲一区二区三区| 十八禁无码免费网站| 亚洲伊人tv综合网色| 亚洲一级毛片免费在线观看| 亚洲精品福利在线观看| 免费不卡视频一卡二卡| 亚洲色偷偷偷综合网| 国产v片免费播放| EEUSS影院WWW在线观看免费| 国产精品亚洲mnbav网站| 97国免费在线视频| 99久久精品国产亚洲| 免费观看AV片在线播放| 亚洲欧美国产日韩av野草社区| 在线观看亚洲免费| xxxxxx日本处大片免费看| 亚洲国产精品久久久天堂| 97在线视频免费播放| 亚洲色成人WWW永久在线观看| 日本一区免费电影| 中国毛片免费观看| 亚洲国产综合在线| 日韩免费视频播播| 最近免费mv在线观看动漫| 亚洲日产2021三区在线| 国产精品久免费的黄网站| 成人妇女免费播放久久久| 亚洲日韩中文字幕天堂不卡| 国产精品嫩草影院免费| 特级做A爰片毛片免费看无码| 亚洲欧洲日产国码www| 波多野结衣一区二区免费视频| 最新国产乱人伦偷精品免费网站 | 精品国产免费一区二区三区香蕉| 久久亚洲AV成人无码软件|