Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
Our company tried EGL (Not the Rich UI version) and found it wanting. BiggerWhy couldn't you do that with an EGL library function? I think the concept of an EGL library function is the best of both worlds! It's an encapsulated piece of code, but without the technical minutiae of creating a Java class hierarchy. You pass in a record (and a record can contain other records or even arrays of other records) and the library function fills it with data. Whether it's a call to an RPG program or a call to a web service on another box, the UI doesn't need to know!
problem I saw was the interface to the backend AS/400 code. Required you to
write code for program calls, different for service program, different for
data queues, etc and returning data was a big problem so what I did was
abstract the AS/400 interface away.
By abstract, I mean we wrote a single java class that received the name of a
service program, library, procedure and parameters as text and did a single
send. Results were returned as arrays of text strings that could be fixed,
XML, delimited, whatever.
This mailing list archive is Copyright 1997-2026 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.