cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils BasicDynaBean.java BasicDynaClass.java DynaProperty.java DynaBean.java DynaClass.java

2001-12-27 Thread craigmcc
craigmcc01/12/27 19:59:41 Modified:beanutils/src/java/org/apache/commons/beanutils DynaBean.java DynaClass.java Added: beanutils/src/java/org/apache/commons/beanutils BasicDynaBean.java BasicDynaClass.java D

RE: New tool - armi - 'alternate to RMI'

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Scott Sanders wrote: > > I assume you are a comitter on avalon? Just ask for karma to the > commons-sandbox and start building a proposal. It is that easy. Then > if it gains traction, we vote to upgrade it to commons. > Done. Paul now has commit access on jakarta-comm

RE: New tool - armi - 'alternate to RMI'

2001-12-27 Thread Scott Sanders
Hi Paul, Comments inline. > -Original Message- > From: Paul Hammant [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 23, 2001 8:40 AM > To: [EMAIL PROTECTED] > Subject: New tool - armi - 'alternate to RMI' > > > Folks, > > I'm more usually found in the Avalon project at Jakarta.

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Paulo Gaspar
Hi Craig, Answer inline as usual: > -Original Message- > From: Craig R. McClanahan > > Snipping to deal with a few questinos and thoughts ... > > On Thu, 27 Dec 2001, Paulo Gaspar wrote: > > > > > In my experience the data type should be already in the most basic > > implementation or yo

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Paulo Gaspar
Answer inline > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Craig R. McClanahan > > > On Thu, 27 Dec 2001, Paulo Gaspar wrote: > > > > From: Rey Francois [mailto:[EMAIL PROTECTED]] > > ... > > I'm planning on ripping the getConverter() back out of

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils MutableDynaClass.java DynaBean.java DynaClass.java

2001-12-27 Thread craigmcc
craigmcc01/12/27 16:33:56 Modified:beanutils/src/java/org/apache/commons/beanutils DynaBean.java DynaClass.java Added: beanutils/src/java/org/apache/commons/beanutils MutableDynaClass.java Log: Simplify the DynaClass method sig

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Craig R. McClanahan
Snipping to deal with a few questinos and thoughts ... On Thu, 27 Dec 2001, Paulo Gaspar wrote: > > In my experience the data type should be already in the most basic > implementation or you have not much than a Map with an indexed (int) > access. > I'm thinking that there will be two common us

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Paulo Gaspar
Some remarks inline: > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Craig R. McClanahan > Major Changes And Enhancements: > > ... > > * At the suggestion of Michael Smith, separate out the information > related to what properties are actually def

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Paulo Gaspar wrote: > > From: Rey Francois [mailto:[EMAIL PROTECTED]] > > > > I had to crate a similar interface in a data mapper framework I developed, > > however in the signature of the conversion method I included an additional > > parameter for the Locale. Without it,

cvs commit: jakarta-commons/beanutils/src/java/org/apache/commons/beanutils DynaClass.java

2001-12-27 Thread craigmcc
craigmcc01/12/27 13:17:38 Modified:beanutils/src/java/org/apache/commons/beanutils DynaClass.java Log: Remove the "converter" property from DynaClass -- based on discussions on the mailing list, it really doesn't belong here. Add an instance factory me

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Paulo Gaspar
Answer inline: > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Craig R. McClanahan > > ... > > > From: Rey Francois <[EMAIL PROTECTED]> > > > Now the reason for this email is because I had a quick glance > at the code > > that Craig committed earlie

Re: curious latka doco bug...

2001-12-27 Thread Morgan Delagrange
Thanks for the reminder, I've been meaning to fix that. OK, fixed. - Original Message - From: "Jim Cheesman" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 2:06 AM Subject: curious latka doco bug... > Curious, to my eyes a

Re: Database Connection Pool

2001-12-27 Thread Paul Hammant
Randy Speh wrote: >Thanks for the info. Would you mind telling me the >differences between Avalon and Fulcrum/Commons. > >I just wasn't aware of Avalon for some reason. I've >been submerged in Turbine, Torque, Fulcrum and Commons >code. > It is big. See http://jakarta.apache.org/avalon/ Commo

Re: New tool - armi - 'alternate to RMI'

2001-12-27 Thread Paul Hammant
Christopher, > You're not the only coder who thinks that way. :-) > When I first started working with RMI, RE's really disappointed me, > because my goal was to develop code that could work equally well > whether it was going to run remotely or locally, allowing me to > dynamically switch fr

Re: Database Connection Pool

2001-12-27 Thread Paul Hammant
Randy, >Could you please tell me where the document is on how >to configure and start and access Avalon's connection >pool. > Wrong list and "using my brain". Get Avalon (four projects) from CVS. Use "Find in Files" or equiv to find source containing "ConnectionPool" or just "Pool" for more fu

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Rey Francois wrote: > Date: Thu, 27 Dec 2001 18:36:25 +0100 > From: Rey Francois <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: 'Jakarta Commons Developers List' <[EMAIL PROTECTED]> > Subject: RE: [Design Discussion] DynaBeans - Ro

Re: Database Connection Pool

2001-12-27 Thread Berin Loritsch
Randy Speh wrote: > Could you please tell me where the document is on how > to configure and start and access Avalon's connection > pool. The javadocs for the JDBC DataSource are here: http://jakarta.apache.org/avalon/excalibur/api/org/apache/avalon/excalibur/datasource/JdbcDataSource.html Th

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Paulo Gaspar
Answer inline: > -Original Message- > From: Rey Francois [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 27, 2001 4:45 PM > > First about the DynaBean concept, I fully support it. Many times I found > myself thinking of such generic and dynamic data containers and how they > could e

RE: [Design Discussion] DynaBeans - Round 2

2001-12-27 Thread Craig R. McClanahan
See interspersed. On Thu, 27 Dec 2001, Rey Francois wrote: > Date: Thu, 27 Dec 2001 16:45:24 +0100 > From: Rey Francois <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: 'Jakarta Commons Developers List' <[EMAIL PROTECTED]> > Subject: RE: [Design Discussio

RE: Database Connection Pool

2001-12-27 Thread Paulo Gaspar
My code is a mix of DBCP with a bit of learning from PoolMan. Neither Avalon nor DBCP wrap all Statement and ResultSet interfaces and make sure it is impossible for them to be used after their Connection is returned to the pool. Avalon does nothing in that direction and DBCP is in this respect

Re: Database Connection Pool

2001-12-27 Thread Randy Speh
Could you please tell me where the document is on how to configure and start and access Avalon's connection pool. Thank you, Randy Speh --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Randy Speh wrote: > > > Thanks for the info. Would you mind telling me > the > > differences between Avalon

Re: Database Connection Pool

2001-12-27 Thread Berin Loritsch
Randy Speh wrote: > Thanks for the info. Would you mind telling me the > differences between Avalon and Fulcrum/Commons. > > I just wasn't aware of Avalon for some reason. I've > been submerged in Turbine, Torque, Fulcrum and Commons > code. Honestly, I can only tell you what Avalon does (I

Re: Database Connection Pool

2001-12-27 Thread Randy Speh
Thanks for the info. Would you mind telling me the differences between Avalon and Fulcrum/Commons. I just wasn't aware of Avalon for some reason. I've been submerged in Turbine, Torque, Fulcrum and Commons code. Thanks, Randy --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Randy Speh wrote: >

Re: Database Connection Pool

2001-12-27 Thread Berin Loritsch
Randy Speh wrote: > I would be very interested to see what your connection > pooling code looks like. I been trying to choose the > most appropriate connection pooling technique and have > been considering adapting one myself. Although, I'd > really rather use something from the open source > c