commons-fileupload: Streaming mode

2006-05-23 Thread Jochen Wiedmann

Hi,

I have developed a modified version of the commons-fileupload, which
allow a true streaming mode. In other words, there's no need for
internal byte arrays or temporary disk files, you simply iterate through
the items, get an InputStream on the items, read and process the
InputStream (for example, run an XML parser on it) and that's it. The
API remains unchanged and the modifications are strictly internally.

For obvious reasons, the patches are non-trivial. So far I have splitted
some changes into three patches, which I have posted in Jira issues.
However, to get this patches in, one after the other, I see as my only
chances, if an existing developer would express interest on the changes,
review and guide my work and accept patches step by step. Is there
anyone who volunteers doing the job? Perhaps, being an active ws
committer, I might after some time as well receive Karma for
commons-fileupload and finish the work, if I have earned some trust.

Regards,

Jochen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: commons-fileupload: Streaming mode

2006-05-23 Thread Yoav Shapira

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 commons-fileupload, which
allow a true streaming mode. In other words, there's no need for
internal byte arrays or temporary disk files, you simply iterate through
the items, get an InputStream on the items, read and process the
InputStream (for example, run an XML parser on it) and that's it. The
API remains unchanged and the modifications are strictly internally.

For obvious reasons, the patches are non-trivial. So far I have splitted
some changes into three patches, which I have posted in Jira issues.
However, to get this patches in, one after the other, I see as my only
chances, if an existing developer would express interest on the changes,
review and guide my work and accept patches step by step. Is there
anyone who volunteers doing the job? Perhaps, being an active ws
committer, I might after some time as well receive Karma for
commons-fileupload and finish the work, if I have earned some trust.

Regards,

Jochen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Yoav Shapira
Nimalex LLC
1 Mifflin Place, Suite 310
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: commons-fileupload: Streaming mode

2006-05-23 Thread robert burrell donkin
On Tue, 2006-05-23 at 07:24 -0400, Yoav Shapira wrote:
 Hola,
 +1 to you getting commons-fileupload karma and doing it yourself ;)

+1

i've kicked off the formal vote on commons-dev.

- robert



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 commons-fileupload, which
allow a true streaming mode. In other words, there's no need for
internal byte arrays or temporary disk files, you simply iterate  
through

the items, get an InputStream on the items, read and process the
InputStream (for example, run an XML parser on it) and that's it. The
API remains unchanged and the modifications are strictly internally.

For obvious reasons, the patches are non-trivial. So far I have  
splitted

some changes into three patches, which I have posted in Jira issues.
However, to get this patches in, one after the other, I see as my  
only
chances, if an existing developer would express interest on the  
changes,

review and guide my work and accept patches step by step. Is there
anyone who volunteers doing the job? Perhaps, being an active ws
committer, I might after some time as well receive Karma for
commons-fileupload and finish the work, if I have earned some trust.

Regards,

Jochen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Yoav Shapira
Nimalex LLC
1 Mifflin Place, Suite 310
Cambridge, MA, USA
[EMAIL PROTECTED] / www.yoavshapira.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]