Hi Cocooners !

I use the esql stylesheet to execute a transaction. But I would like to isolate the most business code possible in a java component, and sharing the transaction to this component.

The ESQLConnection is meant to be hidden and abstracted by the stylesheet, so it would be baaad to do something like

myComponent.dealWithBusinessCode(_esql_connection, ...);

So what is the best way to do this ?
Thanks,

--
Olivier BILLARD


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



Reply via email to