搜索资源列表
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