<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://newepoch.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fnewepoch.spaces.live.com%2fcategory%2f%e6%8a%80%e6%9c%af%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>王一生: 技术</title><description /><link>http://newepoch.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=cat%25E6%258A%2580%25E6%259C%25AF</link><language>en-US</language><pubDate>Sun, 05 Oct 2008 12:12:05 GMT</pubDate><lastBuildDate>Sun, 05 Oct 2008 12:12:05 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://newepoch.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>2704451998543883543</live:id><live:alias>newepoch</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>Some books on Use Case(一些用例分析的书)</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!212.entry</link><description>&lt;font size=3&gt;                Some books on Use Case(一些用例分析的书)&lt;br&gt;&lt;br&gt;I had read &lt;a href="http://www.amazon.com/Patterns-Effective-Cases-Paul-Bramble/dp/0201721848"&gt;Patterns for Effective Use Cases&lt;/a&gt;, but now when I review the book, I have nearly forgotten all the context of this book.&lt;br&gt;Some patterns(because they are only relating to naming convention) I can still recall are:&lt;br&gt;VerbPhaseName&lt;br&gt;ActorIntentAccomplished&lt;br&gt;&lt;br&gt;I have to reread the whole book ,BTW, as the specialists have suggested ,the book “&lt;a href="http://www.amazon.com/Writing-Effective-Cases-Alistair-Cockburn/dp/0201702258"&gt;Writing Effective Use Cases&lt;/a&gt;” is the best book on Use Case topic(Author: Alistair Cockburn).&lt;br&gt;&lt;br&gt;Wanna be more professional on Use Case analysis? The above two books are recommended.&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+Some+books+on+Use+Case(%e4%b8%80%e4%ba%9b%e7%94%a8%e4%be%8b%e5%88%86%e6%9e%90%e7%9a%84%e4%b9%a6)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!212.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!212.entry</guid><pubDate>Fri, 02 Mar 2007 07:37:13 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!212/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!212.entry#comment</wfw:comment><dcterms:modified>2007-03-02T07:55:44Z</dcterms:modified></item><item><title>领域驱动设计入门(Domain-Driven Design Quickly)</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!207.entry</link><description>&lt;font size=3&gt;                领域驱动设计入门(Domain-Driven Design Quickly)&lt;br&gt;&lt;br&gt;I got the “Domain-Driven Design Quickly” document from infoq.com, after browsing the document, I regard it deserves our attention.&lt;br&gt;&lt;br&gt;Step 1:&lt;br&gt;As the document has said, we need a common language between domain experts and software specialist (designer, analyst, developer, etc.), here we say it Ubiquitous Language.&lt;br&gt;Ubiquitous Language should base on conception acknowledgement accepted by both sides, UML and document can provide auxiliary support to this.&lt;br&gt;&lt;br&gt;Step 2:&lt;br&gt;Then next is to apply Model-driven Design to the DDD.&lt;br&gt;Model-driven Design contains below conception:&lt;br&gt;1.    Entity Object&lt;br&gt;2.    Value Object&lt;br&gt;3.    Service &lt;br&gt;        3.1  The operation performed by the Service refers to a domain concept which does &lt;br&gt;       not naturally belong to an Entity or Value  Object.&lt;br&gt;       3.2  The operation performed refers to other objects in the domain.&lt;br&gt;       3.3  The operation is stateless.&lt;br&gt;4.    Aggregate&lt;br&gt;5.    Factory&lt;br&gt;6.    Repository&lt;br&gt;&lt;br&gt;Here, I need to point out; maybe we are short of the Repository when reviewing the last project (Spring+Hibernate).&lt;br&gt;See document on what’s the aim of repository:&lt;br&gt;“Therefore, use a repository, the purpose of which is to encapsulate all the logic needed to obtain object references.”&lt;br&gt;&lt;br&gt;Step 4:&lt;br&gt;Then ,the document talks about the refactoring functionality applied to the DDD development, some items such as Specification Object should be noticed.&lt;br&gt;&lt;br&gt;Step 5:&lt;br&gt;Preserving Model Integrity, as the document saying,”everybody knows his own backyard, but other areas are not known in enough detail”.&lt;br&gt;Some guideline principles are listed as below:&lt;br&gt;1.    Bounded Context&lt;br&gt;2.    Continuous Integration &lt;br&gt;        Applies to bounded context ,not neighboring.. &lt;br&gt;3.    Context Map&lt;br&gt;4.    Shared Kernel&lt;br&gt;5.    Customer-Supplier&lt;br&gt;6.    Conformist&lt;br&gt;7.    Anticorruption Layer&lt;br&gt;        Anticorruption Layer talks to the external model using the external language not the client one.&lt;br&gt;8.    Open Host Service&lt;br&gt;9.    Distillation&lt;br&gt;&lt;br&gt;Here, need a dividing between Core Domain and Generic Subdomain.&lt;br&gt;And ,on how to implement Generic Subdomain ,we can use off-the-shelf solution, outsourcing ,in-house solution ,etc.&lt;br&gt;&lt;br&gt;Future, maybe we can pay some attention to DSL(Domain Specific Language).&lt;br&gt;&lt;br&gt;Some web addresses can be used as the references on DDD learning and implementation.&lt;br&gt;&lt;br&gt;&lt;a href="http://domaindrivendesign.org/"&gt;http://domaindrivendesign.org/&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.domainlanguage.com/"&gt;http://www.domainlanguage.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+%e9%a2%86%e5%9f%9f%e9%a9%b1%e5%8a%a8%e8%ae%be%e8%ae%a1%e5%85%a5%e9%97%a8(Domain-Driven+Design+Quickly)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!207.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!207.entry</guid><pubDate>Tue, 27 Feb 2007 11:23:41 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!207/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!207.entry#comment</wfw:comment><dcterms:modified>2007-03-02T08:04:42Z</dcterms:modified></item><item><title>项目经理的经验问题</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!203.entry</link><description>&lt;font size=3&gt;                项目经理的经验问题&lt;br&gt;&lt;br&gt;1、    较差的评估和计划&lt;br&gt;2、    缺乏质量标准和度量&lt;br&gt;3、    缺乏作出组织决策的指南&lt;br&gt;4、    缺乏使进展可见的技术&lt;br&gt;5、    角色定义较差&lt;br&gt;6、    不正确的成功准则&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+%e9%a1%b9%e7%9b%ae%e7%bb%8f%e7%90%86%e7%9a%84%e7%bb%8f%e9%aa%8c%e9%97%ae%e9%a2%98&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!203.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!203.entry</guid><pubDate>Sat, 24 Feb 2007 03:27:59 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!203/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!203.entry#comment</wfw:comment><dcterms:modified>2007-02-24T03:27:59Z</dcterms:modified></item><item><title>面向对象设计(Object-Oriented Design)</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!202.entry</link><description>&lt;font size=3&gt;                面向对象设计(Object-Oriented Design)&lt;br&gt;&lt;br&gt;        对于软件设计，无过于功能分解＋责任委托处理。&lt;br&gt;    对于面向对象的理解，不妨从三个视角审视，一是概念视角、二是规约视角、三是实现视角。我想这大致能凸显一个立体的视图。&lt;br&gt;            应该坚持的设计规则是：&lt;br&gt;1、    对象&lt;br&gt;1.1        对象应该自己负责自己，而且应该清楚的定义责任。&lt;br&gt;1.2        封装包含数据、实现细节、派生类、设计细节、实例化规则的隐藏。&lt;br&gt;1.3        规则只在一个地方实现。&lt;br&gt;&lt;br&gt;2、    设计时的原则&lt;br&gt;2.1    针对接口编程。&lt;br&gt;2.2    高内聚，低耦合。优先实现对象聚集，而不是类继承。&lt;br&gt;2.3    模块、方法和类应该对扩展开发，对修改封闭(开闭原则)、依赖倒置原则（DIP）、Listkov替换原则。&lt;br&gt;&lt;br&gt;3、 其它需要坚持的是&lt;br&gt;3.1     类的设计可以从相同行为、责任的角度考虑。&lt;br&gt;3.2     考虑变化的设计关注对变化的概念进行封装。&lt;br&gt;3.3     对于系统中的任意两个实体A或B，应该将它们之间的关系限定为A使用B，或者A创建/管理B,但两种关系不能同时存在。&lt;br&gt;&lt;br&gt;            思考分析的过程可以从共性与可变性分析、责任分解问题域、从背景设计这三种角度着手。其中可变矩阵可作为一种工具使用。&lt;br&gt;&lt;br&gt;        以上乃本人阅读《Design Patterns Explained: A New Perspective Object-Oriented Design》的概要笔记。&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e8%ae%be%e8%ae%a1(Object-Oriented+Design)&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!202.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!202.entry</guid><pubDate>Fri, 23 Feb 2007 16:07:49 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!202/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!202.entry#comment</wfw:comment><dcterms:modified>2007-02-23T16:25:15Z</dcterms:modified></item><item><title>重读《人月神话》</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!193.entry</link><description>&lt;font size=3&gt;                                       重读《人月神话》&lt;br&gt;&lt;br&gt;        近日重读《人月神话》，现将思路整理如下：    &lt;br&gt;        项目实施最理想的结果莫过于在规定的时间和预算里，交付让用户满意的软件产品。&lt;br&gt;&lt;br&gt;        而在按人月计划的项目评估中，我们要充分考虑到任务的复杂度和子任务之间相互沟通和交流做要付出&lt;br&gt;的代价，所以在用人月来衡量一项工作的规模时，要充分考虑到这一部分工作量。&lt;br&gt;&lt;br&gt;        项目实施的原则，其中重要的一点是保持概念的完整性，其中为了完整性，可能会舍弃一些优秀的思想，&lt;br&gt;当然，前提是基础设计要做的足够的好。&lt;br&gt;&lt;br&gt;        二是要注意合理的进度安排，以免进度滞后，缺乏合理的时间进度是造成项目滞后的主要因素。由此在&lt;br&gt;项目实施从开始就应该注意文档和交流的重要性。&lt;br&gt;        在进度安排上，&lt;br&gt;        1、尽量避免为了客户期望的日期而造成不合理的进度安排，因为这种情况在软件领域比其它的任何工&lt;br&gt;程领域要普遍的多。&lt;br&gt;        2、预防进度滞后，过程之一是采取阶段性的目标值控制即里程碑验收体系。&lt;br&gt;        3、对于进度落后，一种方式是向项目增加人手，但这可能不是一种理想的方式。另外可考虑的措施是&lt;br&gt;重新安排进度或者消减任务或功能。&lt;br&gt;&lt;br&gt;        三是组织结构是树状的甚至是矩阵的，但成员的交流却是网状的。&lt;br&gt;        四是迭代开发的实施。&lt;br&gt;&lt;br&gt;        五是需求变更的控制。&lt;br&gt;        要有关心用户体验的概念，即开发人员交付的是用户满意程度，所以需求变更是经常发生的。对一般的&lt;br&gt;编程人员来说很少能控制工作环境和工作目标。而这时，项目经理需要有能力充当大型调速轮的角色，需要&lt;br&gt;项目经理的惯性来降低来自市场和管理人员对项目组造成的冲击或者起伏波动。&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+%e9%87%8d%e8%af%bb%e3%80%8a%e4%ba%ba%e6%9c%88%e7%a5%9e%e8%af%9d%e3%80%8b&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!193.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!193.entry</guid><pubDate>Sun, 03 Dec 2006 19:20:21 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!193/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!193.entry#comment</wfw:comment><dcterms:modified>2006-12-03T19:24:28Z</dcterms:modified></item><item><title>AJAX + JSON 实际应用</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!176.entry</link><description>&lt;font size=3&gt;                AJAX + JSON 实际应用&lt;br&gt;&lt;br&gt;        原有系统是以Struts做为框架，所以添加AJAX功能也是在已有Action基础上进行。&lt;br&gt;因为新的需求涉及到用异步技术处理方面并不是太多，所以并没有使用prototype,jQuery或dojo,DWR等AJAX框架。&lt;br&gt;&lt;br&gt;步骤一、&lt;br&gt;        针对JSP页面部分，应用到的Javascript函数主要有&lt;br&gt;function sendToServer(method ,url,params,callback ,obj)，该方法包装了AJAX的通信部分例如：&lt;br&gt;… …&lt;br&gt;var req = new XMLHttpRequest();&lt;br&gt;req.open(method,completed_url,async_flag );&lt;br&gt;… …&lt;br&gt;其中method是GET或POST&lt;br&gt;     url 是发送的URL，这里是某个Action,例如/app/xxx.do.&lt;br&gt;     params是Array类型的请求参数，&lt;br&gt;     callback 是回调方法，&lt;br&gt;     obj是事件触发者，比如radio或checkbox，&lt;br&gt;     async_flag 是是否异步的boolean值&lt;br&gt;其中params是通过buildQuery()函数返回的请求参数，该函数如下：&lt;br&gt;function buildQuery(params){&lt;br&gt;    var query = &amp;quot;&amp;quot;;&lt;br&gt;    for (var i = 0; i &amp;lt; params.length; i++) {&lt;br&gt;        query += (i &amp;gt; 0 ? &amp;quot;&amp;amp;&amp;quot; : &amp;quot;&amp;quot;)&lt;br&gt;            + escape(params[i].name) + &amp;quot;=&amp;quot;&lt;br&gt;            + escape(params[i].value);&lt;br&gt;    }&lt;br&gt;    return query;&lt;br&gt;}&lt;br&gt;其中buildQuery(params)里的params是Array类型。&lt;br&gt;针对数据传输，我采用JSON格式，例如针对buildQuery(params)的params，则如下定义：&lt;br&gt;var params = new Array();&lt;br&gt;var para1 = document.Form1.element1?document. Form1. element1.value:null;&lt;br&gt;var para2= document.Form1.element2?document. Form1. element2.value:null;&lt;br&gt;    params [0] = { name: &amp;quot; para1 &amp;quot; ,value: para1 };&lt;br&gt;    params [1] = { name: &amp;quot; para2&amp;quot; ,value: para2};&lt;br&gt;……&lt;br&gt;当触发事件时，调用sendToServer(method ,url,params,callback ,obj)，params是上面提到的JSON格式的Array,经过buildQuery编码，和url参数组成完整的请求URL，即completed_url，然后调用req.open(method,completed_url,async_flag )方法发起异步请求。&lt;br&gt;&lt;br&gt;步骤二、&lt;br&gt;        服务端主要在Struts的Action里处理，&lt;br&gt;例如&lt;br&gt;String feedback =””;&lt;br&gt;… … &lt;br&gt;feedback = Util.addMTask();&lt;br&gt;response.setContentType(&amp;quot;text/xml&amp;quot;);&lt;br&gt;PrintWriter out = response.getWriter();&lt;br&gt;out.println(feedback);&lt;br&gt;out.flush();&lt;br&gt;return null;&lt;br&gt;其中feedback是JSON格式的字符串.&lt;br&gt;其中Util.addMTask调用自写的JSONObject类来生成JSON格式的String.&lt;br&gt;&lt;br&gt;步骤三、&lt;br&gt;        JSP里的Javascript回调方法如下：&lt;br&gt;function updateMAction(req,obj){&lt;br&gt;    var content = &amp;quot;&amp;quot;;&lt;br&gt;    content = eval( '( ' + req.responseText + ' )');&lt;br&gt;    var action = content.action;&lt;br&gt;    var status = content.status;&lt;br&gt;    if(action ==&amp;quot;addmtask&amp;quot; &amp;amp;&amp;amp; status == &amp;quot;addmtask_ok&amp;quot; ){&lt;br&gt;        &lt;br&gt;        obj.parentElement.parentElement.parentElement.removeNode(true)&lt;br&gt;        alert(&amp;quot;Assigning task operation is successful.&amp;quot;);&lt;br&gt;        if(!document.Form1.assignMTask)&lt;br&gt;            window.history.go(-1); &lt;br&gt;    }else{&lt;br&gt;        alert(&amp;quot;error occurred when creating tasks&amp;quot;);&lt;br&gt;    }&lt;br&gt;}&lt;br&gt;&lt;br&gt;如此就完成了一个AJAX+JSON的应用。&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+AJAX+%2b+JSON+%e5%ae%9e%e9%99%85%e5%ba%94%e7%94%a8&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!176.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!176.entry</guid><pubDate>Thu, 16 Nov 2006 15:02:50 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!176/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!176.entry#comment</wfw:comment><dcterms:modified>2006-11-16T15:02:50Z</dcterms:modified></item><item><title>XFire</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!154.entry</link><description>&lt;font style="font-family:Times New Roman,Times,Serif" size=3&gt;    Codehaus XFire is a next-generation java SOAP framework. Codehaus XFire
makes service oriented development approachable through its easy to use
API and support for standards. It is also highly performant since it is
built on a low memory StAX based model.&lt;br&gt;&lt;br&gt;    Above introduction comes from &lt;a href="http://xfire.codehaus.org/"&gt;http://xfire.codehaus.org/&lt;/a&gt;,and at the same time I searched the keyword XFire with the Google search engine,I found few Chinese information about XFire(related to SOAP ).&lt;br&gt;&lt;br&gt;    From my first experience of the XFire,I think it's good and convenient for Web Service construction and development though I'm not familiar with Apache's Axis,and there are comparison data showing the completeness support and powerful functionalities of XFire.&lt;br&gt;&lt;br&gt;    It seems some people in China are devoting themselves to the applying of XFire,the   &lt;a href="http://www.kuaff.com"&gt;http://www.kuaff.com&lt;/a&gt; address is good for XFire learners,it provides some materials on XFire.Certainly,the best way is to learn from &lt;a href="http://xfire.codehaus.org/"&gt;http://xfire.codehaus.org/&lt;/a&gt;.&lt;br&gt;&lt;br&gt;   If time allowed ,I'll provide some information or experience on the using of XFire later.&lt;br&gt;   &lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+XFire&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!154.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!154.entry</guid><pubDate>Tue, 25 Apr 2006 08:28:46 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!154/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!154.entry#comment</wfw:comment><dcterms:modified>2006-04-26T01:38:19Z</dcterms:modified></item><item><title>Integrated Process Improvement Principles</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!153.entry</link><description>&lt;font style="font-family:Times New Roman,Times,Serif" size=3&gt;1. Maintain executive support.Strong consistent support is crucial. &lt;br&gt;&lt;br&gt;2. Pick your targets carefully.Don't underestimate the effort needed,because  process improvement is hard work. &lt;br&gt;&lt;br&gt;3.  Leverage best practices.Use what is available and &amp;quot;steal with pride.&amp;quot;&lt;br&gt;&lt;br&gt;4. Align process improvement with your business objectives.Leverage existing objectives or create new ones to support process improvement.&lt;br&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+Integrated+Process+Improvement+Principles&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!153.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!153.entry</guid><pubDate>Thu, 20 Apr 2006 01:16:21 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!153/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!153.entry#comment</wfw:comment><dcterms:modified>2006-04-20T01:29:07Z</dcterms:modified></item><item><title>something about Web Service|一些关于Web服务的信息/新闻</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!152.entry</link><description>&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;    On the day of 4 April 2006,  W3C(&lt;/font&gt;&lt;a href="http://www.w3c.org/"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.w3c.org/&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;) announces the opening of the W3C China Office (&lt;/font&gt;&lt;a href="http://www.chinaw3c.org/"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.chinaw3c.org/&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;). The chinaw3c's announcement says it marks that China has more voice on the international standards in the web industry though the W3C Office in Hong Kong(&lt;/font&gt;&lt;a href="http://www.w3c.org.hk/index.html"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.w3c.org.hk/index.html&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;) was inaugurated on 13 November 1998.The opening ceremonies will be held on 27-28 April 2006.&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;    After entering the 2006 ,some specifications have come to the publication,such as:&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;1. 2006-03-27: The Web Services Description Working Group published updated drafts of the Web Services Description Language (WSDL) Version 2.0 specifications: Part 0: Primer(&lt;a href="http://www.w3.org/TR/2006/CR-wsdl20-primer-20060327/"&gt;http://www.w3.org/TR/2006/CR-wsdl20-primer-20060327/&lt;/a&gt;), Part 1: Core Language and Part 2: Adjuncts have been republished with minor modifications as W3C Candidate Recommendations.&lt;/font&gt;
&lt;p&gt;&lt;br&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;2. Members Approve WS-Security v1.1 as OASIS Standard(&lt;/font&gt;&lt;a href="http://www.oasis-open.org/news/oasis-news-06-02-15.php"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.oasis-open.org/news/oasis-news-06-02-15.php&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;),and the specification can be downloaded from the &lt;/font&gt;&lt;a href="http://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt; address.&lt;/font&gt;
&lt;p&gt; 
&lt;p&gt;&lt;br&gt; &lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+something+about+Web+Service%7c%e4%b8%80%e4%ba%9b%e5%85%b3%e4%ba%8eWeb%e6%9c%8d%e5%8a%a1%e7%9a%84%e4%bf%a1%e6%81%af%2f%e6%96%b0%e9%97%bb&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!152.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!152.entry</guid><pubDate>Tue, 11 Apr 2006 03:56:21 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!152/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!152.entry#comment</wfw:comment><dcterms:modified>2006-04-11T04:46:49Z</dcterms:modified></item><item><title>XML命名空间</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!151.entry</link><description>&lt;div&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&lt;/font&gt;&lt;/div&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;    XML命名空间声明中所用的URI必须和XML模式声明中的目标命名空间相匹配.&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;例如,XML模式声明的目标命名空间&lt;br&gt;&amp;lt;?xml version='1.0' encoding='UTF-8' ?&amp;gt;&lt;br&gt;&amp;lt;schema xmlns=&amp;quot;&lt;/font&gt;&lt;a href="http://www.w3.org/2001/XMLSchema"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.w3.org/2001/XMLSchema&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot; targetNamespace=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Address"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Address&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot; &amp;gt;&lt;br&gt; &amp;lt;complexType name=&amp;quot;AddressType&amp;quot; &amp;gt;&lt;br&gt;  &amp;lt;sequence&amp;gt;&lt;br&gt;   &amp;lt;element name=&amp;quot;street&amp;quot; type=&amp;quot;string&amp;quot; /&amp;gt;&lt;br&gt;    ...&lt;br&gt;  &amp;lt;/sequence&amp;gt;&lt;br&gt; &amp;lt;/complexType&amp;gt;&lt;br&gt;&amp;lt;/schema&amp;gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;例如,XML命名空间&lt;br&gt;&amp;lt;?xml version='1.0' encoding='UTF-8' ?&amp;gt;&lt;br&gt; &amp;lt;res:reservation xmlns:res=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Reservation"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Reservation&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot; &amp;gt;&lt;br&gt;  ...&lt;br&gt;   &amp;lt;addr:address xmlns:addr=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Address"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Address&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot; &amp;gt;&lt;br&gt;    &amp;lt;addr:street&amp;gt;...&amp;lt;/addr:street&amp;gt;&lt;br&gt;    ...&lt;br&gt;   &amp;lt;/addr:address&amp;gt;&lt;br&gt;  ...&lt;br&gt;&amp;lt;/res:reservation&amp;gt;&lt;br&gt;    默认命名空间是一个没有前缀的XML命名空间声明(xmlns=&amp;quot;URI&amp;quot; ),其作用域仅应用于声明此默认命名空间的元素,以及在该元素之下嵌套的无前缀元素.默认命名空间不作用于属性.默认命名空间不应用于属性,唯一例外的是XML语言本身所定义的属性,例如xmlns属性.&lt;br&gt;    如果希望指出与一个XML命名空间相关联的XML模式的位置,从而使解析器可以将其上载,并用于验证中,可以通过schemaLocation属性完成.元素以命名空间-位置值对出现.第一个值是XML命名空间的URI;第二个值是XML模式的物理位置.例如如下:&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;lt;?xml version='1.0' encoding='UTF-8' ?&amp;gt;&lt;br&gt; &amp;lt;reservation xmlns=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Reservation"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Reservation&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot;&lt;br&gt;    xmlns:xsi=&amp;quot;&lt;/font&gt;&lt;a href="http://www.w3c.org/2001/XMLSchema-Instance"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.w3c.org/2001/XMLSchema-Instance&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot;&lt;br&gt;    xsi:schemaLocation=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Reservation"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Reservation&lt;/font&gt;&lt;/a&gt;&lt;br&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;                        &lt;/font&gt;&lt;a href="http://www.malcolm.com/schemas/reservation.xsd"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/schemas/reservation.xsd&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot;  &amp;gt;&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;    XML模式也使用XML命名空间,例如如下:&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;lt;?xml version='1.0' encoding='UTF-8' ?&amp;gt;&lt;br&gt; &amp;lt;schema&lt;br&gt;   xmlns=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Reservation"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Reservation&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot;&lt;br&gt;   targetNamespace=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Address"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Address&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot;&lt;br&gt;   xmlns:addr=&amp;quot;&lt;/font&gt;&lt;a href="http://www.malcolm.com/Address"&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;http://www.malcolm.com/Address&lt;/font&gt;&lt;/a&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&amp;quot; &amp;gt;&lt;br&gt;...&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;   第一个命名空间指出默认命名空间,第二个指出XML模式的目标命名空间是Address标记的命名空间,第三个对目标命名空间指定了前缀.&lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt; &lt;/font&gt;
&lt;p&gt;&lt;font face="Times New Roman, Times, Serif" size=3&gt;&lt;/font&gt; &lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+XML%e5%91%bd%e5%90%8d%e7%a9%ba%e9%97%b4&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!151.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!151.entry</guid><pubDate>Wed, 05 Apr 2006 02:51:48 GMT</pubDate><slash:comments>2</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!151/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!151.entry#comment</wfw:comment><dcterms:modified>2006-04-05T02:51:48Z</dcterms:modified></item><item><title>Use Case: generalization</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!150.entry</link><description>&lt;font size=3&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;In  the book  of  &amp;quot;The  Unified Modeling  Language  User  Guide&amp;quot; (8th&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;Printing  April 2001 ,ADDISON-WESLEY),there's one paragraph(Page  226)&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;like   this:   &amp;quot;Generalization   among  use   cases    is   just  like&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;generalizations among classes.Here  it  means that the child  use case&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;inherits the behavior  and meaning of  the parent use   case;the child&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;may add  to  or override  the  behavior of  its  parent;and the  child&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;may be substituted  any place the  parent appears(both the  parent and&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;the child may  have concrete instances).&amp;quot;&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;I'm confused about the meaning  of  '... the child may  be substituted&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;any  place the parent appears ...'.It  seems that  the child  use case&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;can be    replaced by  something else.But  from the  context   of  the&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;paragraph,it seems that    the child use  case can replace  the parent&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;use  case  any place  where the   parent use    case appears.So,here's&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;the  problem ,who   replaces   who ?Child  use   case  replaces parent&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;,or parent replaces child ? &lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;I have  to  refer   to the    dictionary (Oxford   Advanced  Learner's&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;Dictionary   of   Current    English,seventh       Edition,2005,OXFORD&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;UNIVERSITY     PRESS).On    page  1476,the  dictionary  provides  some&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;information on the word substitute for me .&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;The word substitute  can be used  as  phrases as  below:  &lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;substitute A (for B) | substitute  B (with/by  A) | substitute for sb/sth &lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;It means that we use  A   as a replacement  of B.But I can  not  find any&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;similar  phrase  structure  in   the   above  paragraph.   Luckily,the&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;dictionary  gives us the HELP hint:&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;&amp;quot;HELP:when   for,with  or   by   are   not  used,as   in   the    last&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;example,it  can  be difficult to  tell whether the person    or  thing&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;mentioned  is  being  used,or  has  been  replaced   by something   or&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;something  else.The context  will usually  make this clear.&amp;quot;&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;The last  example  is  this   sentence:  &lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;Beckham was  substituted  in&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;the  second  half  after   a  knee   injury(=  somebody    else played&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;instead of  Beckham in  the second half).&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;So,here comes   the clear   view of    the meaning   of the   '... the&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;child may be substituted any  place   the parent  appears ...'.Because&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;of  no prepositions   as for  ,with or  by used,we  can only   make a&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;judgement  from  the  detailed  context   of  the  paragraph.In    the&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;paragraph,we  see  that   the child  use  case  inherits the  behavior&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;and meaning  of the  parent use    case and  can  add   to or override&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;the  behavior  of   its  parent,so  the  child    use  case  can  be a&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;replacement   of parent use case.&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;To dismiss  the misapprehension  ,I think   the best  way is to modify&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;the sentence like  this ,'... the   child may  replace   the parent any&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;span style="font-family:Times New Roman,Times,Serif"&gt;place the  parent appears ...'.&lt;/span&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;br style="font-family:Times New Roman,Times,Serif"&gt;&lt;/font&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+Use+Case%3a+generalization&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!150.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!150.entry</guid><pubDate>Mon, 03 Apr 2006 02:40:18 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!150/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!150.entry#comment</wfw:comment><dcterms:modified>2006-04-05T09:52:59Z</dcterms:modified></item><item><title>屏幕阵列</title><link>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!144.entry</link><description>&lt;div&gt;    据说:画面是用二十四个屏幕拼起来的雷神之鎚,作者用了十二台Linux服务器,每台控制两个屏幕,应用分布式运算, 画面同步,形成如此壮观的画面.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;img src="http://tk.files.storage.msn.com/x1pyOKpfgDESZ4xT8u8RfIsAthn_NxdfCtrjL9wHLAmMkD7NG10ODFGTR_vE5yq8p887vLjivaztmeYSh8wqnLuceXb3aYuxhhnupd7pk0xI5SqT1-tVyxnYSE4r8M8izYZ" border=1&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=2704451998543883543&amp;page=RSS%3a+%e5%b1%8f%e5%b9%95%e9%98%b5%e5%88%97&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=newepoch.spaces.live.com&amp;amp;GT1=newepoch"&gt;</description><comments>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!144.entry#comment</comments><guid isPermaLink="true">http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!144.entry</guid><pubDate>Wed, 15 Mar 2006 02:41:03 GMT</pubDate><slash:comments>0</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://newepoch.spaces.live.com/blog/cns!258824C38D4DAD17!144/comments/feed.rss</wfw:commentRss><wfw:comment>http://newepoch.spaces.live.com/Blog/cns!258824C38D4DAD17!144.entry#comment</wfw:comment><dcterms:modified>2006-03-15T02:52:03Z</dcterms:modified></item></channel></rss>