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.
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
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
[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
ÐÑÐ, 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
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 (
6 matches
Mail list logo