Skip to content

wensong/dbpool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBPool

Introduction

This is a system for easy management Database Connection for Java development

USAGE

Maven dependency

Use following dependency in your project:

<dependency>
    <groupId>net.sinofool</groupId>
    <artifactId>dbpool</artifactId>
    <version>1.1</version>
</dependency>

INSTALL

Java Client

It needs enviroument variable ICE_HOME set to where ICE is installed.

export ICE_HOME=$HOME/build/Ice-3.5
cd client-java && mvn package

C++ Server

It needs two variables: ICE_HOME LOG4CPLUS_HOME

cd server && make ICE_HOME=$HOME/build/Ice-3.5 LOG4CPLUS_HOME=$HOME/build/log4cplus_dist

Precompiled package

I have some precompiled packages for quick start in pure java environment. ###For CentOS6: dbpool_server: http:https://sinofool.net/dl/dbpool_server.tar.bz2 Ice-3.5.0: http:https://sinofool.net/dl/Ice-3.5.0-binary-centos6.tar.bz2

If you want package for other platform, please open a ticket in this project.

About

A datasource control system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published