commons-fileupload: Streaming mode

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
Jochen Wiedmann [ Di, 23 Mai 2006 12:45 ] [ ID #1327171 ]

Re: commons-fileupload: Streaming mode

Hola,
+1 to you getting commons-fileupload karma and doing it yourself ;)

Yoav

On 5/23/06, Jochen Wiedmann <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>


--
Yoav Shapira
Nimalex LLC
1 Mifflin Place, Suite 310
Cambridge, MA, USA
yoavs [at] computer.org / www.yoavshapira.com
Yoav Shapira [ Di, 23 Mai 2006 13:24 ] [ ID #1327172 ]

Re: commons-fileupload: Streaming mode

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
robert burrell donkin [ Mi, 24 Mai 2006 00:32 ] [ ID #1327173 ]

Re: commons-fileupload: Streaming mode

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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
>> For additional commands, e-mail: general-help [at] jakarta.apache.org
>>
>>
>
>
> --
> Yoav Shapira
> Nimalex LLC
> 1 Mifflin Place, Suite 310
> Cambridge, MA, USA
> yoavs [at] computer.org / www.yoavshapira.com
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
Dain Sundstrom [ Mi, 24 Mai 2006 02:10 ] [ ID #1328825 ]

Re: commons-fileupload: Streaming mode

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 can build this by hand, but I'd prefer a Release
or SNAPSHOT in a maven repo.

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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
>>> For additional commands, e-mail: general-help [at] jakarta.apache.org
>>>
>>>
>>
>>
>> --
>> Yoav Shapira
>> Nimalex LLC
>> 1 Mifflin Place, Suite 310
>> Cambridge, MA, USA
>> yoavs [at] computer.org / www.yoavshapira.com
>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> For additional commands, e-mail: general-help [at] jakarta.apache.org
>>
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
Dain Sundstrom [ So, 29 Oktober 2006 19:26 ] [ ID #1517688 ]

Re: commons-fileupload: Streaming mode

Our (Commons) nightly build machine (vmbuild.apache.org) was on a
vmware zone that hasn't come back after the machine migration. It took
care of both the nightly dist build and the m1 snapshot repo
deployments.

I'll pester for info again on it tomorrow; last I heard was that we
don't have vmware expertise and so it's a case of finding nudging
those who were involved with infra back when it was down to look into
it.

It's all in SVN, so if nothing's forthcoming I'll look into setting
something up (unless someone else volunteers - always appreciated :)
).

Sad that we pestered Craig to get it off of his workstation, and we've
not managed to achieve his quality of service.

Hen

On 10/29/06, Dain Sundstrom <dain [at] iq80.com> 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 can build this by hand, but I'd prefer a Release
> or SNAPSHOT in a maven repo.
>
> 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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
> >>> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >>>
> >>>
> >>
> >>
> >> --
> >> Yoav Shapira
> >> Nimalex LLC
> >> 1 Mifflin Place, Suite 310
> >> Cambridge, MA, USA
> >> yoavs [at] computer.org / www.yoavshapira.com
> >>
> >> ------------------------------------------------------------ ---------
> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >>
> >
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> > For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
bayard [ Do, 02 November 2006 09:38 ] [ ID #1522764 ]

Re: commons-fileupload: Streaming mode

In the mean time, can you publish a SNAPSHOT? Also, is anyone
looking at releasing this stuff? Am I on the wrong mailing list (I
couldn't find one for commons-fileupload)?

Thanks,

-dain

On Nov 2, 2006, at 12:38 AM, Henri Yandell wrote:

> Our (Commons) nightly build machine (vmbuild.apache.org) was on a
> vmware zone that hasn't come back after the machine migration. It took
> care of both the nightly dist build and the m1 snapshot repo
> deployments.
>
> I'll pester for info again on it tomorrow; last I heard was that we
> don't have vmware expertise and so it's a case of finding nudging
> those who were involved with infra back when it was down to look into
> it.
>
> It's all in SVN, so if nothing's forthcoming I'll look into setting
> something up (unless someone else volunteers - always appreciated :)
> ).
>
> Sad that we pestered Craig to get it off of his workstation, and we've
> not managed to achieve his quality of service.
>
> Hen
>
> On 10/29/06, Dain Sundstrom <dain [at] iq80.com> 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 can build this by hand, but I'd prefer a Release
>> or SNAPSHOT in a maven repo.
>>
>> 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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
>> >>> For additional commands, e-mail: general-help [at] jakarta.apache.org
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >> Yoav Shapira
>> >> Nimalex LLC
>> >> 1 Mifflin Place, Suite 310
>> >> Cambridge, MA, USA
>> >> yoavs [at] computer.org / www.yoavshapira.com
>> >>
>> >>
>> ------------------------------------------------------------ ---------
>> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
>> >>
>> >
>> >
>> >
>> ------------------------------------------------------------ ---------
>> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> > For additional commands, e-mail: general-help [at] jakarta.apache.org
>>
>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> For additional commands, e-mail: general-help [at] jakarta.apache.org
>>
>>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
Dain Sundstrom [ Do, 02 November 2006 20:31 ] [ ID #1522765 ]

Re: commons-fileupload: Streaming mode

------=_Part_9081_17700216.1162496567776
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 11/2/06, Dain Sundstrom <dain [at] iq80.com> wrote:
>
> In the mean time, can you publish a SNAPSHOT? Also, is anyone
> looking at releasing this stuff? Am I on the wrong mailing list (I
> couldn't find one for commons-fileupload)?


The mailing lists for FileUpload are the usual Commons ones, viz
commons-dev [at] j.a.o and commons-user [at] j.a.o.

--
Martin Cooper


Thanks,
>
> -dain
>
> On Nov 2, 2006, at 12:38 AM, Henri Yandell wrote:
>
> > Our (Commons) nightly build machine (vmbuild.apache.org) was on a
> > vmware zone that hasn't come back after the machine migration. It took
> > care of both the nightly dist build and the m1 snapshot repo
> > deployments.
> >
> > I'll pester for info again on it tomorrow; last I heard was that we
> > don't have vmware expertise and so it's a case of finding nudging
> > those who were involved with infra back when it was down to look into
> > it.
> >
> > It's all in SVN, so if nothing's forthcoming I'll look into setting
> > something up (unless someone else volunteers - always appreciated :)
> > ).
> >
> > Sad that we pestered Craig to get it off of his workstation, and we've
> > not managed to achieve his quality of service.
> >
> > Hen
> >
> > On 10/29/06, Dain Sundstrom <dain [at] iq80.com> 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 can build this by hand, but I'd prefer a Release
> >> or SNAPSHOT in a maven repo.
> >>
> >> 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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
> >> >>> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >> --
> >> >> Yoav Shapira
> >> >> Nimalex LLC
> >> >> 1 Mifflin Place, Suite 310
> >> >> Cambridge, MA, USA
> >> >> yoavs [at] computer.org / www.yoavshapira.com
> >> >>
> >> >>
> >> ------------------------------------------------------------ ---------
> >> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >> >>
> >> >
> >> >
> >> >
> >> ------------------------------------------------------------ ---------
> >> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> > For additional commands, e-mail: general-help [at] jakarta.apache.org
> >>
> >>
> >> ------------------------------------------------------------ ---------
> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >>
> >>
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> > For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>

------=_Part_9081_17700216.1162496567776--
Martin Cooper [ Do, 02 November 2006 20:42 ] [ ID #1522766 ]

Re: commons-fileupload: Streaming mode

Done:

http://people.apache.org/repo/m1-snapshot-repository/commons -fileupload/jars/

Hen

On 11/2/06, Dain Sundstrom <dain [at] iq80.com> wrote:
> In the mean time, can you publish a SNAPSHOT? Also, is anyone
> looking at releasing this stuff? Am I on the wrong mailing list (I
> couldn't find one for commons-fileupload)?
>
> Thanks,
>
> -dain
>
> On Nov 2, 2006, at 12:38 AM, Henri Yandell wrote:
>
> > Our (Commons) nightly build machine (vmbuild.apache.org) was on a
> > vmware zone that hasn't come back after the machine migration. It took
> > care of both the nightly dist build and the m1 snapshot repo
> > deployments.
> >
> > I'll pester for info again on it tomorrow; last I heard was that we
> > don't have vmware expertise and so it's a case of finding nudging
> > those who were involved with infra back when it was down to look into
> > it.
> >
> > It's all in SVN, so if nothing's forthcoming I'll look into setting
> > something up (unless someone else volunteers - always appreciated :)
> > ).
> >
> > Sad that we pestered Craig to get it off of his workstation, and we've
> > not managed to achieve his quality of service.
> >
> > Hen
> >
> > On 10/29/06, Dain Sundstrom <dain [at] iq80.com> 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 can build this by hand, but I'd prefer a Release
> >> or SNAPSHOT in a maven repo.
> >>
> >> 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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
> >> >>> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >> --
> >> >> Yoav Shapira
> >> >> Nimalex LLC
> >> >> 1 Mifflin Place, Suite 310
> >> >> Cambridge, MA, USA
> >> >> yoavs [at] computer.org / www.yoavshapira.com
> >> >>
> >> >>
> >> ------------------------------------------------------------ ---------
> >> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >> >>
> >> >
> >> >
> >> >
> >> ------------------------------------------------------------ ---------
> >> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> > For additional commands, e-mail: general-help [at] jakarta.apache.org
> >>
> >>
> >> ------------------------------------------------------------ ---------
> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
> >>
> >>
> >
> > ------------------------------------------------------------ ---------
> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> > For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
>
>
Henri Yandell [ Sa, 04 November 2006 10:23 ] [ ID #1524681 ]

Re: commons-fileupload: Streaming mode

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 <dain [at] iq80.com> wrote:
>> In the mean time, can you publish a SNAPSHOT? Also, is anyone
>> looking at releasing this stuff? Am I on the wrong mailing list (I
>> couldn't find one for commons-fileupload)?
>>
>> Thanks,
>>
>> -dain
>>
>> On Nov 2, 2006, at 12:38 AM, Henri Yandell wrote:
>>
>> > Our (Commons) nightly build machine (vmbuild.apache.org) was on a
>> > vmware zone that hasn't come back after the machine migration.
>> It took
>> > care of both the nightly dist build and the m1 snapshot repo
>> > deployments.
>> >
>> > I'll pester for info again on it tomorrow; last I heard was that we
>> > don't have vmware expertise and so it's a case of finding nudging
>> > those who were involved with infra back when it was down to look
>> into
>> > it.
>> >
>> > It's all in SVN, so if nothing's forthcoming I'll look into setting
>> > something up (unless someone else volunteers - always
>> appreciated :)
>> > ).
>> >
>> > Sad that we pestered Craig to get it off of his workstation, and
>> we've
>> > not managed to achieve his quality of service.
>> >
>> > Hen
>> >
>> > On 10/29/06, Dain Sundstrom <dain [at] iq80.com> 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 can build this by hand, but I'd prefer a
>> Release
>> >> or SNAPSHOT in a maven repo.
>> >>
>> >> 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 <jochen.wiedmann [at] gmail.com> 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: general-unsubscribe [at] jakarta.apache.org
>> >> >>> For additional commands, e-mail: general-
>> help [at] jakarta.apache.org
>> >> >>>
>> >> >>>
>> >> >>
>> >> >>
>> >> >> --
>> >> >> Yoav Shapira
>> >> >> Nimalex LLC
>> >> >> 1 Mifflin Place, Suite 310
>> >> >> Cambridge, MA, USA
>> >> >> yoavs [at] computer.org / www.yoavshapira.com
>> >> >>
>> >> >>
>> >>
>> ------------------------------------------------------------ ---------
>> >> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> >> >> For additional commands, e-mail: general-
>> help [at] jakarta.apache.org
>> >> >>
>> >> >
>> >> >
>> >> >
>> >>
>> ------------------------------------------------------------ ---------
>> >> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> >> > For additional commands, e-mail: general-help [at] jakarta.apache.org
>> >>
>> >>
>> >>
>> ------------------------------------------------------------ ---------
>> >> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> >> For additional commands, e-mail: general-help [at] jakarta.apache.org
>> >>
>> >>
>> >
>> >
>> ------------------------------------------------------------ ---------
>> > To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> > For additional commands, e-mail: general-help [at] jakarta.apache.org
>>
>>
>> ------------------------------------------------------------ ---------
>> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
>> For additional commands, e-mail: general-help [at] jakarta.apache.org
>>
>>
>
> ------------------------------------------------------------ ---------
> To unsubscribe, e-mail: general-unsubscribe [at] jakarta.apache.org
> For additional commands, e-mail: general-help [at] jakarta.apache.org
Dain Sundstrom [ Mo, 06 November 2006 20:09 ] [ ID #1526515 ]
Miscellaneous » gmane.comp.jakarta.general » commons-fileupload: Streaming mode

Vorheriges Thema: New signing key
Nächstes Thema: [Jakarta Wiki] Update of "xiongxiaoming23" by RolandWeber