Quantcast

Spring-batch with mybatis

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Spring-batch with mybatis

Prashant Neginahal
Hi,

We are looking using spring-batch 3 with mybatis for our batch
processing requirements (using MyBatisPagingItemReader). Just
wondering, is this combination tested enough for production use.

Any advise is really appreciated.

Thanks,
Prashant
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Spring-batch with mybatis

Eduardo Macarron
Hi Prashant. It is undocumented (because of my laziness) so I suppose
not many people is using it.

If you have a look at the code you will see that it is really really
simple so there is not much to break :)

On 10 abr, 20:10, Prashant Neginahal <[hidden email]> wrote:

> Hi,
>
> We are looking using spring-batch 3 with mybatis for our batch
> processing requirements (using MyBatisPagingItemReader). Just
> wondering, is this combination tested enough for production use.
>
> Any advise is really appreciated.
>
> Thanks,
> Prashant
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Spring-batch with mybatis

Prashant Neginahal
Thanks, Eduardo. We are going to ahead with this combination and
hoping to see no surprises.

Regards,
Prashant

On Apr 11, 9:48 am, Eduardo <[hidden email]> wrote:

> Hi Prashant. It is undocumented (because of my laziness) so I suppose
> not many people is using it.
>
> If you have a look at the code you will see that it is really really
> simple so there is not much to break :)
>
> On 10 abr, 20:10, Prashant Neginahal <[hidden email]> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > We are looking using spring-batch 3 with mybatis for our batch
> > processing requirements (using MyBatisPagingItemReader). Just
> > wondering, is this combination tested enough for production use.
>
> > Any advise is really appreciated.
>
> > Thanks,
> > Prashant
Loading...