Did you go through the Spring reference pdf. They have these explained. Even
google would direct you the HTML chapter of the PDF.

On Thu, Aug 21, 2008 at 1:10 PM, bala r <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I have to implement TransacationManager in my module using Spring with
> Ibatis.
>
> Here is my requirments.
>
> TransacationProcessor  -
>   --Open Transacation
>   --Call LoopProcessor(process multiple files )
>            --- Call DatabaseProcessor
>                       -- Call SQLMqpClient Insert/update/delete.
>            -- Call OtherProcessor do Work.
>   --All Success then Committransaction.
>   -- If fails rollbackTransacation.
>   --End Transaction.
>
> Any documents for handling Spring and Ibaris or any examples i can get from
> any source?
> I tried google Spring with Ibatis transaction but couldnt find any much
> information.
>
> Thanks
> bala.
>

Reply via email to