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 externali
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
Hello there,
I am doing a similar thing following an article that appeared on
javaWorld (that's about XML and JDBC)
http://www.javaworld.com/javaworld/jw-11-2000/jw-1110-xmlreflection.html
I am not actually using 'variables' like you plan to use ($id, $name). I
am instead following anot
ÐÑÐ, 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
5 matches
Mail list logo