文件名称:SpringBasic-5894
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.59mb
- 下载次数:
- 0次
- 提 供 者:
- h**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Spring是一个非常优秀的轻量级框架,通过Spring的IoC容器,我们的关注点便放到了需要实现的业务逻辑上。对AOP的支持则能让我们动态增强业务方法。编写普通的业务逻辑Bean是非常容易而且易于测试的,因为它能脱离J2EE容器(如Servlet,JSP环境)单独进行单元测试。最后的一步便是在Spring框架中将这些业务Bean以XML配置文件的方式组织起来,它们就按照我们预定的目标正常工作了!非常容易!-Spring is a very lightweight fr a mework, the Spring IoC container, our focus will placed on the need to implement business logic. Support of AOP allows us to dynamically enhance the business method. Writing common business logic bean is very easy and easy to test, because it is divorced from the J2EE container (such as Servlet, JSP environment) alone unit test. The final step is the Spring fr a mework in business Bean organize XML configuration file, they are normally in accordance with our scheduled work. Is easy!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SpringBasic\.classpath
...........\.project
...........\bin\beans.xml
...........\...\com\crackj2ee\example\spring\ExceptionAdvisor.class
...........\...\...\.........\.......\......\LogAdvisor.class
...........\...\...\.........\.......\......\Main.class
...........\...\...\.........\.......\......\MyServiceBean.class
...........\...\...\.........\.......\......\PasswordAdvisor.class
...........\...\...\.........\.......\......\ServiceBean.class
...........\...\...\.........\.......\spring
...........\...\...\.........\example
...........\...\...\crackj2ee
...........\...\com
...........\bin
...........\lib\commons-logging-1.0.4.jar
...........\...\spring.jar
...........\lib
...........\src\beans.xml
...........\...\com\crackj2ee\example\spring\ExceptionAdvisor.java
...........\...\...\.........\.......\......\LogAdvisor.java
...........\...\...\.........\.......\......\Main.java
...........\...\...\.........\.......\......\MyServiceBean.java
...........\...\...\.........\.......\......\PasswordAdvisor.java
...........\...\...\.........\.......\......\ServiceBean.java
...........\...\...\.........\.......\spring
...........\...\...\.........\example
...........\...\...\crackj2ee
...........\...\com
...........\src
SpringBasic
...........\.project
...........\bin\beans.xml
...........\...\com\crackj2ee\example\spring\ExceptionAdvisor.class
...........\...\...\.........\.......\......\LogAdvisor.class
...........\...\...\.........\.......\......\Main.class
...........\...\...\.........\.......\......\MyServiceBean.class
...........\...\...\.........\.......\......\PasswordAdvisor.class
...........\...\...\.........\.......\......\ServiceBean.class
...........\...\...\.........\.......\spring
...........\...\...\.........\example
...........\...\...\crackj2ee
...........\...\com
...........\bin
...........\lib\commons-logging-1.0.4.jar
...........\...\spring.jar
...........\lib
...........\src\beans.xml
...........\...\com\crackj2ee\example\spring\ExceptionAdvisor.java
...........\...\...\.........\.......\......\LogAdvisor.java
...........\...\...\.........\.......\......\Main.java
...........\...\...\.........\.......\......\MyServiceBean.java
...........\...\...\.........\.......\......\PasswordAdvisor.java
...........\...\...\.........\.......\......\ServiceBean.java
...........\...\...\.........\.......\spring
...........\...\...\.........\example
...........\...\...\crackj2ee
...........\...\com
...........\src
SpringBasic