× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> -----Original Message-----
> From: Buck Calabro
>
> Yes indeed, but that presupposes that either the programmer is experienced
> enough to plan ahead for this or the design specifies multiple database
> access.  Would a new Java programmer really design her code this way?
> Especially, would a procedural programmer moving to Java think
> this way?  I
> bet they know that they should, but DO they?

They would if they were trained by me <smile>.  In my classes, I stress the
fact that Java is NOT a procedural language, that it's an OO language, and
that you need to think OO to take advantage of it.  Writing procedural code
in Java is like teaching a pig to sing: it doesn't accomplish much, and it
annoys the pig.

The thing I've found during my years of teaching, though, is that once a
programmer is introduced to these concepts, they're very receptive.  Why?
Because they make sense.  It's not that programmers can't understand OO
concepts, just that they've never seen them.  Once they see them, they tend
to eat them up.  There is a certain percentage of folks who will never make
the leap, but that number is surprisingly small.  I've taught classes full
of mainframe COBOL folks, and, after some initial culture shock, they loved
it.  Why?  For two reasons:

1. You only write things once
2. You only debug things once

For COBOL folks especially, not having to type out all that stuff again,
simply being able to call a method, was definitely a GOOD THING.

Joe



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.