搜索资源列表
spring-framework-1.1.1-with-dependencies
- Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod Johnson. Includes JavaBeans-based configuration, an AOP framework, declarative transaction management, JDBC and Hibernate support, and a web MVC framework
spring-nested-aop
- Spring AOP演示程序,实现Spring AOP的嵌套式事务处理。是个绝好的演示程序。
ECPORT.rar
- 达内Java培训实训项目ECPORT原码。 包括逐步优化的四个版本: 简单工厂模式实现 简单Spring-IoC实现 Spring声明式事务实现 Spring-AOP集成,Tatsu projects within the Java training Training ECPORT original code. Including the gradual optimization of the four versions: a simple factory pattern to ach
AOP-Demo
- 演示面向切面编程的例子,大家可以下载看看,作为学习spring aop的引玉之砖吧-Aspect-oriented programming demo examples, you can download and see, as a learning spring aop primers Tamanosuke brick bar
Spring.NET-1.1.2
- Spring.NET 是一个关注于.NET企业应用开发的应用程序框架。它能够提供宽广范围的功能,例如依赖注入、面向方面编程(AOP)、数据访问抽象, 以及ASP.NET集成等。基于java的spring框架的核心概念和价值已被应用到.NET。Spring.NET 1.0 包含一个完全功能的依赖注入容器和AOP库。后续的发布将包含对ASP.NET、Remoting和数据访问的支持。-Spring.NET is a focus on. NET enterprise application devel
spring_aop1
- spring中aop入门的例子,里面有说明文件,希望对理解spring的aop有帮助-Started in spring AOP example, there are documentation, and they hope to understand the AOP spring help
spring-framework-1.2.5-with-dependencies
- spring 框架及其源代码 spring 框架一个轻量级的事务架构,它能够管理组件级的事务集成。Spring就是一个解决方案,它的优势在于它没有像JNDI 数据源那样嵌入到J2EE容器服务中。如果我们希望把这个轻量级的事务架构插入到已有的J2EE容器中,也没有任何困难。看起来它在两者之间的平衡性方面做得很好。 Spring 轻量级事务架构还使用了面向方面编程(AOP)框架。Spring AOP框架组件使用了激活了AOP的Spring bean工厂。通过在组件服务层(在一个Sprin
springAop
- spring aop 编程,cglib ,切面编程-spring aop programming, cglib, cut programming
SpringAopLesson
- Spring AOP 例子 -Spring AOP example
IOC
- spring IOC容器实现探讨,利用Sping.net这个框架向大家展示一下Ioc与AOP的强大功能-spring IOC container to achieve exploration Sping.net use this framework to show the Ioc and the power of AOP
JAVAframework
- 本课程学习完毕后学员可以熟练掌握以下内容 ·Struts框架 讲解MVC标准实现框架Struts的基本配置及基本使用,讲解了Struts的基本工作原理,常用标签(HTML、LOGIC、 BEAN)、各种主要Action(Action、ForwardAction、DispatchAction)、Struts验证框架、Struts国际化、Struts解 决重复提交及文件上传操作等。 ·Hibernate框架 讲解Hibernate框架的基本ORMapping实现及Hi
Spring.NET_framework
- Spring.NET为建立企业级应用提供了一套轻量级的解决方案。通过Spring.NET,我们可以用统一且透明的方式来配置应用程序,并在应用中集成AOP的功能。Spring.NET的重点是为中间层提供声明式事务管理,以及一个功能齐全的ASP.NET扩展框架。-spring framework
SpringAOPExample
- This an example of how to use AOP feature of Spring.Net framework.-This is an example of how to use AOP feature of Spring.Net framework.
Spring-Reference_zh_CN
- Spring为编写企业应用程序提供了轻量的解决方案,同时仍然支持使用声明式事务、 用RMI或web service远程调用、以及使用多种方式来将数据持久化到数据库。Spring提供了全功能的 MVC framework, 以及透明集成AOP到你的软件中的能力。-Spring for the preparation of enterprise applications provides a lightweight solution, while still supporting the use
spring_aop
- 一个spring的aop反转的控制例子,里面讲述了基本的注入方法和如何去取得dao的值-A spring of aop examples of inversion of control, which describes the basic injection method and how to obtain the value of dao
spring
- spring电子书 很好的阐述了spring的aop和 ioc-e-book spring spring described well the aop and ioc
AOP
- AOP经典示例,Spring的核心不容错过。-AOP DEMO ,Classic edition,how can you miss it?
loginDemo
- 一个简单的spring+struts用户登录系统,加入了AOP和log4j,适合入门学习。(A simple login demo with SPRING+STRUTS, using AOP and log4j, suitable for learner.)
Spring源码深度解析
- 《Spring源码深度解析》从核心实现和企业应用两个方面,由浅入深、由易到难地对Spring源码展开了系统的讲解,包括Spring的设计理念和整体架构、容器的基本实现、默认标签的解析、自定义标签的解析、bean的加载、容器的功能扩展、AOP、数据库连接JDBC、整合MyBatis、事务、SpringMVC、远程服务、Spring消息服务等内容。("Spring" source depth analysis from the two aspects of the core re
spring-framework-reference
- The Spring Framework is a lightweight solution and a potential one-stop-shop for building your enterprise-ready applications. However, Spring is modular, allowing you to use only those parts that you need, without having to bring in the rest. You can