请选择 进入手机版 | 继续访问电脑版
设为首页收藏本站 JeeStudy企业开发官网①

JEE Study|JAVA EE|企业级开发学习网

 找回密码
 立即加入

QQ登录

只需一步,快速开始

扫一扫,访问微社区

搜索
查看: 3723|回复: 1

Spring官方下载:spring-framework-0.9.zip

  [复制链接]

219

主题

221

帖子

1418

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1418

最佳新人活跃会员热心会员推广达人宣传达人灌水之王突出贡献优秀版主荣誉管理论坛元老

发表于 2017-7-6 20:20:19 | 显示全部楼层 |阅读模式
THE SPRING FRAMEWORK, release 0.9 (June 2003)

---------------------------------------------------------------



1. INTRODUCTION

        Spring is a J2EE application framework based on code published in "Expert One-on-One J2EE Design and Development" by Rod Johnson(Wrox, 2002).

Spring includes:        - Powerful JavaBeans-based configuration management. This makes wiring up applications quick and easy. No more singletons littered throughout your codebase; no more arbitrary properties file. One consistent and elegant approach everywhere.

        - JDBC abstraction layer, that offers a meaningful exception hierarchy (no more pulling vendor codes out of SQLException), simplifies error handling and greatly reduces the amount of code you'll need to write. You'll never need to write another finally block to use JDBC again.

        - Similar abstraction layer for transaction management, allowing for pluggable transaction managers, and making it easy to demarcate transactions without dealing with low-level JTA issues.

        - Flexible MVC web application framework, built on core Spring functionality. This framework is highly configurable and accommodates multiple view technologies.

        - AOP functionality, fully integrated into Spring configuration management. You can AOP-enable any object managed by Spring, adding aspects such as declarative transaction management. With Spring, you can have declarative transaction management without EJB... even without JTA, if you're using a single database in Tomcat or another web container without JTA support.

        - Integration with Hibernate, JDO, and other important APIs.

        You can use all of Spring's functionality in any J2EE server, or outside a container.

        Spring has a layered architecture. All its functionality builds on lower levels. So you can use the JavaBeans configuration management without using the MVC framework or AOP support, but if you use the MVC framework or AOP support you'll find they build on the configuration framework, so you can apply your knowledge about it immediately.


2. RELEASE INFO

        The Spring Framework is released under the terms of the Apache Software License (see license.txt). This is the first public release towards 1.0.

        The Spring Framework requires J2SE 1.3 and J2EE 1.3 (Servlet 2.3, JSP 1.2, EJB 2.0). Integration is provided with Log4J 1.2, Hibernate 2.0, JDO 1.0, and Caucho's Hessian/Burlap 2.1/3.0.

        Note: This release uses "com.interface21" as root package, like the original version that came with the book. For the sake of naming consistency, the root package name will change to "org.springframework", starting with 1.0 Release Candidates.

Release contents:
        - "src" contains the Java source files;

        - "dist" contains various Spring Jar files;

        - "lib" contains the most important third-party libraries;

        - "docs" contains general and API documentation;

        - "samples" contains demo application and skeletons.

        Latest info is available at the public website: http://www.springframework.org

        Project info at the SourceForge site: http://sourceforge.net/projects/springframework

        This product includes software developed by the Apache Software Foundation (http://www.apache.org/).


3. WHERE TO START?

        Preliminary documentation can be in the "docs" directory. Documented application skeletons can be found in "samples/skeletons". Demo applications can be found in "samples/petclinic" and "samples/pagedlist" (with their own readme.txt).

        Note: The tutorial in "docs" is a work in progress. It is not fully consistent with the current state of the framework but is still useful as introduction.

        "Expert One-on-One J2EE Design and Development" discusses many of Spring's design ideas in detail. Note: The code examples in the book refer to the original framework version that came with the book. Thus, they may need to be adapted to work with the current Spring release.


Spring官方下载:spring-framework-0.9.zip

SOURCEFORGE网站下载

CSDN网站下载











知识改变命运!

JAVA EE 学习     JAVA EE 资料
JEE Study:企业级开发学习网!
回复

使用道具 举报

0

主题

7

帖子

39

积分

新手上路

Rank: 1

积分
39
发表于 2017-7-6 21:38:01 | 显示全部楼层
古董级,这是spring的第一个版本,牛~~~~~~~~~~~~~··
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即加入

本版积分规则

QQ|Archiver|手机版|小黑屋|JEE Study ( 京ICP备16036936   JeeStudy企业开发官网①

GMT+8, 2024-3-19 10:43 , Processed in 0.213519 second(s), 27 queries .

Powered by JeeStudy!

© 2008-2020 JEE Study 企业级开发学习网

快速回复 返回顶部 返回列表