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

#

     摘要: JavaOne 2005将包含相当多的议题(以及大量的Open Source的话题),比如:Hibernate,JBoss, WebLogic,Spring,Groovy, JDNC (Java Desktop Network Components)以及 Grid。出人意料的是,JavaOne还将包含Eclipse的讨论。  阅读全文
posted @ 2005-06-02 13:21 kukooBlog 阅读(802) | 评论 (0)编辑 收藏

     摘要: The middle component of a typical web application is the business or service layer. This service layer is often the most ignored layer from a coding perspective. It is not uncommon to find this type of code scattered around in the UI layer or in the persistence layer. This is not the correct place because it leads to tightly coupled applications and code that can be hard to maintain over time. Fortunately, several frameworks exist that address these issues. Two of the most popular frameworks in   阅读全文
posted @ 2005-06-02 09:19 kukooBlog 阅读(924) | 评论 (0)编辑 收藏

     摘要: At one end of a typical web application is the presentation layer. Many Java developers understand what Struts provides. However, too often, coupled code such as business logic is placed into an org.apache.struts.Action. So, let's agree on what a framework like Struts should provide......  阅读全文
posted @ 2005-06-02 09:17 kukooBlog 阅读(815) | 评论 (0)编辑 收藏

     摘要: At the other end of a typical web application is the persistence layer. .... There are several open source object-to-relational mapping (ORM) frameworks that solve much of this problem. In particular, the Hibernate framework allows object-to-relational persistence and query service for Java.   阅读全文
posted @ 2005-06-02 09:14 kukooBlog 阅读(844) | 评论 (0)编辑 收藏

     摘要: A very nice and good RSS reader. JetBrains' Omea Reader now is still free (you just need to get a free license key). The Omea Pro is not free but the Reader is enough for RSS and weblog reading. Omea Reader has a build in NewsGroup reader, you do not need an external NewsGroup reader (ie, the Outlook Express).   阅读全文
posted @ 2005-06-02 09:11 kukooBlog 阅读(927) | 评论 (0)编辑 收藏

     摘要: 老鹰是世界上寿命最长的鸟类。它一生的年龄可达70岁。 要活那么长的寿命,它在40岁时必须做出困难却重要的决定...... 5个月以后,新的羽毛长出来了。 老鹰又开始飞翔。 重新得力再过30年的岁月!   阅读全文
posted @ 2005-06-02 09:09 kukooBlog 阅读(580) | 评论 (2)编辑 收藏

     摘要:   阅读全文
posted @ 2005-06-02 09:07 kukooBlog 阅读(309) | 评论 (0)编辑 收藏

     摘要: Bruce Eckel (Think in Java 和 Think in C++的作者,被Eric Raymond称为将未公开发表的书在网上发表的“第二人”)将他的Weblog移到了Artima的blog系统中。 ...... Aritima Blog建立了一种机制,“keep the discussions civilized ”,而且Artima更注重开发者。这两点,是Bruce迁移他的blog的原因。   阅读全文
posted @ 2005-06-01 15:20 kukooBlog 阅读(1120) | 评论 (0)编辑 收藏

     摘要:   阅读全文
posted @ 2005-06-01 14:46 kukooBlog 阅读(379) | 评论 (0)编辑 收藏

     摘要: Struts 5岁了。Craig R. McClanahan 说,Struts的第一个版本,是在5年前的那个纪念日(Memorial Day ,美国的公共假日)的周末(大约是2000年5月底的时候),在他的一次旅行中,在他笔记本电脑中写的。...... 5岁的小p孩儿,会走,会说话,刚刚进幼儿园。而5岁的Struts,现在是Java世界里,开发Web应用程序的默认框架标准。...... 然而,Struts也有它不足的地方,而同时新的技术又在不断涌现,5年(或者说3年)以后,会是什么样子呢?下一代的Web应用框架,会是JSF吗? [全文]   阅读全文
posted @ 2005-06-01 13:18 kukooBlog 阅读(935) | 评论 (0)编辑 收藏

     摘要: Borland的下一代IDE (代号为Peloton),会是基于Eclipse的吗?看看Javalobby上的讨论吧。 Eclipse的壮大是我乐于看到的,但是少了一个竞争对手,对于IDE来说,也不见得是个好事。   阅读全文
posted @ 2005-06-01 11:54 kukooBlog 阅读(898) | 评论 (0)编辑 收藏

     摘要: 这是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 阅读(1271) | 评论 (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 阅读(900) | 评论 (0)编辑 收藏

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

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

仅列出标题
共15页: First 上一页 7 8 9 10 11 12 13 14 15 下一页