Re: Tomcat Performance Concerns

2006-11-18 Thread Tomi NA
2006/11/19, Gaurav Kushwaha <[EMAIL PROTECTED]>: Thanks Martin and Everyone else for the suggestions. Martin, Oracle I dont want to go with since its expensive. I will infact try out MySQL and will let you guys know. I would argue that you chose one of the inferior database management systems,

Re: [OT] Usage of Ibatis in production

2006-07-29 Thread Tomi NA
On 7/29/06, Larry Meadors <[EMAIL PROTECTED]> wrote: I almost agree, but one point of clarification: iBATIS is not ORM, which is a way to map tables and views to Java beans. iBATIS is SQL mapping, and there are a few key differences. First and foremost is that you can map from anything to anythi

Re: [OT] Usage of Ibatis in production

2006-07-29 Thread Tomi NA
On 7/29/06, Phil (waex) <[EMAIL PROTECTED]> wrote: Hi, Sorry for if this question is slightly off topic, I'm revisiting my work practices at the moment and I'm considering the usage of various frameworks to replace hand coding. I was wondering if any of the users in the list use Ibatis in product