最新文章列表

Choosing the Right ESB for Your Integration Needs

From: http://www.infoq.com/articles/ESB-Integration 中文翻译见: http://www.oschina.net/translate/understanding-integration-needs-based-perspective-mule-vs-servicemix-fuse-esb   Different applications wi ...
coffeehot 评论(0) 有874人浏览 2014-06-22 16:38

使用Maven自动化集成测试

参考文章:http://stackoverflow.com/questions/16935290/maven-deploy-webapp-to-tomcat-before-junit-test There are a number of schools of thought as to how to handle this type of integration test with Maven. ...
darrenzhu 评论(0) 有2989人浏览 2014-01-08 11:10

Mybatis3和Spring3整合的三种方法

简介:     Mybatis和Spring的整合有三种方法,具体如下,个人建议用第三种抽象类方法。其中提供了许多便捷的方法。   1、采用数据映射器(MapperFactoryBean)的方式,不用写mybatis映射文件,采用注解方式提供相应的sql语句和输入参数。  (1)Spring配置文件:    <!-- 引入jdbc配置文件 -->        <con ...
zhb8015 评论(0) 有1234人浏览 2013-10-11 16:47

Mybatis3+Spring3集成测试

一、简介 二、包结构展示 三、重点部分实现 ******************************************************** 一、简介      因为大家对mybatis不是很熟悉,这里通过一个简单的实例展示一下,mybatis和spring集成后的开发过程。 二、包结构展示   三、重点部分实现   测试类:UserServiceTest   ...
league09 评论(0) 有893人浏览 2013-10-11 12:42

JMX (三)--------spring整合JMX

http://90haofang-163-com.iteye.com/blog/1901416http://90haofang-163-com.iteye.com/blog/1902211 JMX的Server和connetor的编写在之前的博客中已经写了。现在谈谈如何在用spring整合JMX,首先看看spring,JMX的优点。 spring提供了很简便的方式整合JMX到应用程序中,它提 ...
淘气天空lc 评论(4) 有6762人浏览 2013-07-13 15:39

Mybatis整合Spring

Mybatis整合Spring        根据官方的说法,在ibatis3,也就是Mybatis3问世之前,Spring3的开发工作就已经完成了,所以Spring3中还是没有对Mybatis3的支持。因此由Mybatis社区自己开发了一个Mybatis-Spring用来满足Mybatis用户整合Spring的需求。下面就将通过Mybatis-Spring来整合Mybatis跟Spring的 ...
234390216 评论(17) 有174633人浏览 2013-04-07 20:49

Spring Integration

  Spring Integration Reference Manual: http://static.springsource.org/spring-integration/reference/htmlsingle/#spring-integration-introduction Spring integration 的理念来自 《Enterprise Integration Pattern ...
Wuaner 评论(0) 有3008人浏览 2013-03-26 16:52

使用maven实现单元测试和集成测试

    单元测试是对最小单元即方法的测试,要隔离对他模块的依赖,一般采用stub和mock两种方式     集成测试是对功能的测试,对于大部分web模块来说需要启动web容器,进行集成测试     maven生命周期中已经包含测试(test)和集成测试(integration-test),但未对两种测试代码做区分,需要自己解决启动web容器和代码区分问题。     首先配置maven jetty插件 ...
bloodwolf_china 评论(0) 有3680人浏览 2012-05-16 15:39

All you need to konw of transports of Integration Kit

Some consultants have no ideas of when applying SP to IK or BOE, how to deal with transport files. Here are some very useful articles that should clarify:   1497853 - Where are the Service Pack and ...
blueoxygen 评论(0) 有1105人浏览 2012-01-17 14:12

myeclipse转eclipse jee的工程文件补丁(主要是maven补丁)

以下是用来将myeclipse(或者其他没有加maven配置的工程)的工程文件装换到最新的m2eclipse插件所能识别的格式, 简单来说就是修改.project和.classpath 使用方法: 1. 在workspace任意层级下(当然啦,这个workspace的名字要包含"workspace"字样),运行: java EclipseM2Patch 2. 在任意 ...
floydd 评论(0) 有1743人浏览 2012-01-12 18:48

BusinessObjects integration with NetWeaver EP

BOE XI 3.x with EP 7 http://wiki.sdn.sap.com/wiki/display/BOBJ/Integration+of+BOE+XI3.1+into+the+SAP+Enterprise+Portal+7.x SBOP BI 4 with EP 7 http://wiki.sdn.sap.com/wiki/display/BOBJ/BI4+Integrati ...
blueoxygen 评论(0) 有1025人浏览 2011-12-08 02:20

[WIKI recommendation]Impact of a BEx query change to universes and WebI document

As long as we are still on BW+XI 3.x+IK, we need to take account of this. Once we move to BI 4.0, we are good since we get rid of universe.   http://wiki.sdn.sap.com/wiki/display/BOBJ/Impact+of+a+BEx ...
blueoxygen 评论(0) 有1020人浏览 2011-11-23 06:42

基于multi-structure query的universe

如果BW query是Multi-structure结构,那么建立的universe有如下规则: 对于characteristic structure,universe建立一个structure object 对于keyfigure structure, universe为每一个keyfigure建立一个object       
blueoxygen 评论(0) 有873人浏览 2011-11-16 06:24

在ubuntu下整合apache http server tomcat

安装apache2 tomcat6 libapache2-mod-jk 注意,尽量用源安装,保证版本一直。 sun jdk安装需要加载其他源。 在 httpd.conf文件添加 ServerName 127.0.0.1 LoadModule jk_module /usr/lib/apache2/modules/mod_jk.so # Where to find workers.properties ...
zhaoyifei 评论(0) 有1291人浏览 2011-08-04 10:49

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics