Re: EXTERNALIZE SQL QUERIES

2004-07-07 Thread Van
iBATIS and Hibernate will both allow you to externalize your SQL queries. If all you are looking for right now is a way to place your SQL statements in separate data files that allows you to insert values dynamically at run time, iBATIS is a much simpler solution which easily handles that for you.

Re: EXTERNALIZE SQL QUERIES

2004-07-07 Thread Navjot Singh
look into ibatis, hibernate, torque on and on -Original Message- From: Shailender Jain [mailto:[EMAIL PROTECTED] Sent: 07 July 2004 04:48 To: [EMAIL PROTECTED] Subject: EXTERNALIZE SQL QUERIES Hi, I am using struts framework for the development of my application. I want to

Re: EXTERNALIZE SQL QUERIES

2004-07-07 Thread Peng Tuck Kwok
Or use hibernate :D . On Wed, 07 Jul 2004 09:56:06 +0300, Andrew Stepanenko <[EMAIL PROTECTED]> wrote: > ÐÑÐ, 2004-07-07 Ñ 06:48, Shailender Jain ÑÐÐ: > > Hi, > > > > I am using struts framework for the development of my application. > > I want to externalize the sql queries written in my a

RE: EXTERNALIZE SQL QUERIES

2004-07-07 Thread Marco Mistroni
[mailto:[EMAIL PROTECTED] Sent: 07 July 2004 04:48 To: [EMAIL PROTECTED] Subject: EXTERNALIZE SQL QUERIES Hi, I am using struts framework for the development of my application. I want to externalize the sql queries written in my application to an xml file. For e.g. if i have got a query insert in

Re: EXTERNALIZE SQL QUERIES

2004-07-06 Thread Andrew Stepanenko
ÐÑÐ, 2004-07-07 Ñ 06:48, Shailender Jain ÑÐÐ: > Hi, > > I am using struts framework for the development of my application. > I want to externalize the sql queries written in my application to an > xml file. > > For e.g. if i have got a query > insert into employee (id, name) values (1, 'shai

EXTERNALIZE SQL QUERIES

2004-07-06 Thread Shailender Jain
Hi, I am using struts framework for the development of my application. I want to externalize the sql queries written in my application to an xml file. For e.g. if i have got a query insert into employee (id, name) values (1, 'shailender'); This should be written in xml as insert into employee (