<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>baggio785的专栏 - Spring</title><link>http://blog.csdn.net/baggio785/category/175929.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 12 May 2007 11:08:15 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>baggio785</dc:creator><title>用Spring JMS使异步消息变得简单</title><link>http://blog.csdn.net/baggio785/archive/2006/09/12/1215136.aspx</link><pubDate>Tue, 12 Sep 2006 23:35:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/09/12/1215136.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/1215136.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/09/12/1215136.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/1215136.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1215136</trackback:ping><description>本文用一个运行在JBoss MQ server上的简单Web应用概述了Spring JMS API和怎样使用它异步处理（发送和接受）消息。我将对比JMS实现的传统方法和Spring JMS实现方法，以显示使用Spring JMS来处理消息是多么的简单和灵活。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/1215136.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>Spring MVC框架的高级配置</title><link>http://blog.csdn.net/baggio785/archive/2006/06/09/782136.aspx</link><pubDate>Fri, 09 Jun 2006 10:44:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/06/09/782136.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/782136.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/06/09/782136.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/782136.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=782136</trackback:ping><description>本文将为您提供关于Spring MVC框架的配置技巧，以帮助管理基于Spring的web应用程序的多个实例。本配置管理主题常被学术界所忽略，但是，这对于现实的web开发尤为重要。本主题并不直接关联任何具体的技术，因此，我们将从最基本的概念开始对这个问题进行说明。下面，我们将根据Spring MVC框架，为基于本技术开发的项目提供一系列的解决方案。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/782136.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>使用 Hibernate 和 Spring AOP 构建泛型类型安全的 DAO</title><link>http://blog.csdn.net/baggio785/archive/2006/06/07/777939.aspx</link><pubDate>Wed, 07 Jun 2006 13:43:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/06/07/777939.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/777939.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/06/07/777939.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/777939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=777939</trackback:ping><description>由于 Java™ 5 泛型的采用，有关泛型类型安全 Data Access Object (DAO) 实现的想法变得切实可行。在本文中，系统架构师 Per Mellqvist 展示了基于 Hibernate 的泛型 DAO 实现类。然后展示如何使用 Spring AOP introductions 将类型安全接口添加到类中以便于查询执行。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/777939.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>在Spring中使用JDO</title><link>http://blog.csdn.net/baggio785/archive/2006/04/03/649749.aspx</link><pubDate>Mon, 03 Apr 2006 23:38:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/04/03/649749.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/649749.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/04/03/649749.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/649749.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=649749</trackback:ping><description>在此前的Spring: A Developer's Notebook摘录中，作者Bruce Tate和Justin Gehtland讨论了在Spring中使用iBATIS OR持久化框架的内容。出于其他的原因，此选择要求深入SQL底层。在这篇第五章的摘录中，他们转向那些更加彻底地把SQL从你的Spring应用中独立的持久化框架。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/649749.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>Spring与iBATIS的集成</title><link>http://blog.csdn.net/baggio785/archive/2006/03/29/643746.aspx</link><pubDate>Wed, 29 Mar 2006 23:01:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/03/29/643746.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/643746.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/03/29/643746.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/643746.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=643746</trackback:ping><description>iBATIS似乎已远离众说纷纭的OR框架之列，通常人们对非常流行的Hibernate情有独钟。但正如Spring: A Developer's Notebook作者Bruce Tate 和Justin Gehtland所说的那样，与其他的OR框架相比，iBATIS独辟蹊径:“iBATIS不是试图从根本上掩盖SQL，实际上，它是在拥抱SQL。” &lt;img src ="http://blog.csdn.net/baggio785/aggbug/643746.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>Spring XML配置十二个最佳实践</title><link>http://blog.csdn.net/baggio785/archive/2006/03/23/633111.aspx</link><pubDate>Thu, 23 Mar 2006 00:18:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/03/23/633111.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/633111.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/03/23/633111.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/633111.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=633111</trackback:ping><description>在这篇文章里，对于Spring XML的配置，我将向你展示12种比较好的实践。其中的一些实践不仅是好的实践，更是必要的实践。除此以外，还有其他因素，例如领域模型的设计，都能影响XML的配置，但是这篇文章重点研究XML配置的易读性和易管理性。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/633111.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>Spring与Hibernate的整合与解耦</title><link>http://blog.csdn.net/baggio785/archive/2006/03/21/630825.aspx</link><pubDate>Tue, 21 Mar 2006 10:19:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/03/21/630825.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/630825.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/03/21/630825.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/630825.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=630825</trackback:ping><description>Spring与Hibernate的整合与解耦&lt;img src ="http://blog.csdn.net/baggio785/aggbug/630825.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>Spring Framework 1.2.7 发布</title><link>http://blog.csdn.net/baggio785/archive/2006/03/01/612840.aspx</link><pubDate>Wed, 01 Mar 2006 10:33:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/03/01/612840.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/612840.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/03/01/612840.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/612840.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=612840</trackback:ping><description>Spring Framework 1.2.7 发布&lt;img src ="http://blog.csdn.net/baggio785/aggbug/612840.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>Spring XML配置十二个最佳实践</title><link>http://blog.csdn.net/baggio785/archive/2006/02/27/610903.aspx</link><pubDate>Mon, 27 Feb 2006 10:08:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/02/27/610903.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/610903.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/02/27/610903.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/610903.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=610903</trackback:ping><description>在这篇文章里，对于Spring XML的配置，我将向你展示12种比较好的实践。其中的一些实践不仅是好的实践，更是必要的实践。除此以外，还有其他因素，例如领域模型的设计，都能影响XML的配置，但是这篇文章重点研究XML配置的易读性和易管理性。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/610903.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>在 Oracle JDBC 访问中加入一些 Spring 特性</title><link>http://blog.csdn.net/baggio785/archive/2006/02/08/594662.aspx</link><pubDate>Wed, 08 Feb 2006 20:37:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/02/08/594662.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/594662.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/02/08/594662.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/594662.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=594662</trackback:ping><description>了解如何使用 Spring 框架来改善 Oracle JDBC 访问。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/594662.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>baggio785</dc:creator><title>使用分布式缓存来群集Spring远程服务</title><link>http://blog.csdn.net/baggio785/archive/2006/02/08/594167.aspx</link><pubDate>Wed, 08 Feb 2006 10:48:00 GMT</pubDate><guid>http://blog.csdn.net/baggio785/archive/2006/02/08/594167.aspx</guid><wfw:comment>http://blog.csdn.net/baggio785/comments/594167.aspx</wfw:comment><comments>http://blog.csdn.net/baggio785/archive/2006/02/08/594167.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/baggio785/comments/commentRss/594167.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=594167</trackback:ping><description>本文讨论了自动化远程服务发现如何简化复杂的多层企业级应用的开发和布署。作者通过布署在Jboss环境中的基于Spring的应用演示了这人过程。本文假设读者已有一些Spring框架的知识。&lt;img src ="http://blog.csdn.net/baggio785/aggbug/594167.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>