摘要: If you are reading my blog, you may notice that I have subscribed some online service and I am using different icons to group my blogs entries. I'd like to give some simple explanation for those icons.... 閱讀全文
置頂隨筆 #
2007年1月13日 #
2007年1月12日 #
2007年1月4日 #
2006年9月11日 #
2006年9月9日 #
2006年9月6日 #
2006年9月2日 #
摘要: 如何在SWT中使用chart(曲線圖表,如柱狀圖,餅圖等)? 目前我知道的有兩種方式: 方式一: 使用Eclipse BIRT中的chart引擎。 方式二: 使用JFreeChart。 最新的JFreeChart 1.0.2增加了對SWT的支持。 閱讀全文
2006年9月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,這有點像``雞"和``蛋"的問題。 閱讀全文
2006年8月31日 #
摘要: ``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 閱讀全文
2006年8月30日 #
摘要: 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提供了一種經驗方法,它使得團隊成員能夠獨立地,集中地在創造性的環境下工作。它發現了軟件工程的社會意義。這一過程是迅速,有適應性,自組織的,它代表了從順序開發過程以來的重大變化"。 閱讀全文
2006年8月24日 #
摘要: JavaRef.com發表了一個Eclipse的插件,允許你在Eclipse IDE里面方便的查詢JavaDoc... 閱讀全文
2006年8月23日 #
2006年7月20日 #
摘要: Glassfish是Sun Microsystem支持的一個開源社區,它參考了Apache, Eclipse等開源社區的模式,通過OpenSource實現了Java EE 5的全部功能。 Sun的Java System Application PE 9和Java EE 5 SDK即以Glassfish為基礎。利用空閑的時間,安裝了Glassfish和相對應的Eclipse插件,簡單的玩了一下. 閱讀全文