java 连接两个数据库

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java 连接两个数据库相关的知识,希望对你有一定的参考价值。

我的代码需要连接两个数据库,一个是本机的数据库,一个是他机的数据库,请问在JAVA中要如何设置,tomcat要如何设置,急!!
用了个土办法解决问题了,JAVA写了两个连接类了,但是tomcat也要配置。

java写2个连接类就可以了
tomcat不用设置
但是防火墙要设置
可别对方那里禁止连接那就没办法了
参考技术A 写两个DAO连就是了

不过事务的话恐怕要用JTA了

[java两个数据库同步]SpringMVC配置双数据源实现一个java项目同时连接两个数据库的方法

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:aop="http://www.springframework.org/schema/aop"

xmlns:cache="http://www.springframework.org/schema/cache"

xmlns:context="http://www.springframework.org/schema/context"

xmlns:jdbc="http://www.springframework.org/schema/jdbc"xmlns:jee="http://www.springframework.org/schema/jee"

xmlns:jms="http://www.springframework.org/schema/jms"xmlns:lang="http://www.springframework.org/schema/lang"

xmlns:mvc="http://www.springframework.org/schema/mvc"xmlns:oxm="http://www.springframework.org/schema/oxm"

xmlns:p="http://www.springframework.org/schema/p"xmlns:task="http://www.springframework.org/schema/task"

xmlns:tx="http://www.springframework.org/schema/tx"xmlns:util="http://www.springframework.org/schema/util"

xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans.xsd

http://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-3.1.xsd

http://www.springframework.org/schema/cachehttp://www.springframework.org/schema/cache/spring-cache-3.1.xsd

http://www.springframework.org/schema/contexthttp://www.springframework.org/schema/context/spring-context-3.1.xsd

http://www.springframework.org/schema/jdbchttp://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd

http://www.springframework.org/schema/jeehttp://www.springframework.org/schema/jee/spring-jee-3.1.xsd

http://www.springframework.org/schema/jmshttp://www.springframework.org/schema/jms/spring-jms-3.1.xsd

http://www.springframework.org/schema/langhttp://www.springframework.org/schema/lang/spring-lang-3.1.xsd

http://www.springframework.org/schema/mvchttp://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd

http://www.springframework.org/schema/oxmhttp://www.springframework.org/schema/oxm/spring-oxm-3.1.xsd

http://www.springframework.org/schema/taskhttp://www.springframework.org/schema/task/spring-task-3.1.xsd

http://www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-3.1.xsd

http://www.springframework.org/schema/utilhttp://www.springframework.org/schema/util/spring-util-3.1.xsd">

classpath:com/resource/config.properties

destroy-method="close">

destroy-method="close">

org.hibernate.dialect.MySQLDialect

org.springframework.orm.hibernate4.SpringSessionContext

false

true

create

com.po

以上是关于java 连接两个数据库的主要内容,如果未能解决你的问题,请参考以下文章

一个java工程如何连接两个数据库

一个java项目怎么连接两个不同的数据库

在java中如何使用UNION连接两个数据库,我想在两个不同数据库中查询信息22?

java - 如何在java中组合(连接)具有相同列名的两个数据框

c3p0数据库连接池 原创: Java之行 Java之行 5月8日 连接池概述 实际开发中“获得连接”或“释放资源”是非常消耗系统资源的两个过程

[java两个数据库同步]SpringMVC配置双数据源实现一个java项目同时连接两个数据库的方法