×
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.
I think your point about separating DB I/O and screen I/O could be
expanded to a discussion of writing modular code in general, and
especially placing reusable code in callable components instead of
embedding the same code in many applications. I think we've become
better at this than, say 20 years ago, but in Web applications I've seen
quite a bit of JavaScript and CSS code embedded in HTML files instead of
being placed in a common source directory and referenced from HTML
files.
Another problem I've seen with J2EE applications in particular is that
common code files are deployed in every application directory instead of
being placed in a global directory and referenced from the application.
I'm not sure what it is about J2EE, but there seems to be a tendency to
deploy many applications in a single application directory, which leads
to huge WAR files and related ANT scripts.
I don't want to ignite a language or platform war, but maybe I can say
in an ambiguous way that the most classic trap I've witnessed, and the
one that ends up costing the most, and being the most frustrating, are
the broadly scoped efforts to migrate applications off the System i, or
rewrite everything to work under platform agnostic runtime environments.
Nathan.
As an Amazon Associate we earn from qualifying purchases.
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.