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

05 2005 档案

     摘要: 这是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 阅读(1269) | 评论 (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 阅读(898) | 评论 (0)  编辑

     摘要:   阅读全文
posted @ 2005-05-31 08:52 kukooBlog 阅读(374) | 评论 (0)  编辑

     摘要: Eclipse 3.1RC1 已经在Eclipse的下载网站上公布了。将关注RC1,后续更新一些心得。  阅读全文
posted @ 2005-05-30 09:25 kukooBlog 阅读(703) | 评论 (0)  编辑

     摘要:   阅读全文
posted @ 2005-05-30 09:10 kukooBlog 阅读(354) | 评论 (0)  编辑

     摘要: Eclipse的RCP是否标志着“胖客户端”(或者说“富客户端”)的回归?...... 真正的网络客户端,应该是“瘦”的,但是“功能丰富的”,或者说,是“thin”而且“rich”。“thin”是指相对于传统的“fat”客户端(象Office这样的“胖客户端”),在客户端不需要太多的安装,“rich”则是指相对于当前的Web Application,应该是功能丰富的。当前的Web Application是“thin”的,但是不够“rich”。   阅读全文
posted @ 2005-05-28 18:29 kukooBlog 阅读(2109) | 评论 (4)  编辑

     摘要:   阅读全文
posted @ 2005-05-28 13:52 kukooBlog 阅读(297) | 评论 (0)  编辑

     摘要: Eclipse 3.1M7中加强了对RCP的支持,RCP团队为RCP程序的创建,配置,发布提供了非常精巧的办法。在这里,仅介绍3.1M7中创建RCP的4个步骤,基本上可以全部通过窗口操作来完成,而避免了直接编辑plug-in.xml和.product文件。[全文]  阅读全文
posted @ 2005-05-27 11:02 kukooBlog 阅读(675) | 评论 (0)  编辑

     摘要: 这里是Eclispe方式(Eclipse Way)的第二部分  阅读全文
posted @ 2005-05-27 10:52 kukooBlog 阅读(544) | 评论 (0)  编辑

     摘要: John Wiegand 和 Erich Gamma 在EclipseCon 2005作了题为《Eclipse方式: Processes that Adapt》的主题演讲,阐述了为何Eclipse的开发过程如此成功。   阅读全文
posted @ 2005-05-27 10:50 kukooBlog 阅读(598) | 评论 (0)  编辑

     摘要: SmallTalk,公认的最早的OO语言之一,终于快要推出历史舞台了。最近,作为SmallTalk最大的支持者,IBM,宣布将停止对SmallTalk系列产品的支持(截止到2006年6月)。  阅读全文
posted @ 2005-05-27 10:18 kukooBlog 阅读(3981) | 评论 (12)  编辑

     摘要:   阅读全文
posted @ 2005-05-27 09:06 kukooBlog 阅读(337) | 评论 (0)  编辑

     摘要: 测试系统的时候,往往会碰到这样的一种情况:系统开发完成了,但是没有合适的数据可以使用。原因是多方面的:比如用户的数据不能公开,机密程度比较高。虽让你可以随机产生一些测试数据,但是简单的测试数据,和真正复杂的用户数据是无法相比的,所产生的问题就是,在测试数据上,简单的操作可以通过,而同样的操作到了用户数据上面,就产生各种情况(如性能问题)。你如何解决这个问题呢?你如何得到一组数据,既不会泄露用户的机密数据,也保证了足够的数据量和复杂度   阅读全文
posted @ 2005-05-26 15:25 kukooBlog 阅读(900) | 评论 (1)  编辑

     摘要:   阅读全文
posted @ 2005-05-26 09:54 kukooBlog 阅读(358) | 评论 (0)  编辑

     摘要: Artima Developer的总编 Bill Venners在对Erich Gamma的一次采访中,仔细讨论了Design Pattern(设计模式)的问题。当我们做设计的时候,我们首先会想到使用设计模式。那么如何使用设计模式?如何用设计模式进行思考?是否当你解决一个问题的时候,必须要使用设计模式?   阅读全文
posted @ 2005-05-25 18:13 kukooBlog 阅读(2247) | 评论 (8)  编辑

posted @ 2005-05-25 16:28 kukooBlog 阅读(589) | 评论 (0)  编辑

posted @ 2005-05-25 14:48 kukooBlog 阅读(682) | 评论 (1)  编辑

posted @ 2005-05-25 11:38 kukooBlog 阅读(926) | 评论 (1)  编辑

     摘要: IBM developerWorks 上刊登了SWT 和 JFace的系列文章, 第一部分是一个简介。“在这篇 SWT 和 JFace 系列的第一篇文章中,可以了解如何使用 Java™、Eclipse 以及 SWT 和 JFace 库创建简单的 SWT 应用程序。 还可以了解如何使用基本的控件和布局创建简单的 SWT GUI。  阅读全文
posted @ 2005-05-25 09:57 kukooBlog 阅读(1575) | 评论 (0)  编辑

posted @ 2005-05-25 09:45 kukooBlog 阅读(635) | 评论 (2)  编辑

posted @ 2005-05-25 09:44 kukooBlog 阅读(491) | 评论 (0)  编辑

posted @ 2005-05-20 16:14 kukooBlog 阅读(717) | 评论 (0)  编辑

posted @ 2005-05-20 12:02 kukooBlog 阅读(435) | 评论 (0)  编辑

posted @ 2005-05-20 11:45 kukooBlog 阅读(742) | 评论 (0)  编辑

posted @ 2005-05-20 11:35 kukooBlog 阅读(692) | 评论 (0)  编辑

posted @ 2005-05-20 09:22 kukooBlog 阅读(538) | 评论 (0)  编辑

posted @ 2005-05-20 09:00 kukooBlog 阅读(372) | 评论 (0)  编辑

posted @ 2005-05-19 16:33 kukooBlog 阅读(522) | 评论 (0)  编辑

     摘要: IBM收购了Gluecode (开发以Geronimo为核心的J2EE应用服务)以后,Geronimo的开发似乎一下子热闹起来了。developerWorks网站上,在一周之内,发表了3篇关于Geronimo的有趣的文章  阅读全文
posted @ 2005-05-19 11:08 kukooBlog 阅读(750) | 评论 (0)  编辑

posted @ 2005-05-19 09:27 kukooBlog 阅读(699) | 评论 (0)  编辑

posted @ 2005-05-19 09:11 kukooBlog 阅读(438) | 评论 (0)  编辑

posted @ 2005-05-18 13:43 kukooBlog 阅读(678) | 评论 (0)  编辑

posted @ 2005-05-18 13:14 kukooBlog 阅读(614) | 评论 (2)  编辑

posted @ 2005-05-18 09:19 kukooBlog 阅读(443) | 评论 (0)  编辑

posted @ 2005-05-17 18:24 kukooBlog 阅读(555) | 评论 (0)  编辑

posted @ 2005-05-17 15:54 kukooBlog 阅读(486) | 评论 (0)  编辑

posted @ 2005-05-17 13:11 kukooBlog 阅读(875) | 评论 (4)  编辑

posted @ 2005-05-17 09:12 kukooBlog 阅读(529) | 评论 (0)  编辑

posted @ 2005-05-16 14:26 kukooBlog 阅读(338) | 评论 (0)  编辑

posted @ 2005-05-16 13:50 kukooBlog 阅读(353) | 评论 (0)  编辑

posted @ 2005-05-14 15:54 kukooBlog 阅读(950) | 评论 (3)  编辑

posted @ 2005-05-13 13:32 kukooBlog 阅读(601) | 评论 (0)  编辑

posted @ 2005-05-13 09:25 kukooBlog 阅读(1063) | 评论 (0)  编辑

posted @ 2005-05-12 09:51 kukooBlog 阅读(752) | 评论 (0)  编辑

posted @ 2005-05-12 09:50 kukooBlog 阅读(729) | 评论 (0)  编辑

posted @ 2005-05-12 09:49 kukooBlog 阅读(544) | 评论 (0)  编辑

posted @ 2005-05-12 09:49 kukooBlog 阅读(1100) | 评论 (1)  编辑

posted @ 2005-05-12 09:48 kukooBlog 阅读(1089) | 评论 (0)  编辑

posted @ 2005-05-12 09:48 kukooBlog 阅读(428) | 评论 (0)  编辑

posted @ 2005-05-12 09:47 kukooBlog 阅读(1373) | 评论 (2)  编辑

posted @ 2005-05-12 09:46 kukooBlog 阅读(550) | 评论 (2)  编辑

posted @ 2005-05-12 09:16 kukooBlog 阅读(665) | 评论 (1)  编辑