<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级毛片免费看| 亚洲av中文无码乱人伦在线r▽| 亚洲精品456在线播放| 久久免费精品视频| 曰韩亚洲av人人夜夜澡人人爽| 污网站在线免费观看| 亚洲精品综合久久| 国产精品黄页免费高清在线观看| 亚洲а∨天堂久久精品| 思思久久99热免费精品6| 亚洲午夜AV无码专区在线播放| 一级毛片在线完整免费观看| 亚洲日韩人妻第一页| 在线视频网址免费播放| 国产亚洲无线码一区二区| 青青草无码免费一二三区| 亚洲人成网网址在线看| 成人毛片免费观看视频大全| 99亚洲男女激情在线观看| 亚洲成av人在片观看| 十八禁在线观看视频播放免费| 久久噜噜噜久久亚洲va久| 国产男女爽爽爽爽爽免费视频| 亚洲欧美日韩中文字幕一区二区三区| 国产大片91精品免费看3| 中文字幕无线码免费人妻| 激情内射亚洲一区二区三区| 成人毛片18女人毛片免费视频未| 黄网站色视频免费看无下截| 亚洲精品无码午夜福利中文字幕 | 日韩中文无码有码免费视频| WWW亚洲色大成网络.COM| 亚洲日韩国产精品乱| 一区二区三区在线免费看| 亚洲色一区二区三区四区| 亚洲精品无码久久毛片| 91麻豆国产免费观看| 国产精品亚洲精品日韩动图| 亚洲成AV人片在线播放无码| 97人伦色伦成人免费视频| 永久免费无码网站在线观看个|