Hi

Scott said me this needs more discussion and I hope it will lead to a
positive answer but it doesn't prevent us to go ahead I think
Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2013/9/17 Mark Struberg <strub...@yahoo.de>:
> wohuu, really great news!
>
> Does Scott and the orther guy(s) who worked on jBatch for IBM like to join 
> the incubation?
> That's usually how things work. Even if they don't plan to add much to jBatch 
> anymore, they still have a good amount of
> merrit.
>
> LieGrue,
> strub
>
>
>
>
> ----- Original Message -----
>> From: Romain Manni-Bucau <rmannibu...@gmail.com>
>> To: general@incubator.apache.org
>> Cc:
>> Sent: Monday, 16 September 2013, 22:11
>> Subject: Re: [DISCUSS] jbatch impl @Apache?
>>
>> Hi,
>>
>> Now Scott informed us we can fork the RI (
>> http://apache-incubator-general.996316.n3.nabble.com/Re-DISCUSS-jbatch-impl-Apache-td36529.html)
>> is it ok to start to write a proposal?
>> Le 30 août 2013 15:23, "Romain Manni-Bucau"
>> <rmannibu...@gmail.com> a
>> écrit :
>>
>>>  Hi
>>>
>>>  added some few modules:
>>>  * shiro: nothing fancy just a simple SecurityService which check some perm
>>>  to start/restart jobs - mainly to show how to write a custom one
>>>  * extras: some readers/writers (flat, StAX)
>>>  * beanio: integration with BeanIO framework
>>>
>>>  I'll be quite off next week but any feedback + help to go ahead would
>> be
>>>  perfect
>>>
>>>  *Romain Manni-Bucau*
>>>  *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
>>>  *Blog:
>> **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
>>>  *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
>>>  *Github: https://github.com/rmannibucau*
>>>
>>>
>>>
>>>  2013/8/27 Romain Manni-Bucau <rmannibu...@gmail.com>
>>>
>>>>  Hi
>>>>
>>>>  here is the fork: https://github.com/rmannibucau/batchee
>>>>
>>>>  I created a parent module even if not yet mandatory since we will
>> surely
>>>>  add a kind of extra module with readers, writers etc...
>>>>
>>>>  I put a TODO.md with tasks i see as important to do
>>>>
>>>>  mvn clean install will execute TCKs (normally it should be green in
>> java
>>>>  6 or 7)
>>>>
>>>>  *Romain Manni-Bucau*
>>>>  *Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
>>>>  *Blog:
>> **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
>>>>  *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
>>>>  *Github: https://github.com/rmannibucau*
>>>>
>>>>
>>>>
>>>>  2013/8/27 Andy Van Den Heuvel <andy.vandenheu...@gmail.com>
>>>>
>>>>>  Great,
>>>>>
>>>>>  Keep us posted.
>>>>>
>>>>>
>>>>>  On Tue, Aug 27, 2013 at 10:36 AM, Romain Manni-Bucau
>>>>>  <rmannibu...@gmail.com>wrote:
>>>>>
>>>>>  > Great to here,
>>>>>  >
>>>>>  > i plan to create a fork (maybe "copy" is more
>> appropriated here) on my
>>>>>  > github for the end of this week (hopefully) then we can maybe
>> discuss
>>>>>  > around it, does it work for you?
>>>>>  >
>>>>>  > *Romain Manni-Bucau*
>>>>>  > *Twitter: @rmannibucau
>> <https://twitter.com/rmannibucau>*
>>>>>  > *Blog: **http://rmannibucau.wordpress.com/*<
>>>>>  > http://rmannibucau.wordpress.com/>
>>>>>  > *LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
>>>>>  > *Github: https://github.com/rmannibucau*
>>>>>  >
>>>>>  >
>>>>>  >
>>>>>  > 2013/8/27 Mark Struberg <strub...@yahoo.de>
>>>>>  >
>>>>>  > > I'd definitly need a jBatch here for some customers
>> and I'd be happy
>>>>>  to
>>>>>  > > help with hacking, testing and even mentoring.
>>>>>  > >
>>>>>  > > LieGrue,
>>>>>  > > strub
>>>>>  > >
>>>>>  > >
>>>>>  > >
>>>>>  > >
>>>>>  > > ----- Original Message -----
>>>>>  > > > From: Alan Cabrera <l...@toolazydogs.com>
>>>>>  > > > To: general@incubator.apache.org
>>>>>  > > > Cc:
>>>>>  > > > Sent: Monday, 26 August 2013, 17:15
>>>>>  > > > Subject: Re: [DISCUSS] jbatch impl @Apache?
>>>>>  > > >
>>>>>  > > > Is there enough interest to generate an active
>> community for this?
>>>>>  > > Would it
>>>>>  > > > make more sense to do this work under Geronimo or
>> TomEE?
>>>>>  > > >
>>>>>  > > >
>>>>>  > > > Regards,
>>>>>  > > > Alan
>>>>>  > > >
>>>>>  > > >
>>>>>  > > > On Aug 26, 2013, at 7:01 AM, Romain Manni-Bucau <
>>>>>  rmannibu...@gmail.com
>>>>>  > >
>>>>>  > > > wrote:
>>>>>  > > >
>>>>>  > > >>  Hi
>>>>>  > > >>
>>>>>  > > >>  As you probably know JavaEE 7 proposes a new
>> spec called JBatch
>>>>>  (aka
>>>>>  > > JSR
>>>>>  > > >>  352).
>>>>>  > > >>
>>>>>  > > >>  I'd love to see an implementation @Apache.
>>>>>  > > >>
>>>>>  > > >>  There is ATM only one implementation
>> (spring-batch doesn't pass
>>>>>  the
>>>>>  > > > full
>>>>>  > > >>  TCKs): the RI (done by IBM).
>>>>>  > > >>
>>>>>  > > >>  AFAIK they doesn't aim to create a
>> community about this spec but
>>>>>  > their
>>>>>  > > >>  implementation is under the license Apache v2
>> and starting to
>>>>>  > > implement it
>>>>>  > > >>  from scratch i started to get something very
>> close to them (i
>>>>>  just
>>>>>  > > started
>>>>>  > > >>  but seeing my classes so close i decided to
>> stop my impl from
>>>>>  scratch
>>>>>  > > and
>>>>>  > > >>  see if forking wouldn't be a better/easier
>> solution).
>>>>>  > > >>
>>>>>  > > >>  Personally my plan would be to fork their code
>> and clean/update
>>>>>  it
>>>>>  > and
>>>>>  > > >>  create a community around it.
>>>>>  > > >>
>>>>>  > > >>  About it i have some questions:
>>>>>  > > >>  1) does it sound good?
>>>>>  > > >>  2) any interested people?
>>>>>  > > >>  3) how to process exactly?
>>>>>  > > >>
>>>>>  > > >>  *Romain Manni-Bucau*
>>>>>  > > >>  *Twitter: @rmannibucau
>> <https://twitter.com/rmannibucau>*
>>>>>  > > >>  *Blog:
>>>>>  > > > **http://rmannibucau.wordpress.com/*<
>>>>>  http://rmannibucau.wordpress.com/
>>>>>  > >
>>>>>  > > >>  *LinkedIn:
>> **http://fr.linkedin.com/in/rmannibucau*
>>>>>  > > >>  *Github: https://github.com/rmannibucau*
>>>>>  > > >
>>>>>  > > >
>>>>>  > > >
>>>>>
>> ---------------------------------------------------------------------
>>>>>  > > > To unsubscribe, e-mail:
>> general-unsubscr...@incubator.apache.org
>>>>>  > > > For additional commands, e-mail:
>> general-h...@incubator.apache.org
>>>>>  > > >
>>>>>  > >
>>>>>  > >
>> ---------------------------------------------------------------------
>>>>>  > > To unsubscribe, e-mail:
>> general-unsubscr...@incubator.apache.org
>>>>>  > > For additional commands, e-mail:
>> general-h...@incubator.apache.org
>>>>>  > >
>>>>>  > >
>>>>>  >
>>>>>
>>>>
>>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to