--- Vic Cekvenich <[EMAIL PROTECTED]> wrote:
> 
> 
> David Graham wrote:
>    Not every
> > project requires an O/R mapping tool.
> 
> iBatis is *not* O/R, it is SQL based DAO. I recommend it (as did Ted 
> Husted recently)

iBatis is a promising technology that I'm considering using.  I'm only
considering it because it gives me full control over the SQL.  O/R or not,
it's still a framework to learn and that overhead isn't needed on many
projects.

> 
> I saw the work you did on dbutils.... I still see coding to JDBC same as
> 
> writing servlets, no need to do that if you have Struts.

IMO, Struts isn't applicable to sites less than 5 pages.  Coding a Servlet
with JDBC is suitable for many small web tools.

Best practices differ between apps of various sizes and scopes.  You can't
say that using an O/R framework (or similar) is the best solution for
everything.

David

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


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to