I totally agree with designing system in MVC model. Creating the M
(business logic layer) of the MVC is a good practice, IMHO. I just
disagree with creating DB layer that basically doing about the same
thing as RPG's chain/read/setll and forces all developer to have to use
it to access file.
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Jerry Adams
Sent: Tuesday, October 02, 2007 4:34 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: MVC in RPG?
Lim Hock-Chai wrote:
4. Why replace RPG io functions that all RPG developers are familiar
with with your own io functions that no new comer can understand
without additional trainings?
I've been following this discussion with some interest. Paul Tuohy gave
an excellent session on externalizing (abstracting) db access at COMMON,
and I think he's giving it at the System i Developer conference (oops,
that starts today, what am I doing here?).
Your other objections may or may not have merit, Lim. I'll leave that
for more experienced people than I. However, the objection (above)
doesn't hold water. The abstraction is a service program. Whether the
function of a service program is to calculate various bank rates or to
do data abstractions, it is not necessary to know how the service
program works: "Here it is, this is what it returns, and no you don't
need to know how it works."
The same objection could be made about any new feature in the language
itself, such as subprocedures or BIF's. In fact, think of the data
abstraction as a BIF because that's exactly what it would be. You and I
have absolutely no need to know how the %found() bif works; it just
does.
* Jerry C. Adams
*IBM System i Programmer/Analyst
B&W Wholesale Distributors, Inc.* *
voice
615.995.7024
fax
615.995.1201
email
jerry@xxxxxxxxxxxxxxx <mailto:jerry@xxxxxxxxxxxxxxx>
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.