RE: Best practices for ibatis with Eclipse

2009-03-17 Thread LA ROSA, Giuseppe, VF-IT
From: Kengkaj Sathianpantarit [mailto:kengka...@gmail.com] >You can put mapping files under src (it is in classpath). >By the way, you should not use iBATIS from JSPs, JSPs should be used for >display only. Thank's for your support, I copied all xml files under src dir. ; later I'll use Spring w

Re: Best practices for ibatis with Eclipse

2009-03-17 Thread Kengkaj Sathianpantarit
You can put mapping files under src (it is in classpath). By the way, you should not use iBATIS from JSPs, JSPs should be used for display only. Kengkaj On Tue, Mar 17, 2009 at 5:29 PM, LA ROSA, Giuseppe, VF-IT < giuseppe.lar...@vodafone.com> wrote: > > Hi, > > I have a web project under Eclipse