<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/designpatternteam</id>
  <title type="text">Design &amp; Pattern Team Google Group</title>
  <subtitle type="text">
  Research the Software Engineering about OOP, Design Pattern, Refactoring, TDD, XP. Mainly, we are focus on the Software Design using these knowledge. We expect we can organize the exciting team.
  </subtitle>
  <link href="/group/designpatternteam/feed/atom_v1_0_msgs.xml" rel="self" title="Design &amp; Pattern Team feed"/>
  <updated>2005-08-09T14:02:15Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>NHibernate</name>
  <email>kefengzh...@gmail.com</email>
  </author>
  <updated>2005-08-09T14:02:15Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/69c06123388d1c30/60797b6835f68fab?show_docid=60797b6835f68fab</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/69c06123388d1c30/60797b6835f68fab?show_docid=60797b6835f68fab"/>
  <title type="text">Hibernate怎样处理多对多关系中关系表有主键的问题</title>
  <summary type="html" xml:space="preserve">
  两张表 &lt;br&gt; 是多对多的 &lt;br&gt; 分别为A &lt;br&gt; B &lt;br&gt; 中间关系表为AtoB &lt;br&gt; 一般情况下,AtoB是没有主键的 &lt;br&gt; 但怎样处理AtoB有主键的情况呢? &lt;br&gt; 也就是保存这两张表时 &lt;br&gt; 现在是这样的语句:insert into AtoB (A_id, B_id) values (?, ?) &lt;br&gt; 怎样实现:insert into AtoB (AtoB_id,A_id, B_id) values (?,?, ?)
  </summary>
  </entry>
  <entry>
  <author>
  <name>idior</name>
  <email>xuning....@gmail.com</email>
  </author>
  <updated>2005-05-31T08:33:01Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/9afd9c72ec0db54d/57ca2c9d238d3e2f?show_docid=57ca2c9d238d3e2f</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/9afd9c72ec0db54d/57ca2c9d238d3e2f?show_docid=57ca2c9d238d3e2f"/>
  <title type="text">Re: 测试部门在小型项目组中如何发挥作用呢</title>
  <summary type="html" xml:space="preserve">
  关注
  </summary>
  </entry>
  <entry>
  <author>
  <name>陆海涛</name>
  <email>lane...@gmail.com</email>
  </author>
  <updated>2005-05-31T04:00:10Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/9afd9c72ec0db54d/d9b268f51c473302?show_docid=d9b268f51c473302</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/9afd9c72ec0db54d/d9b268f51c473302?show_docid=d9b268f51c473302"/>
  <title type="text">测试部门在小型项目组中如何发挥作用呢</title>
  <summary type="html" xml:space="preserve">
  我所在的公司目前以IT项目为主，有面向国内大型公司的项目，也 有外包项目。国内的公司前几年对于测试关心不足，开发人员亲自测 试、项目管理人员兼顾测试的现象是十分普遍的。从这几年做项目的 情况来看，随着公司规模的逐渐扩大，人员水平差距变大，继续使用 原先的开发手段，产品质量难免有所下降。目前公司从管理层也意识 到了专职的测试人员的重要性，但是没有这样的经验，无法让测试人 员融合到项目组中顺利的开展工作，不能发挥应有的作用。各位有没 有类似的经验呢，可以交流一下。
  </summary>
  </entry>
  <entry>
  <author>
  <name>idior</name>
  <email>xuning....@gmail.com</email>
  </author>
  <updated>2005-05-03T12:42:53Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/7d36dd6c52fbebd0?show_docid=7d36dd6c52fbebd0</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/7d36dd6c52fbebd0?show_docid=7d36dd6c52fbebd0"/>
  <title type="text">Re: 最近团队比较沉寂，建 议大家多发言，或者提出一些建议</title>
  <summary type="html" xml:space="preserve">
  是啊, 真应该塌塌实实坚持不懈的做好一个东西.
  </summary>
  </entry>
  <entry>
  <author>
  <name>young</name>
  <email>young79...@gmail.com</email>
  </author>
  <updated>2005-05-03T07:06:39Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/65a71dc868f82261?show_docid=65a71dc868f82261</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/65a71dc868f82261?show_docid=65a71dc868f82261"/>
  <title type="text">Re: 最近团队比较沉寂，建 议大家多发言，或者提出一些建议</title>
  <summary type="html" xml:space="preserve">
  其实我们是应该在一起搞个项目出来，应为有很多问题往往对不同人 的侧重点不同而得不到突出。 &lt;br&gt; 只有&amp;quot;在十字路口才能突出应该向左转还是向右转&amp;quot;的问题，这样问 题的讨论才能连续性，有针对性。 &lt;br&gt; 如 张科峰 谈到的，我们应该开一个项目，并把它坚持下来。不求其最后的价值 ，只求其过程中的思维碰撞。
  </summary>
  </entry>
  <entry>
  <author>
  <name>young</name>
  <email>young79...@gmail.com</email>
  </author>
  <updated>2005-05-03T06:55:32Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/d6df7f3a503e361e?show_docid=d6df7f3a503e361e</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/d6df7f3a503e361e?show_docid=d6df7f3a503e361e"/>
  <title type="text">Re: 大家来谈谈企业开发中的模式的使用</title>
  <summary type="html" xml:space="preserve">
  其实在企业中，我们面临的问题都是在原有系统上如何做的问题。
  </summary>
  </entry>
  <entry>
  <author>
  <name>张科峰</name>
  <email>kefengzh...@gmail.com</email>
  </author>
  <updated>2005-05-01T09:39:41Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/002d3d2daafad1d1?show_docid=002d3d2daafad1d1</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/002d3d2daafad1d1?show_docid=002d3d2daafad1d1"/>
  <title type="text">Re: 最近团队比较沉寂，建 议大家多发言，或者提出一些建议</title>
  <summary type="html" xml:space="preserve">
  这儿有一系列分析文章,大家可以看一下 &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cnblogs.com/rickie/archive/2005/02/21/104472.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>lawrence liang</name>
  <email>cnlawrenceli...@gmail.com</email>
  </author>
  <updated>2005-04-29T03:27:40Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/c1e4da7a168649b8?show_docid=c1e4da7a168649b8</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/c1e4da7a168649b8?show_docid=c1e4da7a168649b8"/>
  <title type="text">Re: 大家来谈谈企业开发中的模式的使用</title>
  <summary type="html" xml:space="preserve">
  不知道大家在用ORM的时候有没有遇到性能问题，尤其是大数据量 的时候问题很明显。也许是ORM设计的问题：（大家有没有好的建 议，因为毕竟结构是我们设计关注的，而性能与易用性是客户关注的 。
  </summary>
  </entry>
  <entry>
  <author>
  <name>lawrence liang</name>
  <email>cnlawrenceli...@gmail.com</email>
  </author>
  <updated>2005-04-29T03:23:34Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/dceed04670a2da6d?show_docid=dceed04670a2da6d</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/dceed04670a2da6d?show_docid=dceed04670a2da6d"/>
  <title type="text">Re: 大家来谈谈企业开发中的模式的使用</title>
  <summary type="html" xml:space="preserve">
  第一次看邮件，原来有这么多话题啊！ &lt;br&gt; 现在出差在北京，项目差点把我累死：（ &lt;br&gt; 先冒个泡，有时间我也参与到讨论中来学习学习
  </summary>
  </entry>
  <entry>
  <author>
  <name>陆海涛</name>
  <email>lane...@gmail.com</email>
  </author>
  <updated>2005-04-29T02:05:57Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/790a31d331446154?show_docid=790a31d331446154</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/790a31d331446154?show_docid=790a31d331446154"/>
  <title type="text">Re: 大家来谈谈企业开发中的模式的使用</title>
  <summary type="html" xml:space="preserve">
  传统的设计方式是面向过程的, 其内涵是对一个业务行为进行过程上的*分解*, 将一个大的行为分解为多个小的行为, 从中发现各个行为的共同部分, 复用其代码, &lt;br&gt; 这种设计方式的前提是, 对各项业务实现的*具体过程*已经有了较充分的了解, 否则业务的分解必然是错误的. 一旦业务的实现方式发生变化,
  </summary>
  </entry>
  <entry>
  <author>
  <name>idior</name>
  <email>xuning....@gmail.com</email>
  </author>
  <updated>2005-04-28T14:41:19Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/609866b7f575e709?show_docid=609866b7f575e709</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/352e37ae155fd9eb/609866b7f575e709?show_docid=609866b7f575e709"/>
  <title type="text">Re: 大家来谈谈企业开发中的模式的使用</title>
  <summary type="html" xml:space="preserve">
  感觉面向数据在国内还是比较普遍的.
  </summary>
  </entry>
  <entry>
  <author>
  <name>idior</name>
  <email>xuning....@gmail.com</email>
  </author>
  <updated>2005-04-28T14:36:49Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/6006cb4a205f815f?show_docid=6006cb4a205f815f</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/7d0b7fc5415ed4ae/6006cb4a205f815f?show_docid=6006cb4a205f815f"/>
  <title type="text">Re: 最近团队比较沉寂，建 议大家多发言，或者提出一些建议</title>
  <summary type="html" xml:space="preserve">
  支持
  </summary>
  </entry>
  <entry>
  <author>
  <name>张科峰</name>
  <email>kefengzh...@gmail.com</email>
  </author>
  <updated>2005-04-27T01:35:23Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/43e8d5af5a09cccb/61412bed873e44c8?show_docid=61412bed873e44c8</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/43e8d5af5a09cccb/61412bed873e44c8?show_docid=61412bed873e44c8"/>
  <title type="text">Re: Enterprise Library Framework的学习</title>
  <summary type="html" xml:space="preserve">
  不如那个人看了就在这儿公布感想/笔记或者中文说明,怎样? &lt;br&gt; 在05-4-26，AKA&amp;lt;lalext...@gmail.c om&amp;gt; 写道：
  </summary>
  </entry>
  <entry>
  <author>
  <name>AKA</name>
  <email>lalext...@gmail.com</email>
  </author>
  <updated>2005-04-26T14:24:50Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/43e8d5af5a09cccb/d8c5379f4983785e?show_docid=d8c5379f4983785e</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/43e8d5af5a09cccb/d8c5379f4983785e?show_docid=d8c5379f4983785e"/>
  <title type="text">Re: Enterprise Library Framework的学习</title>
  <summary type="html" xml:space="preserve">
  我觉得EnterpriseLibrary最值得学习的地方，是 如何选择和定义&amp;quot;扩展点&amp;quot;，这是一个优秀的Framework必 不可少的部分，这样才能实现OCP准则。 &lt;br&gt; 不知道各位对此有什么好的建议？
  </summary>
  </entry>
  <entry>
  <author>
  <email>conf...@gmail.com</email>
  </author>
  <updated>2005-04-26T02:48:20Z</updated>
  <id>http://groups.google.com/group/designpatternteam/browse_thread/thread/43e8d5af5a09cccb/7623e7f31285e8b1?show_docid=7623e7f31285e8b1</id>
  <link href="http://groups.google.com/group/designpatternteam/browse_thread/thread/43e8d5af5a09cccb/7623e7f31285e8b1?show_docid=7623e7f31285e8b1"/>
  <title type="text">Re: Enterprise Library Framework的学习</title>
  <summary type="html" xml:space="preserve">
  没想到Enterprise Library的文档已经翻译,不愧是微软,强.
  </summary>
  </entry>
</feed>
