Re: Simple SQL generation based upon ECS

Jon Scott Stevens <[email protected]> Tue, 07 May 2002 14:49:38 -0700
Newsgroups gmane.comp.jakarta.ecs.devel
Message-ID <B8FD9A02.2A060%[email protected]>
on 5/7/02 2:41 PM, "michel rodriguez" <[email protected]> wrote:

> I didn't know Torque that's the reason :-)
> After a (quick) look, Torque seems to be DDL orientated, my purpose was
> to generate DML, specially Select queries

You use Torque in combination with something like Velocity or JSP.

That way, if you want to change the output of your HTML, then it is easy
instead of having to change hard coded values in ECS java code.

-jon