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年5月30日 #

posted @ 2007-01-13 23:15 kukooBlog 阅读(1844) | 评论 (0)编辑 收藏

posted @ 2007-01-12 12:16 kukooBlog 阅读(2077) | 评论 (0)编辑 收藏

posted @ 2007-01-04 18:57 kukooBlog 阅读(1997) | 评论 (0)编辑 收藏

posted @ 2007-01-04 18:57 kukooBlog 阅读(2446) | 评论 (0)编辑 收藏

posted @ 2007-01-04 18:56 kukooBlog 阅读(3975) | 评论 (1)编辑 收藏

posted @ 2006-09-11 14:30 kukooBlog 阅读(5276) | 评论 (3)编辑 收藏

posted @ 2006-09-09 12:13 kukooBlog 阅读(4089) | 评论 (1)编辑 收藏

posted @ 2006-09-06 16:47 kukooBlog 阅读(2028) | 评论 (2)编辑 收藏

     摘要: 如何在SWT中使用chart(曲线图表,如柱状图,饼图等)? 目前我知道的有两种方式: 方式一: 使用Eclipse BIRT中的chart引擎。 方式二: 使用JFreeChart。 最新的JFreeChart 1.0.2增加了对SWT的支持。  阅读全文
posted @ 2006-09-02 10:42 kukooBlog 阅读(3443) | 评论 (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 阅读(2729) | 评论 (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 阅读(2246) | 评论 (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 阅读(3963) | 评论 (1)编辑 收藏

     摘要: JavaRef.com发表了一个Eclipse的插件,允许你在Eclipse IDE里面方便的查询JavaDoc...  阅读全文
posted @ 2006-08-24 13:55 kukooBlog 阅读(2574) | 评论 (1)编辑 收藏

posted @ 2006-08-23 19:14 kukooBlog 阅读(1805) | 评论 (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 阅读(15866) | 评论 (2)编辑 收藏

posted @ 2006-07-15 13:37 kukooBlog 阅读(1611) | 评论 (2)编辑 收藏

posted @ 2006-07-09 22:14 kukooBlog 阅读(2667) | 评论 (0)编辑 收藏

     摘要: Eclipse 3.2 Callisto中增加了一个Data Tool,下面简单的介绍一下如何使用这个工具。 如果你以前使用过SQLExplorer,会觉得这两个工具非常相似。  阅读全文
posted @ 2006-07-06 15:01 kukooBlog 阅读(3012) | 评论 (3)编辑 收藏

posted @ 2006-07-02 21:00 kukooBlog 阅读(803) | 评论 (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 阅读(3759) | 评论 (4)编辑 收藏

     摘要: 一早得知Eclipse 3.2正式发布的消息以后,第一时间就安装了Eclipse Callisto。也许是赶在下载高峰到来之前安装的,一共耗时约50分钟,包括Eclipse 3.2 SDK和所有Callisto中包含的Plugins。   阅读全文
posted @ 2006-07-01 19:03 kukooBlog 阅读(3874) | 评论 (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 阅读(3433) | 评论 (0)编辑 收藏

     摘要: Apache Geronimo 1.1近日发布了,新版本修复了大量的问题,并且提升了系统的性能和易用性。  阅读全文
posted @ 2006-06-30 11:37 kukooBlog 阅读(1930) | 评论 (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 阅读(3327) | 评论 (5)编辑 收藏

posted @ 2006-06-28 13:24 kukooBlog 阅读(861) | 评论 (0)编辑 收藏

     摘要: Eclipse带有其内置的Tomcat服务器,用于支持Eclipse的Help服务。 通常在打开Help页面的时候,Help系统会启动内置的Tomcat。我们在开发基于RCP的应用系统时,也同样可以通过API来启动并且使用这个内置的Tomcat服务器(尽管Eclipse没有提供相应的文档,并且不推荐使用这类功能)。  阅读全文
posted @ 2006-06-27 15:08 kukooBlog 阅读(3124) | 评论 (1)编辑 收藏

     摘要: 当使用Tree/Table来显示大数据集的时候,如果使用VIRTUAL Table或者VIRTUAL Tree,可以明显的降低计算时间,提高显示速度。 Virtual Table/Tree并不是SWT里面的新特性,但是却没有详细的文档可以参考。 Eclipse.org上最新发表了一篇文章来介绍这个特性.  阅读全文
posted @ 2006-06-21 13:43 kukooBlog 阅读(1887) | 评论 (0)编辑 收藏

     摘要: 这真的是一份非常详细的列表,看来,又有很多东西可以阅读了。  阅读全文
posted @ 2006-06-21 12:04 kukooBlog 阅读(2067) | 评论 (2)编辑 收藏

     摘要: Eclipse 3.2现在已经发布到RC6了,那Eclipse 3.2种到底有哪些新特性呢? Callisto自然不必说了。 Chris Laffra 制作了一个91页的ppt,来介绍3.2种的新特性,覆盖到很多的页面.......  阅读全文
posted @ 2006-05-30 09:36 kukooBlog 阅读(5171) | 评论 (2)编辑 收藏