码迷,mamicode.com
首页 >  
搜索关键字:spring framework    ( 56866个结果
Spring中的设计模式
Spring提供了一种Template的设计哲学,包含了很多优秀的软件工程思想。1. 简单工厂又叫做静态工厂方法(StaticFactory Method)模式,但不属于23种GOF设计模式之一。简单工厂模式的实质是由一个工厂类根据传入的参数,动态决定应该创建哪一个产品类。Spring中的BeanF...
分类:编程语言   时间:2014-04-30 17:59:48    阅读次数:467
在 Oracle 数据库上使用 Visual Studio 2005 或 2008 构建 .NET 应用程序 了解构建使用 Oracle 数据库的 .NET 应用程序所涉及到的基本但不可或缺的过程。
随着 Microsoft 的 .NET Framework 的日益流行,许多开发人员迫切想了解关于将 .NET 应用程序与 Oracle 集成的最佳方法的信息 — 不仅在基本连通性方面,还包括与使用 Visual Studio 2005 或 2008 进行有效应用程序开发的关系。在本文中,我将说明构...
分类:数据库   时间:2014-04-30 17:50:19    阅读次数:481
WebMatrix Database.Open… Close() and Dispose()
ASP.NET Web Pages framework examples of the Database helper do not include calls to Close or Dispose because the framework itself is designed to call ...
分类:数据库   时间:2014-04-30 14:08:51    阅读次数:629
使用WIF实现单点登录Part IV —— 正式实战
我们接下来的demo将包括以下的工程:SiteA —— 基于.net framework 4.5的MVC 4程序,使用WIF 4.5的SDK,第一个RPSiteB —— 基于.net framework 4.5的MVC 4程序,使用WIF 3.5的SDK,第二个RPSiteC —— 基于.net f...
分类:其他好文   时间:2014-04-30 13:14:28    阅读次数:631
spring 拦截器拦截点的配置
实用正则org.springframework.aop.support.RegexpMethodPointcutAdvisor然后 .*_cache.* 表示拦截...
分类:编程语言   时间:2014-04-29 16:25:10    阅读次数:510
A Step-by-Step Guide to Your First AngularJS App
What is AngularJS?AngularJS is a JavaScript MVC framework developed by Google that lets you build well structured, easily testable, and maintainable f...
分类:移动开发   时间:2014-04-29 14:32:23    阅读次数:971
Using MySQL Connector .NET 6.6.4 with Entity Framework 5
I had been waiting for the latest MySQL connector for .NET to come out so I can move on to the new and sleek Visual Studio 2012 for my projects. Found...
分类:数据库   时间:2014-04-29 14:17:54    阅读次数:753
SpringMVC轻松学习-环境搭建(二)
基于spring2.5的采用XML配置的spring MVC项目注:本项目全部基于XML配置。同时,集成了hibernate。采用的是:spring MVC+hibernate+spring的开发架构。 1.建立web项目2.导入jar包(spring.jar, spring-webmvc.jar,...
分类:编程语言   时间:2014-04-29 10:35:45    阅读次数:637
CloudStack核心类ApiServlet、ApiServer、ApiDispatcher、GenericDaoBase源码分析
ApiServlet首先从整体上看下ApiServlet,Outline视图如下,一、注意@Inject依赖的是javax.inject.jar,它和spring的@Autowired的区别在于使用它时变量不用生成相应的set方法。二、CloudStack所有的请求都会被ApiSerlet拦截处理,...
分类:Windows程序   时间:2014-04-29 10:34:46    阅读次数:686
ios Toll-Free Bridging
有一些数据类型是能够在 Core Foundation Framework 和 Foundation Framework 之间交换使用的。这意味着,对于同一个数据类型,你既可以将其作为参数传入 Core Foundation 函数,也可以将其作为接收者对其发送 Objective-C 消息(即调用O...
分类:移动开发   时间:2014-04-29 10:22:46    阅读次数:689
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!