Re: Performance question - INSERT statement using ibatis.

2009-03-07 Thread JeanNiBee
Hi Yes I should have updated my post last night, I found out about the batch updates and they helped a LOT. The performance of the inserts is still poor, but bit better. Now I have to figure out how to make sure I don't overload the batch by putting too many inserts into it before executing them

Re: How to integrate Ibatis with Struts 2 and Spring

2009-03-07 Thread Michel Schudel
Hi Ratna, I'm assuming you know a little bit about Struts 2, Spring and Maven already. To include iBatis as dependency in Maven 2, you can use the following dependecy in your pom.xml: org.apache.ibatis ibatis-sqlmap 2.3.4.726 Integration of iBatis in Spring can be found in the Spring doc

How to integrate Ibatis with Struts 2 and Spring

2009-03-07 Thread nani2ratna
Hi, I am very new to Ibatis. I am using Struts 2 , Spring and maven. Now i want to configure Ibatis as a Persistence framework. Can anybody please help me to configure this. I searched in google, i didnt get a correct material. Thanks in advance Ratna -- View this message in context: http://ww

Re: Performance question - INSERT statement using ibatis.

2009-03-07 Thread Kengkaj Sathianpantarit
Have you used batch execution? Best Regards, Kengkaj S. email: kengka...@gmail.com - Original Message - From: "JeanNiBee" To: Sent: Saturday, March 07, 2009 1:09 PM Subject: Performance question - INSERT statement using ibatis. Hi I’m just curious if you any one has performance ti