搜索资源列表
java_editor_basic
- 一个可视化编辑器的基础结构,是学习Swing、spring IOC和设计模式的好例子-a visual editor infrastructure, the study Swing, spring IOC and design patterns a good example
spring-ioc-demo.jar
- 反向控制 用接口控制类 属于中间件技术
SpringIntro1_Code
- Spring 视频教程随付的源代码,结合视频教程可清晰理解Spring IOC和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
JAVAframework
- 本课程学习完毕后学员可以熟练掌握以下内容 ·Struts框架 讲解MVC标准实现框架Struts的基本配置及基本使用,讲解了Struts的基本工作原理,常用标签(HTML、LOGIC、 BEAN)、各种主要Action(Action、ForwardAction、DispatchAction)、Struts验证框架、Struts国际化、Struts解 决重复提交及文件上传操作等。 ·Hibernate框架 讲解Hibernate框架的基本ORMapping实现及Hi
demoSpringIOC
- 笔者试图用最简单易懂的应用为初学者演示spring IOC 的原理-I tried to understand the application of the simplest for beginners spring IOC principle demonstration
spring_beginning
- 1、spring依赖库 * SPRING_HOME/dist/spring.jar * SPRING_HOME/lib/jakarta-commons/commons-logging.jar * SPRING_HOME/lib/log4j/log4j-1.2.14.jar 2、拷贝spring配置文件到src下 3、拷贝log4j配置文件到src下 4、在UserManagerImpl中提供构造函数或setter方法,spring将实例化好的Us
alarmDeal
- Spring 开发例子,该例子提供了Spring 控制反转,RMI配置 JMS配置等方面内容-Spring development of examples, the examples provided by the Spring IoC, RMI configuration aspects, such as JMS configuration
spring_jlymzs
- 实现了使用spring-ioc一些功能,这个项目的代码是学校注射甲流疫苗办理现场使用的,实现查询学生,是否办理等等功能-Achieved using a spring-ioc some of the features of this project is the school code for injecting a flow of processing on-site use of the vaccine to achieve query students, is it handled mor
spring
- spring电子书 很好的阐述了spring的aop和 ioc-e-book spring spring described well the aop and ioc
Spring-ioc
- SPring IOC 很不错的学习书籍 -SPring IOC very good learning books
webdgs
- 一个J2EE购物网站的实现 运用struts1.2+hibernate+spring 框架,数据库连接池,事务管理;Struts 应用国际化,Struts 标签库与Tiles框架, JSTL标签库,Spring IOC。 采用优化性能技术,采用oscache缓存,freemarker静态页面生成; 安装方法: 1:mysql中新建数据库dgssen.导入dgssen.sql 也可以修改:WebRoot\META-INF\context.xml 2:把mysql
Spring-IoC
- Spring IOC容器详解,是个轻量级容器-Detailed Spring IOC container is a lightweight container
springjingtong
- 本书深入剖析了当前流行的轻量级开发框架Spring技术。本书总共分成3部分。第一部分,重点阐述Spring的架构。这部分内容循序渐进带领开发者进 入Spring中。主要在于阐述Spring IoC和Spring AOP。第二部分,重点阐述Spring的使用。这部分内容从简化Java/J2EE的角度出发,从J2EE平台各个技术层面分析、并给出大量的研究实 例,对Spring提供的API进行阐述。主要在于阐述Spring对J2EE API提供的服务抽象。第三部分,重点阐述Spring高级专题。这部分
SSH
- Struts加载Spring应用上下文环境:三种方式 Spring与Struts整合:四种方式 Spring IoC容器创建SessionFactory:二种方式 Spring声明式事务管理:三种方式 DWR中加载Spring配置文件:三种方式 -Struts to load the Spring application context: three ways integrate Spring and Struts: four ways create Spring I
OATEST
- oa 采用J2EE企业级开发平台 使用Hibernate实现持久层 使用Sturts实现WEB层 使用Spring完成整合,利用Spring的IOC和AOP思想提高程序的性能,增强程序的扩展性。 数据库:Mysql、Sqlserver或Oracle WEB服务器:JBoss或Tomcat,通过连接池获取数据库连接。-OAThe enterprise J2EE development platformThe use of Hibernate realize the pers
webdgs
- 绿色健康购物网SSH 个人水平有限,如有问题与建议,请指教! (1)个人独立完成,包括mysql数据库设计,后台程序编写,前台美工设计; (2)运用struts1.2+hibernate+spring 框架,数据库连接池,事务管理; (3)Struts 应用国际化,Struts 标签库与Tiles框架, JSTL标签库,Spring IOC; (4)采用优化性能技术,采用oscache缓存,freemarker静态页面生成; (5)功能比较多但操作简单的后台管理 (后台
SpringBasic-5894
- Spring是一个非常优秀的轻量级框架,通过Spring的IoC容器,我们的关注点便放到了需要实现的业务逻辑上。对AOP的支持则能让我们动态增强业务方法。编写普通的业务逻辑Bean是非常容易而且易于测试的,因为它能脱离J2EE容器(如Servlet,JSP环境)单独进行单元测试。最后的一步便是在Spring框架中将这些业务Bean以XML配置文件的方式组织起来,它们就按照我们预定的目标正常工作了!非常容易!-Spring is a very lightweight framework, the
ioc
- 基于反射原理实现一个基础的spring ioc框架,通过xml文件输入配置信息(Based on the principle of reflection to implement a basic spring IOC framework, input configuration information through the XML file)
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