搜索资源列表
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
springgossip_simp
- 在网上找到了台湾java专家林信良的著作 《Spring 技术手册》的电子书和大家分享下~~~只是缺了AOP的介绍,不过已经很全面了 台湾技术书籍的特点:通俗易懂,深入浅出,结合实例~~~不过,全是繁体字的哦。。。。 另外,《Spring 技术手册》左边的index tree 是乱码!但这里有个链接是在线文档,目录可以对应那上边的~~:http://www.javaworld.com.tw/conflue.../opensrc/Spring-the Internet to find a
javassist-3.4
- Javassist是一个开源的分析、编辑和创建Java字节码的类库。是由东京技术学院的数学和计算机科学系的 Shigeru Chiba 所创建的。它已加入了开放源代码JBoss 应用服务器项目,通过使用Javassist对字节码操作为JBoss实现动态AOP框架。 -Javassist is a revenue analysis, editing and the creation of Java byte code library. By the Tokyo Institute of Techn
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
springAop
- spring aop 编程,cglib ,切面编程-spring aop programming, cglib, cut programming
Spring_aop
- java web开发中spring aop技术的应用。教你如何利用此技术-java web development spring aop technology. Teach you how to make use of this technology
spring_aop2
- java web开发中spring aop技术的应用。教你如何利用此技术-java web development spring aop technology. Teach you how to make use of this technology
JAVAframework
- 本课程学习完毕后学员可以熟练掌握以下内容 ·Struts框架 讲解MVC标准实现框架Struts的基本配置及基本使用,讲解了Struts的基本工作原理,常用标签(HTML、LOGIC、 BEAN)、各种主要Action(Action、ForwardAction、DispatchAction)、Struts验证框架、Struts国际化、Struts解 决重复提交及文件上传操作等。 ·Hibernate框架 讲解Hibernate框架的基本ORMapping实现及Hi
java
- 此文档包含有AOP,Annotation,xml读写,一般文件读写,各种属性文件读写, 安全控制基础,还有Reflect功能的测试。 还有在math中,自己写一个数的n次幂算式 各种框架的核心基础基本都在这里边,当然只是一个简单基础类的探讨,更 深的技术,需要在具体环境下在扩展设计-This document contains the AOP, Annotation, xml reading and writing, reading and writing paper
Lulu.com.Java.J2EE.Job.Interview.Companion.2nd.Edi
- java javaee 面试伴侣,非常全面的介绍了java javaee 相关的面试题-Have you got the time to read 10 or more books and articles to add value prior to the interview? This book has been written mainly from the perspective of Java/J2EE job seekers and interviewers. There a
java
- 通过spring存blob和clob数据到sybase数据库中,压缩包里包含了三种方式,(1)spring+hibernate,切面事务(aop),存lob数据,(2)spring+hibernate存 lob数据,(3)spring+jdbc存lob数据。 -By spring blob and clob data to keep sybase database, compressed bundle includes three ways, (1) spring+ hiberna
111
- 基于AOP自由粒度的柔性权限管理系统设计与实现-Free size flexible AOP-based rights management system design and implementation
spring-aop
- SPRING AOP自主实现,还包括一些java基础,可以很快自主实现切面编程-SPRING AOP to achieve independence, including some java based programming section can be quickly self-realization
aop
- 展示了java aop原理 展示了java aop原理-show java aop method
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! !
AOP
- java Spring 框架学习,其中有详尽的例子程序介绍切面编程AOP。-Learn Java Spring framework, including detailed introduction section of AOP programming example applications.
Dependency injection
- 关于Java中依赖注入的详细资料。是理解Spring框架,控制反转,AOP的关键核心思想。(The exhaustive resource of Java develop for Spring framework, especially core concept for dependency injection, aspect-oriented programming.)
testExecise
- 对String类,以及Spring的单粒模式以及Aop机制有详细的(The String class, and the single granular mode of the Spring, and the Aop mechanism are detailed)
Aop
- JAVA AOP例子, 包括cglib, jsvassist, dynamicProxy(A demo for java AOP, include cglib, jsvassist, dynamicProxy)
Lab1_jsp_jdbc
- SSH在J2EE项目中表示了3种框架,即 Spring + Struts +Hibernate。 Struts对Model,View和Controller都提供了对应的组件。Spring是一个轻量级的控制反转(IoC)和面向切面(AOP)的容器框架,它由Rod Johnson创建。它是为了解决企业应用开发的复杂性而创建的。Spring使用基本的JavaBean来完成以前只可能由EJB完成的事情。 Hibernate是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,可以应