﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-系统分析与项目管理-最新评论</title><link>http://www.blogjava.net/Jack2007/CommentsRSS.aspx</link><description>Java,C++,C#.net 技术,IT 项目管理</description><language>zh-cn</language><pubDate>Sat, 17 May 2008 00:42:47 GMT</pubDate><lastBuildDate>Sat, 17 May 2008 00:42:47 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 浅谈REST</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200965</link><dc:creator>Jack.Wang</dc:creator><author>Jack.Wang</author><pubDate>Fri, 16 May 2008 09:28:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200965</guid><description><![CDATA[我看过一些文档，感觉 Web Service 还不太成熟，只能作为异构系统之间相互集成时的胶水。以前 robbin 写过介绍 Web Service 的文章对 Web Service 的定位也基本上是这样。Web Service 并不适合核心的业务领域，其组件模型相比 CORBA、EJB 来说是非常不成熟的。核心的应用领域还是要靠 CORBA、EJB 来建造。 <br>基于 HTTP 只是一个 Marketing Hype，不要上当。CORBA 如果配置在 80 端口同样可以穿越防火墙。HTTP 本身就是一个低效的传输协议，基于文本的 XML 更加低效，在高强度的核心应用领域，不要跟我说性能是无关紧要的。另外还有安全性等 CORBA 已经解决得很好的问题 Web Service 好象还没有完全解决（是不是老黄历了？） <br>简单的技术就应该用在简单的场合，一定要在复杂的核心应用领域采用简单的技术是会出问题的。CORBA 确实很复杂，但是要搞清楚究竟是因为要解决的问题本身很复杂所以技术也很复杂还是因为一帮技术狂人闲的无聊故意搞得这么复杂以便大家对他们顶礼膜拜。 <br>我的看法是 Web Service 与 CORBA 的定位不同，所以不存在谁灭掉谁的问题。 <br>一点浅见，欢迎讨论。<img src ="http://www.blogjava.net/Jack2007/aggbug/200965.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">Jack.Wang</a> 2008-05-16 17:28 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200965#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件架构设计--好书推荐[未登录]</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/16/199646.html#200950</link><dc:creator>呵呵</dc:creator><author>呵呵</author><pubDate>Fri, 16 May 2008 08:23:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/16/199646.html#200950</guid><description><![CDATA[狗屎书，写这样的垃圾丢人啊！<img src ="http://www.blogjava.net/Jack2007/aggbug/200950.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">呵呵</a> 2008-05-16 16:23 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/16/199646.html#200950#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Do not wait... 爱，永远禁不起等待</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/16/200307.html#200946</link><dc:creator>binge</dc:creator><author>binge</author><pubDate>Fri, 16 May 2008 08:09:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/16/200307.html#200946</guid><description><![CDATA[good article<img src ="http://www.blogjava.net/Jack2007/aggbug/200946.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">binge</a> 2008-05-16 16:09 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/16/200307.html#200946#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 浅谈REST</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200868</link><dc:creator>Jack.Wang</dc:creator><author>Jack.Wang</author><pubDate>Fri, 16 May 2008 04:37:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200868</guid><description><![CDATA[There seems to be a common thread with most posts here. People<br>have been busy modeling everything as a resource and now they<br>want to know how to do everything in a PUT or DELETE instead of<br>any of the other HTTP methods. That is wrong. That is thinking<br>HTTP is just a &quot;Save as...&quot; dialog.<br><br>REST is not limited to GET, PUT, and DELETE. Anyone who says so<br>is just making things up as they go along. REST is limited to the<br>client being told what to do next by the current state of where<br>they are now, aside from the entry point(s) we call a bookmark.<br>That is feasible because the set of methods is uniform, not because<br>it is limited to CRUD. POST is an equal party in the REST interface,<br>particularly when actions are being applied to the resources that<br>are a composite of multiple source resources. So is PATCH.<br><br>Doing RESTful actions on multiple resources is no different from<br>selecting multiple tunes in iTunes and using the info dialog<br>to set certain properties across all selected tunes. It is a UI issue.<br>The UI builds a set of actions to perform and then performs them<br>in whatever way is most efficiently provided by the set of resources<br>being operated upon. If those resources (or, rather, the index to<br>those resources) say they can be operated upon as a group by POST<br>of a selection form, then so be it -- that is perfectly RESTful<br>even without the benefit of per-resource cache invalidation.<br>Likewise for PATCH or PUT to a meta-resource, or PROPPATCH to a<br>WebDAV resource, it is RESTful if there is some engine described<br>by a representation provided by the origin server that instructs<br>the client on what to do next.<br><br>The goals are to remove coupling and maximize the number of<br>reusable resources.<br><br>....Roy<img src ="http://www.blogjava.net/Jack2007/aggbug/200868.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">Jack.Wang</a> 2008-05-16 12:37 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200868#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 浅谈REST</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200845</link><dc:creator>hmt</dc:creator><author>hmt</author><pubDate>Fri, 16 May 2008 03:43:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200845</guid><description><![CDATA[&gt; Http把对一个资源的操作限制在4个方法以内：GET,POST,PUT和DELETE，这正是对资源CRUD操作的实现。<br><br>把HTTP当成CRUD来使用，将无法发挥REST中&quot;Hypermedia as application state engine&quot;所带来的好处。这是Roy Fielding一再强调的：<br><br><a href="http://tech.groups.yahoo.com/group/rest-discuss/message/10740" target="_new" rel="nofollow">http://tech.groups.yahoo.com/group/rest-discuss/message/10740</a><img src ="http://www.blogjava.net/Jack2007/aggbug/200845.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">hmt</a> 2008-05-16 11:43 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/16/200704.html#200845#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Do not wait... 爱，永远禁不起等待</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/14/200307.html#200467</link><dc:creator>guest</dc:creator><author>guest</author><pubDate>Wed, 14 May 2008 11:32:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/14/200307.html#200467</guid><description><![CDATA[首页的广告帖有点多.....<img src ="http://www.blogjava.net/Jack2007/aggbug/200467.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">guest</a> 2008-05-14 19:32 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/14/200307.html#200467#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件架构设计--好书推荐</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/11/199646.html#199849</link><dc:creator>Jack.Wang</dc:creator><author>Jack.Wang</author><pubDate>Sun, 11 May 2008 08:40:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/11/199646.html#199849</guid><description><![CDATA[2007年7月第一版！ 刚读完，开始觉得还可以，到最后感觉不咋地了，没有大师的感觉。<br>不过还是学到了些有用的东西，谢谢温昱了。<img src ="http://www.blogjava.net/Jack2007/aggbug/199849.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">Jack.Wang</a> 2008-05-11 16:40 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/11/199646.html#199849#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件架构设计--好书推荐</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/11/199646.html#199824</link><dc:creator>w3c</dc:creator><author>w3c</author><pubDate>Sun, 11 May 2008 06:10:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/11/199646.html#199824</guid><description><![CDATA[我很早之前买过，前一阵子看过一点，看不下去了，感觉不好。。。。图倒是很多<img src ="http://www.blogjava.net/Jack2007/aggbug/199824.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">w3c</a> 2008-05-11 14:10 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/11/199646.html#199824#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 联想砸碎了IBM </title><link>http://www.blogjava.net/Jack2007/archive/2008/05/08/166389.html#199360</link><dc:creator>Jack.Wang</dc:creator><author>Jack.Wang</author><pubDate>Thu, 08 May 2008 13:45:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/08/166389.html#199360</guid><description><![CDATA[联想这两年不赚钱啊！没利润就要没质量，况且本来就不注重质量，原来的 IBM 真的是 NB!<br>除了利润一切都是假的！<img src ="http://www.blogjava.net/Jack2007/aggbug/199360.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">Jack.Wang</a> 2008-05-08 21:45 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/08/166389.html#199360#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 联想砸碎了IBM [未登录]</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/07/166389.html#199098</link><dc:creator>aGuang</dc:creator><author>aGuang</author><pubDate>Wed, 07 May 2008 15:49:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/07/166389.html#199098</guid><description><![CDATA[偶现在用的X32,几年前买的.记得有次在宿舍里不小心把放在本本旁边的装着绿茶的杯子打翻了,正好倒到本本上,当时我还没反应过来,本本自己断电了.当时我吓了个半死,马上拿起来用布把水抹干,也不敢去开它.用同学电脑上网查找事后解决办法,后来把电池拆出来,放在电风扇旁一直吹几个小时,直到看起来水都干了,才敢去开,刚开起来屏幕一闪,我刚想说万岁时又关掉了,然后怎么按电源键都没反应了,当时估计玩完了...后来我试着去拆里面的东东,发现内存条的贴纸上竟然有一两滴小水珠.把它抹掉再给风扇吹吹,再开,屏幕又亮,硬件检测等都正常,启动到Windows里也一切正常.兴奋死我了.哇靠,IBM太TMD的牛B.直到现在我的本本还是很正常,除了屏幕出现一个坏点外没有其他任何问题了.<br>后来IBM的PC给联想了,看过新出的X系列,虽然没有用过,我比较喜欢的是增加了WIN键,但是非常讨厌它的几个特殊按键和LOGO的设计,感觉没IBM原来的那个好看.<br>另外想到之前用本本里面有个附带软件的更新程序,现在更新下载下来好像都是联想logo和重新设计的程序,升级后的软件在偶的X32下会出错.偶只能用原始的.<br><br>乱七八糟说一堆...^_^<img src ="http://www.blogjava.net/Jack2007/aggbug/199098.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">aGuang</a> 2008-05-07 23:49 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/07/166389.html#199098#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Keep Your Direction [未登录]</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/07/199082.html#199093</link><dc:creator>lvq810</dc:creator><author>lvq810</author><pubDate>Wed, 07 May 2008 15:10:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/07/199082.html#199093</guid><description><![CDATA[如果你失败，你将做什么？许多人们可能选择放弃。然而，对于成功的最明确的方式是保持你的方向并且坚持你的目的。在去成功的途中，你必须保持你的方向。它就象一个灯，在黑暗引导你和帮助你在你的路上克服障碍。否则，你将容易地迷路或者犹豫继续下去。方向意味着物镜。你能在寿命不在任何地方得到没有一个物镜。你能试图在纸上写你的物镜并且制定一些平面图实现它。按这种方式，你将知道如何安排你的时间并且适当地度过你的时间。同时，你也应该有只要你始终保持你的方向，你确信取得成功的一种信念。<img src ="http://www.blogjava.net/Jack2007/aggbug/199093.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">lvq810</a> 2008-05-07 23:10 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/07/199082.html#199093#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 数据表的设计原则[未登录]</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/07/198412.html#198919</link><dc:creator>paul</dc:creator><author>paul</author><pubDate>Wed, 07 May 2008 04:24:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/07/198412.html#198919</guid><description><![CDATA[lz你真的按照这个设计table吗？你的table真的能满足第4范式吗？有点理论化，不知可行否？<img src ="http://www.blogjava.net/Jack2007/aggbug/198919.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">paul</a> 2008-05-07 12:24 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/07/198412.html#198919#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: H3C 之 IP 存储方案学习</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/06/198541.html#198778</link><dc:creator>Jack.Wang</dc:creator><author>Jack.Wang</author><pubDate>Tue, 06 May 2008 11:27:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/06/198541.html#198778</guid><description><![CDATA[听说 H3C 很强！<img src ="http://www.blogjava.net/Jack2007/aggbug/198778.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">Jack.Wang</a> 2008-05-06 19:27 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/06/198541.html#198778#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 数据表的设计原则</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/05/198412.html#198473</link><dc:creator>如坐春风</dc:creator><author>如坐春风</author><pubDate>Mon, 05 May 2008 07:35:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/05/198412.html#198473</guid><description><![CDATA[不错.!<img src ="http://www.blogjava.net/Jack2007/aggbug/198473.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">如坐春风</a> 2008-05-05 15:35 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/05/198412.html#198473#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 数据表的设计原则</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/05/198412.html#198414</link><dc:creator>Jack.Wang</dc:creator><author>Jack.Wang</author><pubDate>Mon, 05 May 2008 05:04:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/05/198412.html#198414</guid><description><![CDATA[(12) 有的冗余是不可避免的，或者是必须的！少的冗余虽然在结构上是比较清晰合理，但在性能上可能存在问题！ 就像您所说的表设计的尽量独立。<img src ="http://www.blogjava.net/Jack2007/aggbug/198414.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">Jack.Wang</a> 2008-05-05 13:04 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/05/198412.html#198414#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 唐骏透露跳槽背后三大“潜规则”[转]</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/03/197854.html#197866</link><dc:creator>老太</dc:creator><author>老太</author><pubDate>Sat, 03 May 2008 04:14:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/03/197854.html#197866</guid><description><![CDATA[技术是一方面，技术达到一定程度，最终要走向管理和市场，否则只懂技术，不懂其它，最终老死一辈子只能是一个敲代码的。<img src ="http://www.blogjava.net/Jack2007/aggbug/197866.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">老太</a> 2008-05-03 12:14 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/03/197854.html#197866#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 唐骏透露跳槽背后三大“潜规则”[转][未登录]</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/03/197854.html#197855</link><dc:creator>GoKu</dc:creator><author>GoKu</author><pubDate>Sat, 03 May 2008 01:55:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/03/197854.html#197855</guid><description><![CDATA[通货膨胀啊，说明现在10亿跟10年前1亿差不多了<img src ="http://www.blogjava.net/Jack2007/aggbug/197855.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">GoKu</a> 2008-05-03 09:55 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/03/197854.html#197855#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做自己的系统分析师</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/02/195327.html#197713</link><dc:creator>天山茗客</dc:creator><author>天山茗客</author><pubDate>Fri, 02 May 2008 03:23:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/02/195327.html#197713</guid><description><![CDATA[赞同博主的观点，系统分析师该不该消失不是争论的焦点。关键是每个系统都必须系统分析，只有系统分析做好了才能做出好的系统来。我们都应该做自己的系统分析师。<br><img src ="http://www.blogjava.net/Jack2007/aggbug/197713.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">天山茗客</a> 2008-05-02 11:23 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/02/195327.html#197713#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 构建高性能J2EE应用的五种核心策略</title><link>http://www.blogjava.net/Jack2007/archive/2008/05/01/195330.html#197660</link><dc:creator>lsqlister</dc:creator><author>lsqlister</author><pubDate>Thu, 01 May 2008 08:59:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/05/01/195330.html#197660</guid><description><![CDATA[总结的不错，不过不是自己的体会。<img src ="http://www.blogjava.net/Jack2007/aggbug/197660.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">lsqlister</a> 2008-05-01 16:59 <a href="http://www.blogjava.net/Jack2007/archive/2008/05/01/195330.html#197660#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 自我平衡[未登录]</title><link>http://www.blogjava.net/Jack2007/archive/2008/04/30/196909.html#197578</link><dc:creator>z</dc:creator><author>z</author><pubDate>Wed, 30 Apr 2008 10:14:00 GMT</pubDate><guid>http://www.blogjava.net/Jack2007/archive/2008/04/30/196909.html#197578</guid><description><![CDATA[很受启发<img src ="http://www.blogjava.net/Jack2007/aggbug/197578.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Jack2007/" target="_blank">z</a> 2008-04-30 18:14 <a href="http://www.blogjava.net/Jack2007/archive/2008/04/30/196909.html#197578#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>