I'm not exactly sure what you are asking.  If you asking if Struts supports
putting sql in the configuration files, then the answer is no.  If you
wanting some automatic framework to write your sql for you, then the answer
is yes and no.  No, you can't do it with Struts config files, but yes, it
can be done and easily used by your classes with the Struts framework.

There are an infinite number of ways to connect your Struts application with
a database.  It all depends on your requirements.

Give us more detail and you might get a few recommendations......thx.



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message -----
From: "Shailender Jain" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Anusharan Tiwari" <[EMAIL PROTECTED]>; "Tapas Tiwari"
<[EMAIL PROTECTED]>
Sent: Wednesday, September 08, 2004 8:12 AM
Subject: Database Mapping


> Hai All,
>
> Will it be possible in the Struts to do some mapping between the form
> fields and
> underlining database by writing queries in the xml file.
> I want to develop a prototype with some functionality and do not want to
> do
> coding for this or minimal
>
> I saw similar functionality with JDBC Connection Servlet Framework (jcs)
> http://jresources.com
> But the problem is that the support for this seems to have been removed.
> If someone has got the JAR file
> concerning this framework then please send it to me.
>
>
> Any indication on this will be very helpful.
>
> Thanks
> Shailender Jain
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to