码迷,mamicode.com
首页 >  
搜索关键字:spring resttemplate    ( 45667个结果
SSH运行流程整理
ssh的工作流程:jsp页面发出请求,struts接收页面请求,struts的action调用业务逻辑,业务逻辑调用业务组件(其中使用到spring的依赖注入IoC,或者AOP等);业务组件根据hibernate的对象/关系数据库的映射关系查询数据库。struts根据结果返回页面Struts2基本简...
分类:其他好文   时间:2014-05-08 19:03:36    阅读次数:334
Spring 注释 @Autowired 和@Resource 的区别
Spring 注释 @Autowired 和@Resource 的区别一、@Autowired和@Resource都可以用来装配bean,都可以写在字段上,或者方法上。二、@Autowired属于Spring的;@Resource为JSR-250标准的注释,属于J2EE的。三、@Autowired默...
分类:编程语言   时间:2014-05-08 14:37:24    阅读次数:378
[Java,MVC] Eclipse下搭建Spring MVC
转自:http://blog.csdn.net/blue_jjw/article/details/8752466 一、新建Dynamic Web Project 一个web工程最基本的,只看3个地方,在根目录下(这个目录一般习惯叫WebContent或WebRoot)有 : 1.WebRoot/WE...
分类:编程语言   时间:2014-05-08 14:22:46    阅读次数:628
OA第七天---转向简单一个的jbpm项目
为了解决上一章提出的问题,现在去编写一个简单类似的jbpm代码!! 这个项目没有使用到spring,碰到第一个问题是sessionfactory应该怎么持久化呢?? 在jbpm的配置文件jbpm.cfg.xml文件中:如下,可以看到其实就是简单的导入一些配置文件,这些配置文件都是jbpm自己的东西(当然除了下面标注的), jbpm-configuration>   import resou...
分类:其他好文   时间:2014-05-07 16:07:51    阅读次数:321
Spring Framework Reference Documentation 3.2.8.RELEASE 第23章中文翻译
23.1 介绍 Spring提供了一个JSM集成框架,简化了JMS API的使用。这点很像Spring对JDBC的集成。 JMS大致提供生产消息和消费消息两类功能。JmsTemplate类用来生产消息和同步接收消息【译注:接收消息也就是消费消息】。为了异步接收消息(异步接收消息类似于JavaEE的消息驱动Bean(Message-Driven Bean,MDB),Spring提供了一组消息监听器容器(messagelistener containers),用来创建多个消息驱动POJO(Message-D...
分类:编程语言   时间:2014-05-07 15:39:58    阅读次数:666
怎么获取Spring的ApplicationContext
在 WEB 开发中,可能会很少需要显示的获得 ApplicationContext 来得到由 Spring 进行管理的某些 Bean, 今天我就遇到了,在这里和大家分享一下, WEB 开发中,怎么获取 ApplicationContext  一       要想怎么获取 ApplicationContext, 首先必须明白 Spring 内部 ApplicationContext 是怎样存储...
分类:移动开发   时间:2014-05-07 15:12:03    阅读次数:439
Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener
I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the ...
分类:移动开发   时间:2014-05-07 14:33:12    阅读次数:486
Spring整合JUnit框架进行单元测试代码使用详解
Spring整合JUnit框架进行单元测试代码使用详解,代码下载地址:http://www.zuidaima.com/share/1775457756285952.htm...
分类:编程语言   时间:2014-05-07 12:32:30    阅读次数:374
69 Spring Interview Questions and Answers – The ULTIMATE List--reference
This is a summary of some of the most important questions concerning the Spring Framework, that you may be asked to answer in an interview or in an in...
分类:编程语言   时间:2014-05-07 01:48:25    阅读次数:601
MongoDB的使用学习之(五)Spring集成MongoDB
1、介绍 之前在很多地方一直见到这个Spring Data 神奇的东西,不知道是啥东东,终于,今天来简单的探个究竟,底下是我从网上整理来的…… 首先,解释下为啥要使用Spring来集成MongoDB:因为mongoDB的java驱动程序使用起来较为繁琐,特别是处理关联关系多、层次深的情况时。需要.....
分类:数据库   时间:2014-05-07 00:56:44    阅读次数:511
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!