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月29日 #

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

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

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

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

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

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

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

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

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

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

          posted @ 2006-08-23 19:14 kukooBlog 閱讀(1863) | 評論 (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 閱讀(15932) | 評論 (2)編輯 收藏

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

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

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

          posted @ 2006-07-02 21:00 kukooBlog 閱讀(824) | 評論 (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 閱讀(3794) | 評論 (4)編輯 收藏

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

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

               摘要: Eclipse 3.2(以及Eclipse Callisto)在6月30日就要release了,為此,Ed Burnette專門寫了一篇報道:What's New in Eclipse 3.2 Java Development Tools,著重介紹在Eclipse 3.2中JDT的新特性:  閱讀全文
          posted @ 2006-06-29 14:18 kukooBlog 閱讀(3361) | 評論 (5)編輯 收藏

          主站蜘蛛池模板: 巴林右旗| 兴文县| 哈巴河县| 缙云县| 遂平县| 汉寿县| 庄河市| 方城县| 水城县| 荥阳市| 清水县| 洛浦县| 平顺县| 普定县| 遂溪县| 罗定市| 蒲江县| 嘉祥县| 海丰县| 西藏| 九寨沟县| 扬州市| 沧州市| 梓潼县| 松江区| 达日县| 六安市| 峨山| 高密市| 五指山市| 邹城市| 会同县| 昔阳县| 涟水县| 宾阳县| 保靖县| 东平县| 法库县| 兰溪市| 城市| 治多县|