The javascript worked fine for my skillset and project size (medium complexity; longer-lived project) - it avoids having to learn Hibernate and/or Spring (big jump IMO) or Java - and leverages a syntax you are already likely to know (Javascript).
>>> "Bertrand Delacretaz" <[EMAIL PROTECTED]> 2006/09/14 01:50:57 PM >>> On 9/14/06, Kamal Bhatt <[EMAIL PROTECTED]> wrote: > All of this begs the question, what is the best way?... Depends on your skill set and goals. If you don't want to "program", the easiest might be the SQLTranformer, though there might be some cases (I'm not sure about that, hopefully someone can comment) where the ESQL stuff is more flexible. If you're ready to do some programming, but do not need to go all the way to Java, the flowscript/JDBI stuff looks very promising, but IIRC there has been little feedback about it here, I don't know how many people actually use it. And finally, for more complex, long-lived projects, most of us handle all the SQL stuff in Java, often using Hibernate or OJB. The BricksCMS example shows that this is not very hard to do, but you need some Java skills. -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html CSIR Copyright, Terms and Conditions http://mail.csir.co.za/CSIR_Copyright.html For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with REQUEST LEGAL in the subject line to [EMAIL PROTECTED] This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
