JEE框架 Spring 宣布将源码移到 Github 托管

jopen 12年前
     <p>Spring 今天宣布将 Spring 框架源码移到 Github 上,其他 Spring 的相关项目也会陆续的移到 Github。</p>    <p>Today we're happy to announce that the Spring Framework has <a href="/misc/goto?guid=4958319817846880578">moved to GitHub</a>!</p>    <p><a href="/misc/goto?guid=4958319817846880578"><img class="alignnone size-full wp-image-10512" alt="JEE框架 Spring 将源码移到 Github 托管" src="https://simg.open-open.com/show/e5e37b2c588ed2dfb4cd4ba6775ad728.png" width="319" height="36" /></a></p>    <p>As you've probably noticed, nearly every other Spring project has <a href="/misc/goto?guid=4958319819350464099">already made the move</a>, and those that haven't will soon.</p>    <p>Git helps us with many of the challenges of managing a large codebase like the Spring Framework, but what's most exciting is what Git<em>Hub</em> means for the Spring community. Many readers will already know the virtues of watching and <a href="/misc/goto?guid=4958319820135199121">forking repositories</a>, <a href="/misc/goto?guid=4958319820915967225">pull requests</a>, <a href="/misc/goto?guid=4958319821691000574">forking and editing</a>, and the <a href="/misc/goto?guid=4958319822470400334">many other features</a> that GitHub adds to the already excellent world of Git. If you're new to this stuff, be sure to check out the great materials at <a href="/misc/goto?guid=4958189338101871497">help.github.com</a>.</p>    <p>Otherwise, you'll find everything you need in the new Spring Framework <a href="/misc/goto?guid=4958319823972453934">readme</a>.</p> Merry forking Christmas!    <p><br /> 详见:<a href="/misc/goto?guid=4958319824753299666" target="_blank">http://feedproxy.google.com/~r/SpringSourceTeamBlog/~3/pwLWS9HQ6is/</a><br /> </p>    <div id="p_fullcontent" class="detail">     <p><strong><br /> Spring Framework</strong> 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。该框架基于 Expert One-on-One Java EE Design and Development(ISBN 0-7645-4385-7)一书中的代码,最初由 Rod Johnson 和 Juergen Hoeller等开发。Spring Framework 提供了一个简易的开发方式,这种开发方式,将避免那些可能致使底层代码变得繁杂混乱的大量的属性文件和帮助类。</p>     <p>Spring 中包含的关键特性:</p>     <ul>      <li>强大的基于 JavaBeans 的采用控制翻转(Inversion of Control,IoC)原则的配置管理,使得应用程序的组建更加快捷简易。 </li>      <li>一个可用于从 applet 到 Java EE 等不同运行环境的核心 Bean 工厂。 </li>      <li>数据库事务的一般化抽象层,允许宣告式(Declarative)事务管理器,简化事务的划分使之与底层无关。 </li>      <li>内建的针对 JTA 和 单个 JDBC 数据源的一般化策略,使 Spring 的事务支持不要求 Java EE 环境,这与一般的 JTA 或者 EJB CMT 相反。 </li>      <li>JDBC 抽象层提供了有针对性的异常等级(不再从SQL异常中提取原始代码), 简化了错误处理, 大大减少了程序员的编码量. 再次利用JDBC时,你无需再写出另一个 '终止' (finally) 模块. 并且面向JDBC的异常与Spring 通用数据访问对象 (Data Access Object) 异常等级相一致. </li>      <li>以资源容器,<span class="new">DAO</span> 实现和事务策略等形式与 Hibernate,JDO 和 iBATIS SQL Maps 集成。利用众多的翻转控制方便特性来全面支持, 解决了许多典型的Hibernate集成问题. 所有这些全部遵从Spring通用事务处理和通用数据访问对象异常等级规范. </li>      <li>灵活的基于核心 Spring 功能的 MVC 网页应用程序框架。开发者通过策略接口将拥有对该框架的高度控制,因而该框架将适应于多种呈现(View)技术,例如 JSP,FreeMarker,Velocity,Tiles,iText 以及 POI。值得注意的是,Spring 中间层可以轻易地结合于任何基于 MVC 框架的网页层,例如 Struts,WebWork,或 Tapestry。 </li>      <li>提供诸如事务管理等服务的<span class="mw-redirect">面向方面编程</span>框架。 </li>     </ul>     <p>在设计应用程序Model时,MVC <span class="new">模式</span>(例如Struts)通常难于给出一个简洁明了的框架结构。Spring却具有能够让这部分工作变得简单的能力。程序开发员们可以使用Spring的 JDBC 抽象层重新设计那些复杂的框架结构。</p>    </div>