Konlin wrote:

Hello Cocoon!

Can you write me any clues when to use sql transformer and when esql
stylesheet? What is more flexible, easier, more professional etc? I'm
going to write simple news portal with Xindice or MySQL as DBMS and
I'm wondering what solution is better.

Greetz,
Konrad Inglot



I have ask that question before but with no answer!
My personal opinion is that you should use the SQL-transform [a] for simple Queries where you do not need much logic in it.
The esql way would be for something more complex. The advantage of using ESQL [b] is the xsp where you can add java code. So this documents are "more intelligent".
The last way and the "you should do" way is with actions [c]. That way everything is in Java.


...but again I think it depends on the situation.
a. is a transformer
b. a generator
c. is an action.

King regards
Thorsten


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



Reply via email to