Java: Sharing a connection pool accross other J2SE Apps...?
Posted
by Zombies
on Stack Overflow
See other posts from Stack Overflow
or by Zombies
Published on 2010-03-08T19:31:26Z
Indexed on
2010/03/08
19:36 UTC
Read the original article
Hit count: 336
So I have a connection pool setup. Which is great and all since I have an application that really needs it. However what I would like to know is if it is possible to share this connection pool with other J2SE apps? Would this even be worth it, as opposed to creating a connection pool based on each apps needs? If it would be prudent, how can I accomplish this?
© Stack Overflow or respective owner