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

          2006年6月30日 #

          posted @ 2007-01-13 23:15 kukooBlog 閱讀(1913) | 評論 (0)編輯 收藏

          posted @ 2007-01-12 12:16 kukooBlog 閱讀(2135) | 評論 (0)編輯 收藏

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

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

          posted @ 2007-01-04 18:56 kukooBlog 閱讀(4049) | 評論 (1)編輯 收藏

          posted @ 2006-09-11 14:30 kukooBlog 閱讀(5347) | 評論 (3)編輯 收藏

          posted @ 2006-09-09 12:13 kukooBlog 閱讀(4148) | 評論 (1)編輯 收藏

          posted @ 2006-09-06 16:47 kukooBlog 閱讀(2097) | 評論 (2)編輯 收藏

               摘要: 如何在SWT中使用chart(曲線圖表,如柱狀圖,餅圖等)? 目前我知道的有兩種方式: 方式一: 使用Eclipse BIRT中的chart引擎。 方式二: 使用JFreeChart。 最新的JFreeChart 1.0.2增加了對SWT的支持。  閱讀全文
          posted @ 2006-09-02 10:42 kukooBlog 閱讀(3513) | 評論 (1)編輯 收藏

               摘要: Eclipse RCP平臺真的是一個非常好的平臺,但是在用RCP的過程中,一定有一個大問題: SWT的UI widgets。 了解Swing的人知道,Swing下面有相當多的widgets,而且Sun還贊助著一個SwingLab,為Swing開發更多的客戶化的UI widgets。 但是SWT目前有這么一個問題,SWT的元件,不能直接繼承來開發一個新的UI組件,Eclipse雖然提供了大量的widgets,但是卻還不夠豐富,或者使用上有局限性(比如table這個組件)。 所以我們面臨的問題就是: 要么自己開發適合自己需求的widgets,要么在網上找。 而目前,還沒有像Swing那樣存在大量的custom widgets,這有點像``雞"和``蛋"的問題。  閱讀全文
          posted @ 2006-09-01 17:23 kukooBlog 閱讀(2814) | 評論 (17)編輯 收藏

               摘要: ``When people discuss layering, there's often some confusion over the terms layer and tier. Often the two are used as synonyms, but most people see tier as implying a physical separation. Client-server systems are often described as two-tier systems, and the separation is physical: The client is a desktop and the server is a server. I use layer to stress that you don't have to run the layers on different machines. A distinct layer of domain logic often runs on e  閱讀全文
          posted @ 2006-08-31 15:20 kukooBlog 閱讀(2324) | 評論 (0)編輯 收藏

               摘要: Scrum是什么呢? 套用介紹文章中的定義: ``Scrum has a simple implementation that is designed to increase productivity and reduce the time it takes to benefit from a software/product development. Importantly, it embraces adaptive and empirical systems development. "。用中文定義來說,就是: ``Scrum提供了一種經驗方法,它使得團隊成員能夠獨立地,集中地在創造性的環境下工作。它發現了軟件工程的社會意義。這一過程是迅速,有適應性,自組織的,它代表了從順序開發過程以來的重大變化"。  閱讀全文
          posted @ 2006-08-30 18:15 kukooBlog 閱讀(4042) | 評論 (1)編輯 收藏

               摘要: JavaRef.com發表了一個Eclipse的插件,允許你在Eclipse IDE里面方便的查詢JavaDoc...  閱讀全文
          posted @ 2006-08-24 13:55 kukooBlog 閱讀(2646) | 評論 (1)編輯 收藏

          posted @ 2006-08-23 19:14 kukooBlog 閱讀(1874) | 評論 (1)編輯 收藏

               摘要: Glassfish是Sun Microsystem支持的一個開源社區,它參考了Apache, Eclipse等開源社區的模式,通過OpenSource實現了Java EE 5的全部功能。 Sun的Java System Application PE 9和Java EE 5 SDK即以Glassfish為基礎。利用空閑的時間,安裝了Glassfish和相對應的Eclipse插件,簡單的玩了一下.  閱讀全文
          posted @ 2006-07-20 12:26 kukooBlog 閱讀(15942) | 評論 (2)編輯 收藏

          posted @ 2006-07-15 13:37 kukooBlog 閱讀(1650) | 評論 (2)編輯 收藏

          posted @ 2006-07-09 22:14 kukooBlog 閱讀(2707) | 評論 (0)編輯 收藏

               摘要: Eclipse 3.2 Callisto中增加了一個Data Tool,下面簡單的介紹一下如何使用這個工具。 如果你以前使用過SQLExplorer,會覺得這兩個工具非常相似。  閱讀全文
          posted @ 2006-07-06 15:01 kukooBlog 閱讀(3070) | 評論 (3)編輯 收藏

          posted @ 2006-07-02 21:00 kukooBlog 閱讀(829) | 評論 (1)編輯 收藏

               摘要: Eclipse Callisto在歷經了長時間的等待之后終于發布了。 Callisto的主要目的是為了同步發布10個Eclipse的主要項目(Eclipse Platform, JDT, PDE, CDT, BIRT, EMF, GEF, VE, WST, TPTP等)。 這樣會使得下載,安裝和配置這些項目變得更加容易。 前一篇blog中簡單描述了如何下載最新的Eclipse 3.2 SDK,以及如何通過Callisto Discovery Site來安裝其他的插件,在這里,將比較詳細的描述一下如何使用Callisto Discovery。

            閱讀全文
          posted @ 2006-07-01 22:10 kukooBlog 閱讀(3807) | 評論 (4)編輯 收藏

               摘要: 一早得知Eclipse 3.2正式發布的消息以后,第一時間就安裝了Eclipse Callisto。也許是趕在下載高峰到來之前安裝的,一共耗時約50分鐘,包括Eclipse 3.2 SDK和所有Callisto中包含的Plugins。   閱讀全文
          posted @ 2006-07-01 19:03 kukooBlog 閱讀(3912) | 評論 (4)編輯 收藏

               摘要: Eclipse 3.2在發布了RC-7 20多天以后,終于正式發布了3.2版,同時Callisto項目也被鏡像到了多個站點,可以下載了。 你可以直接下載Eclipse 3.2 SDK(大約為120MB),然后更新你需要的其他模塊(入TPTP),也可以只下載Eclipse 3.2 Platform (大約為34MB),然后通過Update Manager,從Callistor更新站點,下載JDT, PDE, VE等其他模塊。

            閱讀全文
          posted @ 2006-07-01 09:32 kukooBlog 閱讀(3462) | 評論 (0)編輯 收藏

               摘要: Apache Geronimo 1.1近日發布了,新版本修復了大量的問題,并且提升了系統的性能和易用性。  閱讀全文
          posted @ 2006-06-30 11:37 kukooBlog 閱讀(1952) | 評論 (3)編輯 收藏

          主站蜘蛛池模板: 石家庄市| 嘉荫县| 石阡县| 井冈山市| 东港市| 汾西县| 富蕴县| 阳新县| 景谷| 长白| 克什克腾旗| 万全县| 多伦县| 平和县| 上林县| 内江市| 莎车县| 濉溪县| 扬州市| 林州市| 大洼县| 吉水县| 鹤岗市| 本溪市| 玛曲县| 松溪县| 清河县| 双桥区| 崇仁县| 曲麻莱县| 洛宁县| 南木林县| 怀安县| 泰顺县| 孝感市| 景洪市| 新巴尔虎左旗| 正安县| 枣强县| 永和县| 佛教|