[DBCP] Managed Connection support

2007-07-03 Thread Dain Sundstrom
I just posted a patch JIRA which adds support for container managed connections to DBCP. In an environment where you have an accessible transaction manger such as Tomcat (when installed), Geronimo or OpenEJB, this patch allows adds support for pooling managed connections to an XA or

Re: commons-fileupload: Streaming mode

2006-11-06 Thread Dain Sundstrom
Excellent thanks, -dain On Nov 4, 2006, at 1:23 AM, Henri Yandell wrote: Done: http://people.apache.org/repo/m1-snapshot-repository/commons- fileupload/jars/ Hen On 11/2/06, Dain Sundstrom [EMAIL PROTECTED] wrote: In the mean time, can you publish a SNAPSHOT? Also, is anyone looking

Re: commons-fileupload: Streaming mode

2006-11-02 Thread Dain Sundstrom
to achieve his quality of service. Hen On 10/29/06, Dain Sundstrom [EMAIL PROTECTED] wrote: Has this code been Released yet? The latest version I see is 1.1.1 and it doesn't seem to contain the FileItemIterator class. Also there don't seem to be any nightly snapshots available. In the mean time I

Re: commons-fileupload: Streaming mode

2006-10-29 Thread Dain Sundstrom
. Thanks for any help, -dain On May 23, 2006, at 5:10 PM, Dain Sundstrom wrote: Wow. I can't wait to get my hands on this code. -dain On May 23, 2006, at 4:24 AM, Yoav Shapira wrote: Hola, +1 to you getting commons-fileupload karma and doing it yourself ;) Yoav On 5/23/06, Jochen Wiedmann

Re: offtopic - Woodcrest vs. Xeon

2006-10-24 Thread Dain Sundstrom
IIRC the single core xeons are the old architecture, and really suck (speed, heat and cost) compared to the new core architecture. -dain On Oct 23, 2006, at 12:57 PM, Will Glass-Husain wrote: Thanks, Geir, Yes, I'm comparing two Woodcrest chips (4 cores total) with 2 single-core Xeon

Re: commons-fileupload: Streaming mode

2006-05-23 Thread Dain Sundstrom
Wow. I can't wait to get my hands on this code. -dain On May 23, 2006, at 4:24 AM, Yoav Shapira wrote: Hola, +1 to you getting commons-fileupload karma and doing it yourself ;) Yoav On 5/23/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, I have developed a modified version of the

Re: Removing interim dated builds from /www/www.apache.org/dist/java-repository

2005-01-07 Thread Dain Sundstrom
On Jan 7, 2005, at 6:56 AM, Mark R. Diggory wrote: Dain Sundstrom wrote: I would hope so. These projects have a trivial or non existent set of dependencies. Take a look at a big project using maven and you will see that they use lots of repos, because ibiblio tends not to have

Re: [OT] Which Linux distribution for Java development?

2005-01-06 Thread Dain Sundstrom
for projects like Geronimo where we are working on certifying our code, since Sun only allows a library to be certified on a certified VM. FWIU, the only linux distros with certified VMs are Red Hat (enterprise?) and Suse. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26

Re: Removing interim dated builds from /www/www.apache.org/dist/java-repository

2005-01-05 Thread Dain Sundstrom
On Jan 4, 2005, at 8:34 PM, Mark R. Diggory wrote: Please excuse the cross post. I'm planning to run some commands on the java-repository to remove interim builds and SNAPSHOTS. Specifically, I'll be running: If you remove SNAPSHOTS, it not only can it break head branches of projects, it can

Re: Jakarta Support provider

2004-12-01 Thread Dain Sundstrom
Are you going to tame down your website also? -dain On Dec 1, 2004, at 5:55 PM, Mark Brewer wrote: OK. Clearly we would tame it down if you'd like. That's our marketing blurb from our website. Let us know. Thanks - Mark -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED]

Re: Future JDK features 2 items

