﻿<?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-小毅的遐想-文章分类-spring</title><link>http://www.blogjava.net/xiaoyi/category/33886.html</link><description>阳光总在风雨后,让我们在雨中毅然前行,收获每一份喜悦的欢笑o(∩_∩)o...</description><language>zh-cn</language><lastBuildDate>Sat, 01 Nov 2008 14:35:15 GMT</lastBuildDate><pubDate>Sat, 01 Nov 2008 14:35:15 GMT</pubDate><ttl>60</ttl><item><title>Spring的七大模块</title><link>http://www.blogjava.net/xiaoyi/articles/238003.html</link><dc:creator>可爱的小毅</dc:creator><author>可爱的小毅</author><pubDate>Sat, 01 Nov 2008 03:19:00 GMT</pubDate><guid>http://www.blogjava.net/xiaoyi/articles/238003.html</guid><wfw:comment>http://www.blogjava.net/xiaoyi/comments/238003.html</wfw:comment><comments>http://www.blogjava.net/xiaoyi/articles/238003.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/xiaoyi/comments/commentRss/238003.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/xiaoyi/services/trackbacks/238003.html</trackback:ping><description><![CDATA[<div class="cnt" id="blog_text" style="font-size: 10pt">
<p>Spring.Core：框架中最基础的部分，它允许你配置程序使用依赖注入。它还包含一些附加特性：</p>
<p>Expression Language：在运行时提供对对象有效的查询和操作</p>
<p>Validation Framework：为业务对象提供复杂的验证规则</p>
<p>Data binding Framework：用户界面框架实现数据绑定</p>
<p>Dynamic Reflection：提供一个高性能的反射接口</p>
<p>Threading：提供附加的concurrency abstractions，像线程本地存储</p>
<p>Resource abstraction：提供一个通用的接口解决从文件和URL中处理输入流</p>
<p>Spring.Aop：使用这个模块实现方面编程。Spring的方面库（aspect library）提供了预先定义并容易使用的方面：事务，日志，执行监视，缓存，方法重试和异常处理。</p>
<p>Spring.Data：实现这个模块完成高效的数据访问并实现事务管理。</p>
<p>Spring.Data.NHibernate：数据持久层。</p>
<p>Spring.Web：在写Asp.net web应用程序时使用这个模块提升抽象级别。如：数据邦定，验证和配置。</p>
<p>Spring.Web.Extensions：在写Asp.net web应用程序时使用这个模块提升抽象级别。如：数据邦定，验证和配置。</p>
<p>Spring.Services：使用这个模块实现对象的分发通信技术。</p>
<p>Spring.Testing.NUnit：单元测试</p>
</div>
<img src ="http://www.blogjava.net/xiaoyi/aggbug/238003.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/xiaoyi/" target="_blank">可爱的小毅</a> 2008-11-01 11:19 <a href="http://www.blogjava.net/xiaoyi/articles/238003.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>