本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
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 ...
使用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. ...
Mybatis3和Spring3整合的三种方法
简介:
Mybatis和Spring的整合有三种方法,具体如下,个人建议用第三种抽象类方法。其中提供了许多便捷的方法。
1、采用数据映射器(MapperFactoryBean)的方式,不用写mybatis映射文件,采用注解方式提供相应的sql语句和输入参数。 (1)Spring配置文件:
<!-- 引入jdbc配置文件 -->
<con ...
Mybatis3+Spring3集成测试
一、简介
二、包结构展示
三、重点部分实现
********************************************************
一、简介
因为大家对mybatis不是很熟悉,这里通过一个简单的实例展示一下,mybatis和spring集成后的开发过程。
二、包结构展示
三、重点部分实现
测试类:UserServiceTest
...
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到应用程序中,它提 ...
Mybatis整合Spring
Mybatis整合Spring
根据官方的说法,在ibatis3,也就是Mybatis3问世之前,Spring3的开发工作就已经完成了,所以Spring3中还是没有对Mybatis3的支持。因此由Mybatis社区自己开发了一个Mybatis-Spring用来满足Mybatis用户整合Spring的需求。下面就将通过Mybatis-Spring来整合Mybatis跟Spring的 ...
Spring Integration
Spring Integration Reference Manual:
http://static.springsource.org/spring-integration/reference/htmlsingle/#spring-integration-introduction
Spring integration 的理念来自 《Enterprise Integration Pattern ...
使用maven实现单元测试和集成测试
单元测试是对最小单元即方法的测试,要隔离对他模块的依赖,一般采用stub和mock两种方式
集成测试是对功能的测试,对于大部分web模块来说需要启动web容器,进行集成测试
maven生命周期中已经包含测试(test)和集成测试(integration-test),但未对两种测试代码做区分,需要自己解决启动web容器和代码区分问题。
首先配置maven jetty插件 ...
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 ...
myeclipse转eclipse jee的工程文件补丁(主要是maven补丁)
以下是用来将myeclipse(或者其他没有加maven配置的工程)的工程文件装换到最新的m2eclipse插件所能识别的格式,
简单来说就是修改.project和.classpath
使用方法:
1. 在workspace任意层级下(当然啦,这个workspace的名字要包含"workspace"字样),运行: java EclipseM2Patch
2. 在任意 ...
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 ...
[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 ...
基于multi-structure query的universe
如果BW query是Multi-structure结构,那么建立的universe有如下规则:
对于characteristic structure,universe建立一个structure object
对于keyfigure structure, universe为每一个keyfigure建立一个object
在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
...