2004-10-29 Thread Dain Sundstrom
On Oct 27, 2004, at 4:15 PM, Bernhard Fastenrath wrote: method pointers? closures? Is anybody going to suggest self-modifying java assembler code as a language feature? I don't really see how you got from method pointers and closures to self-modifying code (I see that as a bit of fear

Re: Future JDK features - performance and stability

2004-10-29 Thread Dain Sundstrom
+10 -dain On Oct 28, 2004, at 1:24 AM, Danny Angus wrote: This is a bit of a rant, I know but... One thing I would like to see Sun do, from the point of view of my previous role at work, would be to devote more effort to improving the stability and performance of the Hotspot VM on

Re: Future JDK features - performance and stability

2004-10-29 Thread Dain Sundstrom
On Oct 29, 2004, at 8:43 AM, Danny Angus wrote: On Fri, 29 Oct 2004 08:11:03 -0700, Dain Sundstrom [EMAIL PROTECTED] wrote: +10 I make that 10 trillion. Did I hit a nerve there Dain? ! Yes! One thing that has been bugging me for years it the URLClassLoader on windows, locks the jars

Re: Future JDK features 2 items

2004-10-27 Thread Dain Sundstrom
On Oct 27, 2004, at 1:10 AM, Danny Angus wrote: Dain wrote: If you want method pointers today, just get a good byte code generation tool. Yeah I know, and I seriously believe that workarounds such as this do more to harm the so-called purity of Java than providing explicit language level

Re: Future JDK features 2 items

2004-10-26 Thread Dain Sundstrom
On Oct 26, 2004, at 1:17 AM, Danny Angus wrote: 1/ Ok don't flame me... Method pointers If you want method pointers today, just get a good byte code generation tool. We use cglib in Geronimo to generate FastMethod objects, which look a lot like reflection Method but are about a 100 times faster

Re: Future JDK features: Class Instance Variables (a la Smalltalk)

2004-10-25 Thread Dain Sundstrom
Can you explain what this is and why it is more useful then annoying? IMHO, most of the new features in Java 5 are way more annoying then useful. -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Oct 25, 2004, at 2:42 PM, Gary Gregory wrote: Future JDK features

Re: Can I use Hibernate in an Apache project without compromising the Apache License?

2004-09-27 Thread Dain Sundstrom
On Sep 27, 2004, at 4:20 PM, Oliver Zeigermann wrote: I know I keep repeating myself all the time, but for the special case of Hibernate doesn't this http://www.hibernate.org/196.html From the link above: Using Hibernate (by importing Hibernate's public interfaces in your Java code), and

Re: Just in case you're curious

2003-12-22 Thread Dain Sundstrom
on this, but it would be nice to have one. Happy Holidays -dain /* * Dain Sundstrom * Partner * Core Developers Network */ On Dec 21, 2003, at 9:08 PM, Lawrence E. Rosen wrote: No, that is not correct. The point of having most committers

Re: Just in case you're curious

2003-12-22 Thread Dain Sundstrom
On Dec 22, 2003, at 5:58 PM, Geir Magnusson Jr. wrote: On Dec 22, 2003, at 6:23 PM, Dain Sundstrom wrote: Larry, I'm surprised that no one answered this (at least that I saw). From what I understand, ASF believes that those on PMC have liability protection from the ASF because the PMC

Re: Just in case you're curious

2003-12-22 Thread Dain Sundstrom
On Dec 22, 2003, at 6:13 PM, Geir Magnusson Jr. wrote: On Dec 22, 2003, at 7:07 PM, Dain Sundstrom wrote: On Dec 22, 2003, at 5:58 PM, Geir Magnusson Jr. wrote: On Dec 22, 2003, at 6:23 PM, Dain Sundstrom wrote: Larry, I'm surprised that no one answered this (at least that I saw). From what

Re: Publicizing ApacheCon 2003

2003-09-04 Thread Dain Sundstrom
://apachecon.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] /* * Dain Sundstrom * Partner * Core Developers Network