Welcome![Sign In][Sign Up]
Location:
Search - IoC

Search list

[Otherspring揭秘-ioc

Description: spring揭秘前六章,ioc容器内容
Platform: | Size: 2296110 | Author: zh_ho0128@163.com | Hits:

[Software EngineeringSpring IoC.rar

Description: Spring IoC容器详解
Platform: | Size: 2296096 | Author: 258194008@qq.com | Hits:

[JSP/JavaSpring_in_Action_with_Source

Description: <Spring in action>原版和代码,是学习Spring的好资料,本书分为三大部分和两个附录,每一部分专注于Spring框架的一个领域:核心层、中间层和Web层。第一部分展示了Spring框架的两个核心概念:反向控制(Inversion of Control,IoC)和面向切面编程(Aspect-Oriented Programming,AOP),以便理解Spring的基础原理,这些基础原理在本书各个章节都会用到。第二部分在第1章介绍的IoC和AOP基础之上,展示了如何将这两个概念应用到应用系统的中间层。第三部分走出中间层迈向显示层,在很多J2EE系统中显示层被称为Web层。附录A介绍如何开始自己的Spring应用系统,如何下载Spring以及如何编写Ant配置文件。本书的每一部分既是建立在前一部分的基础上,同时也都是独立存在的,所以,读者不必从头开始就可以深入到各个主题。 -err
Platform: | Size: 8003584 | Author: gongjian | Hits:

[JSP/Javaspring-ioc-demo.jar

Description: 反向控制 用接口控制类 属于中间件技术-Reverse controlling type of interface control is middleware technology
Platform: | Size: 5120 | Author: duzhibin | Hits:

[JSP/JavaSpringIntro1_Code

Description: Spring 视频教程随付的源代码,结合视频教程可清晰理解Spring IOC和AOP的使用。-Spring video tutorials with source code to pay, combined with video tutorials can be a clear understanding of Spring IOC and AOP use.
Platform: | Size: 4096 | Author: realorg | Hits:

[JSPSpringIoC

Description: Spring IOC技术的技术书籍,很好的原创作品,自己写的书,初学者入门,参考,绝对好,大家下载看看吧。 -Spring IOC technology technical books, very good original works, his own book, beginners entry, reference is absolutely good, everyone will look at you to download.
Platform: | Size: 132096 | Author: ycl | Hits:

[JSP/JavaECPORT

Description: 达内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 achieve a simple Spring-IoC to achieve the realization of Spring Declarative Services Spring-AOP integration
Platform: | Size: 2390016 | Author: Gu | Hits:

[JSP/JavaIOC

Description: IOC 在java开发中的用法,难得的资料。-IOC in the development of the usage of java, rare information.
Platform: | Size: 192512 | Author: 张利奎 | Hits:

[CSharpIOC

Description: 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
Platform: | Size: 1665024 | Author: zstan | Hits:

[CSharpUnityWcfExample

Description: 演示如何使用微软的IOC库——Unity来配置WCF应用。WCF和IOC都是很常用的工具,很多时候需要联合使用。-Demonstrated how to use MS IOC library Unity and WCF, both are very popular.
Platform: | Size: 276480 | Author: YangDan | Hits:

[JSP/Javaspring

Description: spring电子书 很好的阐述了spring的aop和 ioc-e-book spring spring described well the aop and ioc
Platform: | Size: 2232320 | Author: lijie | Hits:

[JSP/JavaSpring-ioc

Description: SPring IOC 很不错的学习书籍 -SPring IOC very good learning books
Platform: | Size: 277504 | Author: flownclouds | Hits:

[JSP/JavaSpring-IoC

Description: Spring IOC容器详解,是个轻量级容器-Detailed Spring IOC container is a lightweight container
Platform: | Size: 2295808 | Author: 王翔 | Hits:

[.netContosoUniversity

Description: 是学习 asp.net mvc3的最佳例子之一,采用EF做持久层,演示了Ioc的使用,以及Resposity,UnitOfWork模式的使用方式。-Learn asp.net mvc3 is one of the best examples, the use of EF as a persistent layer, demonstrates the use of Ioc and Resposity, UnitOfWork mode is used.
Platform: | Size: 2002944 | Author: hsb0307 | Hits:

[JSP/JavaIoC

Description: 自己开发的IOC容器,让大家对IOC更明白.-Developed its own IOC container, so that everyone on the IOC understand more.
Platform: | Size: 367616 | Author: 王立雍 | Hits:

[CSharpOpenNETCF.IoC.BIN

Description: OpenNETCF.IoC.BIN Library FULL Source
Platform: | Size: 157696 | Author: CNR | Hits:

[Otherbook(IoC)

Description: 通过编写一个简单的IoC容器,来说明IoC容器是如何帮我们创建类的实例、如何实现依赖注入,最后并通过一个整合的例子,来说明IoC容器给我们带来什么样的好处。-By writing a simple IoC container to illustrate how IoC container to help us create an instance of a class, how to implement dependency injection, and finally through an integrated example to illustrate IoC container to bring us what kind of benefits.
Platform: | Size: 1165312 | Author: 清锋 | Hits:

[JSP/JavaIOC

Description: 编写的一个实现IOC功能的简单Spring框架并编写测试程序,反射的综合应用和依赖注入。-Write a simple function to achieve IOC Spring Framework and preparation of test procedures, reflecting the comprehensive application and dependency injection.
Platform: | Size: 13312 | Author: 亮仔 | Hits:

[CSharpc#IOC框架示例

Description: C#语言下,IOC框架例子,适合学习IOC控制反转(C# language, IOC framework example, suitable for learning IOC control inversion)
Platform: | Size: 3299328 | Author: 青色 | Hits:

[JSP/Javaioc

Description: 基于反射原理实现一个基础的spring ioc框架,通过xml文件输入配置信息(Based on the principle of reflection to implement a basic spring IOC framework, input configuration information through the XML file)
Platform: | Size: 7168 | Author: 噼哩啪啦 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net