Re: [pool][dbcp] cross pollination

2010-10-18 Thread Mark Thomas
On 18/10/2010 08:38, Paul Benedict wrote: > Has any thought been given to simply rolling the projects into one? Yes. -1. Lots of folks use pool that have no interest in databases. Mark > > On Sun, Oct 17, 2010 at 2:13 PM, Phil Steitz wrote: >> On 10/17/10 2:58 PM, Gary Gregory wrote: >>> >>>

Re: [pool][dbcp] cross pollination

2010-10-18 Thread Gary Gregory
That's an interesting idea, especially since Jdbc is buitin Java. I think it would good to at least consider a small scale 'release train' a la Eclipse. Gary On Oct 18, 2010, at 6:39, "Paul Benedict" wrote: > Has any thought been given to simply rolling the projects into one? > > On Sun, Oct

Re: [pool][dbcp] cross pollination

2010-10-18 Thread Phil Steitz
On Oct 18, 2010, at 9:38 AM, Paul Benedict wrote: > Has any thought been given to simply rolling the projects into one? > Yes. The project is called *Apache Commons* ;) Seriously guys, we have to stop talking about "projects" inside Commons. We do have separate *components* with overlapp

Re: [pool][dbcp] cross pollination

2010-10-18 Thread Paul Benedict
I didn't mean to imply one artifact with my suggestion. I would continue publishing two artifacts no matter what. On Mon, Oct 18, 2010 at 9:44 AM, Simone Tripodi wrote: > Hi all, > even if as developer was involved I recently, in therms of APIs, as > user, I'd prefeer keeping the 2 things separat

Re: [pool][dbcp] cross pollination

2010-10-18 Thread Simone Tripodi
Hi all, even if as developer was involved I recently, in therms of APIs, as user, I'd prefeer keeping the 2 things separated: * the pool is a set of APIs with interfaces and some concrete implementations to create generic pools; i.e. I used it to pool instances of commons-digester parsers or http

Re: [pool][dbcp] cross pollination

2010-10-18 Thread Paul Benedict
Has any thought been given to simply rolling the projects into one? On Sun, Oct 17, 2010 at 2:13 PM, Phil Steitz wrote: > On 10/17/10 2:58 PM, Gary Gregory wrote: >> >> Shouldnt we talk more across these two projects? Perhaps making sure we >> have good reuse and cross pollination > > Commons is

Re: [pool][dbcp] cross pollination

2010-10-17 Thread Phil Steitz
On 10/17/10 2:58 PM, Gary Gregory wrote: Shouldnt we talk more across these two projects? Perhaps making sure we have good reuse and cross pollination Commons is *one* project. That said, the answer is obviously yes. As we start to bring in the jdbc-pool stuff, this will become even more ap

[pool][dbcp] cross pollination

2010-10-17 Thread Gary Gregory
Shouldnt we talk more across these two projects? Perhaps making sure we have good reuse and cross pollination Gary - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.ap