搜索资源列表
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_aop1
- spring中aop入门的例子,里面有说明文件,希望对理解spring的aop有帮助-Started in spring AOP example, there are documentation, and they hope to understand the AOP spring help
springAop
- spring aop 编程,cglib ,切面编程-spring aop programming, cglib, cut programming
SpringAopLesson
- Spring AOP 例子 -Spring AOP example
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
SpringExample5
- this is spring project AOP
AOP_spring
- spring AOP完整DEmo,学习Spring AOP的好资料-it is spring Aop use demo.it is good for learn spring aop
spring
- spring电子书 很好的阐述了spring的aop和 ioc-e-book spring spring described well the aop and ioc
spring2-aop
- SPring AOP 很不错的学习书籍 -SPring AOP 很不错的学习书籍
AOP
- AOP经典示例,Spring的核心不容错过。-AOP DEMO ,Classic edition,how can you miss it?
spring-aop
- SPRING AOP自主实现,还包括一些java基础,可以很快自主实现切面编程-SPRING AOP to achieve independence, including some java based programming section can be quickly self-realization
spring-aop
- spring aop 面向切面编程 如何来做一个强大的日志记录功能-spring aop aspect-oriented programming on how to do a powerful logging
Spring-AOP
- 基于 Spring AOP的权限验证实现-Permissions validation of Spring AOP-based implementation
spring-aop--for-log
- spring aop 面向切面编程 如何来做一个强大的日志记录功能-spring aop aspect-oriented programming on how to do a powerful logging
spring-aop-AOP
- j2ee工程必需!!强大详细的SPRING-AOP经书!附AOP各种用法和代码!JAVA程序员必备-j2ee project required! ! Great detail SPRING-AOP classics! With the various uses of AOP and code! JAVA programmer must! !
spring-aop1
- Spring -AOP的典型项目例子,让你对AOP有更深的理解-Spring-AOP
Spring-AOP
- AOP技术则是将日志记录和安全检测代码封装为方法,在处理业务逻辑之前分别调用已经封装好的方法即可,有效解决重复性代码的问题,并为程序开发、调试带来极大方便-AOP is logging and security detection code package method, before the business logic processing call, respectively, have a good package method can, an effective solution to