<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/kthq" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/kthq" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 10 Jul 2008 23:53:00 GMT</lastBuildDate><title>碧荷故乡_胡奇的专栏</title><description>清清华堂，碧荷流香。悠悠十载，水木齐昌。鸿儒相往，以为故乡。日月沧沧，不弃不忘。千里殷望，难舍难量。祝纳四方，既寿永康。</description><item><title>Sourceforge.net怎么又被封了？</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92412365/1082242/1/item.html</link><wfw:comment>comments/2636409.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2636409.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2636409</trackback:ping><description>大约几天前（2008年6月20几号吧），需要下载一个位于SF.net的opensource的软件，连之，不果，当时以为链接是坏的或项目已经下马，遂未往心里去……&lt;img src =&quot;aggbug/2636409.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Jul 2008 07:53:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2008/07/10/2636409.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2008/07/10/2636409.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2008/07/10/2636409.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92412365/1082242</fs:itemid></item><item><title>导致Lucene无法索引查询的NoClassDefFoundError</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411595/1082242/1/item.html</link><wfw:comment>comments/2156877.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2156877.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2156877</trackback:ping><description>Lucene乃是当今免费开源搜索引擎的霸主，确实它十分好用，发展势头也很生猛……但是其存在一个隐藏的很深的bug，相信困扰了不少和我一样研究使用过它的人，这个bug从早期的版本到目前的V2.3.1一个存在，不能不说是一个遗憾……&lt;img src =&quot;aggbug/2156877.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Mar 2008 23:52:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2008/03/07/2156877.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2008/03/07/2156877.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2008/03/07/2156877.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411595/1082242</fs:itemid></item><item><title>面向对象的设计和开发不得不说的一些事</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411596/1082242/1/item.html</link><wfw:comment>comments/2032582.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2032582.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2032582</trackback:ping><description>好歹干软件架构设计和开发也有几个年头了，自诩对四人帮（Gang of 4）那23种套路中的至少十几种也能变着法、甚至变着“态”的把它们用在最适合出现的地方……顶级高手的代码……国内一般高手常常被定义为解决问题能力很强的人，他们能快速的实现复杂的程序功能，攻克“技术难点”……搞开发的人一般都很讨厌文档……千万不要忽视包（package）的划分……很多人在开发时喜欢创作一些&quot;Tools&quot;, &quot;Util&quot;之流的类型，这种工具类一看就知道里面都是静态方法，不可否认，这样设计很省事，节省脑力，正所谓：有问题，找工具嘛……单例模式可谓是23种设计模式中最简单易用的了，适用范围也广，大家也喜欢用，真是居家旅行、杀人灭口的必备良药啊……Java语言引入异常（Exception）这种机制不能不说是一个划时代的创举……在一个方法的参数中允许合法的传递null值是需要避免的……最后，请记住，开发者的生涯中做的最多的事不是写自己的代码，而是看别人的代码……&lt;img src =&quot;aggbug/2032582.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Jan 2008 04:52:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2008/01/09/2032582.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2008/01/09/2032582.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2008/01/09/2032582.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411596/1082242</fs:itemid></item><item><title>提升基于JDBC的应用程序访问数据库的效率</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411597/1082242/1/item.html</link><wfw:comment>comments/1891685.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1891685.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1891685</trackback:ping><description>一般来说，我们的JavaEE - JDBC企业应用程序的主要瓶颈之一就是在访问数据库，而数据库的瓶颈又主要在海量数据的查询上。如何解决这个问题？最简单的方法就是为数据库表建立精确的索引。
如何做到有效的建立索引？不妨利用P6Spy及SQL Profiler软件包针对应用程序对数据的访问进行动态监测，通过利用P6Spy代理数据库驱动程序记录数据的访问、收集分析应用程序使用的SQL语句，找出性能瓶颈，生成优化方案报告及建立索引的SQL脚本……
&lt;img src =&quot;aggbug/1891685.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 19 Nov 2007 06:51:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/11/18/1891685.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/11/18/1891685.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/11/18/1891685.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411597/1082242</fs:itemid></item><item><title>中国历史上的豪言壮语之魏晋南北朝篇</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411598/1082242/1/item.html</link><wfw:comment>comments/1883320.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1883320.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1883320</trackback:ping><description>大丈夫生于乱世，当带三尺剑立不世之功！……对酒当歌，人生几何？……天下大乱，尔曹夷狄禽兽之类尤称帝，况我中土英雄，何为不得称帝也！……屠胡令所到之地，中华子民纷纷响应……汉军威武！汉军威武！！大小胡寇四散而溃，九州大地终复炎黄本色。我族方才免于重蹈古印度人之悲剧……&lt;img src =&quot;aggbug/1883320.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 Nov 2007 07:47:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/11/13/1883320.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/11/13/1883320.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/11/13/1883320.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411598/1082242</fs:itemid></item><item><title>基于Spring的轻量级Web Service事务管理框架及其实现</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411599/1082242/1/item.html</link><wfw:comment>comments/1865537.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1865537.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1865537</trackback:ping><description>……大部分情况下，我们使用HTTP协议来传送SOAP消息，一般来说无法保证Web Service客户端和服务端的一致性，即Web Service事务不可控制……如何控制事务？正是利用Spring这种我们“JavaEE生活”中最大众化的产品的事务管理机制，结合Apache最新的Web Service引擎Axis2，加以扩展实现的……它可以在一定范围内解决Web服务客户端与服务端事务不可控制的问题，利用自定义策略补偿出现异常情况的事务……ClearWork@SourceForge&lt;img src =&quot;aggbug/1865537.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 04 Nov 2007 08:17:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/11/04/1865537.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/11/04/1865537.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/11/04/1865537.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411599/1082242</fs:itemid></item><item><title>SOA Presentation - SOA概念介绍</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411600/1082242/1/item.html</link><wfw:comment>comments/1824835.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1824835.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1824835</trackback:ping><description>一个关于SOA概念的介绍，可能会让人感觉到比较“虚”，但事实上，SOA如果不谈到具体的实现技术，就其概念本身而言确实是一种抽象的、理念上的东西……本文包括：SOA Concept/SOA Evolution/Why We use SOA – Case, Background…/SOA Architecture/Solution using SOA/Technique for SOA/SOA in China……希望能对您了解SOA有所帮助。&lt;img src =&quot;aggbug/1824835.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 15 Oct 2007 08:07:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/10/15/1824835.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/10/15/1824835.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/10/15/1824835.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411600/1082242</fs:itemid></item><item><title>SOAP Action揭密</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411601/1082242/1/item.html</link><wfw:comment>comments/1823686.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/1823686.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1823686</trackback:ping><description>最近在工作中遇到一个SOAP Action的问题，正好拿出来研究一把。据说SOAPAction header这玩意在SOAP 1.1体系规范中着实让不少开发者喝了一壶。真的有这么难理解么？我想这应该是因为SOAP有两种非常不同的使用方式，而SOAPAction主要是被用来支持其中应用较少的一种方式的原因……让我们先看看SOAP 1.1规范是怎么定义HTTP SOAPAction header的……HTTP POST的意义正如这个例子中的“add()”方法一样……SOAPAction header的值则应该被用来指明这个“扩展”的目的地——这条SOAP/HTTP消息发送者所期待的处理容器的名称（可以这样理解：即相应的API方法）……&lt;img src =&quot;aggbug/1823686.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 14 Oct 2007 07:27:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/10/13/1823686.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/10/13/1823686.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/10/13/1823686.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411601/1082242</fs:itemid></item><item><title>XPath应用</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411602/1082242/1/item.html</link><wfw:comment>comments/1813960.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1813960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1813960</trackback:ping><description>XPath即为XML路径语言(XML Path Language)，它是一种用来确定XML文档中某部分位置的语言。怎么说呢，有了XPath，XML文档就像一个数据库，使用XPath查询XML文档就像使用SQL查询数据库一样快捷有效。从最简单有用的说……XPath路径描述符号&lt;img src =&quot;aggbug/1813960.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 07 Oct 2007 22:32:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/10/07/1813960.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/10/07/1813960.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/10/07/1813960.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411602/1082242</fs:itemid></item><item><title>DocBook vs Apache Forrest</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411603/1082242/1/item.html</link><wfw:comment>comments/1812038.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1812038.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1812038</trackback:ping><description>内容大部分来自翻译Pete Freitag's DocBook vs Apache Forrest……DocBook和Apache Forrest这两种基于XML的文档框架工具无疑是占有统治地位的。基本来说，这两种框架都可以让你自由的定义文档的布局、格式、章节，从而完成你的“著作”。它们需要你完全使用基于一种特定schema/dtd的XML书写文档，然后根据应用的样式表去生成诸如XHTML、PDF、RTF之类的最终文档产品……&lt;img src =&quot;aggbug/1812038.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Oct 2007 23:49:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/10/05/1812038.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/10/05/1812038.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/10/05/1812038.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411603/1082242</fs:itemid></item><item><title>MySQL数据库使用快速上手</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411604/1082242/1/item.html</link><wfw:comment>comments/1762813.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1762813.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1762813</trackback:ping><description>……MySQL乃是制作开源、演示甚至小型商业项目的首选货色，不愧为IT人士居家旅行之必备产品。个人认为它最大的特色就是“轻量”、“简便”、“快捷”，当然还有Free:-)所以这就是本文的目标……&lt;img src =&quot;aggbug/1762813.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 29 Aug 2007 05:27:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/08/28/1762813.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/08/28/1762813.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/08/28/1762813.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411604/1082242</fs:itemid></item><item><title>如何将多个jar包合并为一</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411605/1082242/1/item.html</link><wfw:comment>comments/1762774.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1762774.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1762774</trackback:ping><description>最近集成开源项目的时候发现一个问题，每个项目都要引用一堆jar包，多有重复，且版本也不统一，如果能把功能相似的jar文件合并为一岂不是很方便……&lt;img src =&quot;aggbug/1762774.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 29 Aug 2007 05:01:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/08/28/1762774.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/08/28/1762774.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/08/28/1762774.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411605/1082242</fs:itemid></item><item><title>制作技术培训演示文档（PPT）的一些经验和建议</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411606/1082242/1/item.html</link><wfw:comment>comments/1739036.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>comments/commentRss/1739036.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1739036</trackback:ping><description>CSDN上的技术牛人真的不少，相信各位应该经常制作PPT（Power Point）演示文档做培训或进行技术传播吧。正好不久前完成了公司产品培训及工作流概念培训，同时最近在准备个SOA/Web Service的技术培训……既然去培训别人，自己应该很了解要讲的东西……正所谓“语不惊人死不休”——这是演讲的诀窍……介绍新东西时，尽量少的“直接”使用专业术语缩写……我认为看这篇文章的人，大部分母语应该是汉语吧……&lt;img src =&quot;aggbug/1739036.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 12 Aug 2007 06:12:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/08/11/1739036.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/08/11/1739036.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/08/11/1739036.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411606/1082242</fs:itemid></item><item><title>一些的忠告200708</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411607/1082242/1/item.html</link><wfw:comment>comments/1735203.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1735203.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1735203</trackback:ping><description>学会分辨“胜利”与“成功”……&lt;img src =&quot;aggbug/1735203.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Aug 2007 05:39:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/08/09/1735203.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/08/09/1735203.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/08/09/1735203.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411607/1082242</fs:itemid></item><item><title>工作流引擎设计之子流程功能实现</title><link>http://item.feedsky.com/~csdn.net/kthq/~1082243/92411608/1082242/1/item.html</link><wfw:comment>comments/1727822.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1727822.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1727822</trackback:ping><description>一个成熟的工作流管理系统，其引擎对于子流程功能的支持必然是不可少的，这好比是一门编程语言支持函数那么普遍一样。在当前Workflow, BPM, EAI产品的建模工具中，对于子流程/子过程的应用如家常便饭一样，无处不在……下面的内容，主要就以在工作流引擎系统中子流程功能的设计展开……这包括：建模设计——父流程中描述子流程的XPDL片段及解释……主子流程多版本并存问题的处理策略……同步、异步子流程的定义……父子流程的列表展现、监控、清除处理……父子流程的完成和终止规则……&lt;img src =&quot;aggbug/1727822.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 06 Aug 2007 07:48:00 +0800</pubDate><author>胡奇（依天把剑）</author><comments>http://blog.csdn.net/kthq/archive/2007/08/05/1727822.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kthq/archive/2007/08/05/1727822.aspx</guid><dc:creator>胡奇（依天把剑）</dc:creator><fs:srclink>http://blog.csdn.net/kthq/archive/2007/08/05/1727822.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kthq/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/kthq/~1082243/92411608/1082242</fs:itemid></item></channel></rss>