|
Joe Pluta wrote:Yup, but of course that's the same problem with Java code or even RPG programs with observability removed. Software vendors have an additional set of problems that in-house applications often don't have to deal with.
you use the high-level EGL debugger which is very powerful.
Yeah, I don't doubt it is ... I'm only curious because sometimes the EGL support functionality (i.e., development client) isn't necessarily available. Especially if the code is deployed at a customer site.
That's interesting ... and somewhat surprising. I've observed that most (at least the ones I've looked at) third party framework providers charge a license fee for distributing any runtime components required for code generated with their tool. That's refreshing to see they didn't go this route.Yup. The idea is to create code that works. I have no idea how this may change in the future, but for now it's licensing free.
Take a look at the program:service HelloService function hello(toWhom string in) returns
(string) SysLib.setRemoteUser("RUI00001", "RUI00001"); hrq
HelloRequest { Name = toWhom }; hrs HelloResponse; call "HELLO" (
hrq, hrs ); return (hrs.Salutation); end end
What's 'hrq' and 'hrs'? I'm assuming they are request and response, but where are they defined? Are they built in?
What about native code on the i? You've mentioned that it can generate native interactive code. I would be interested to see what that looks like (both the EGL and the generated code).EGL will generate COBOL code, but I haven't had the opportunity to play a lot with that side of things. Not exactly my are area of expertise <grin>.
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.