|
The IWS server that Buck referenced is a type of Web Services
Utility, which likewise would eliminate the need for a middle-tier.
But it is designed to call procedures. I'm suggesting a place for an
even more capable "utility", which eliminates the need for that
type of interface, and that type of programming as well.
But here's my situation. Our shop currently does all web and mobile
development using ASP.NET.
If we develop SPAs instead of 5250 green screens for our IBM i users,
our ASP.NET developers are going to say: "When developing the
server-side services for those SPAs, use ASP.NET and the .NET Data
Provider to perform SQL queries and stored procedures on the IBM i.
That way everybody is using the same server side technologies and
standards for our web and mobile development." And they have a good
point. It would help our shop with maintenance if everyone uses the
same technologies and standards for the server side of our web and mobile solutions.
From those results (ODBC formatted data streams), ASP.NET would traditionally merge them with HTML templates to generate browser documents and applicable content.
So why am I looking for alternatives? Because our shop tends to see
COBOL developers and ASP.NET developers as mutually exclusive developer pools.
A developer can move between pools. But a developer usually does not
do both COBOL development and ASP.NET development. So, if all of our
web and mobile development depends on ASP.NET, and developers belong
to only one pool (either COBOL or ASP.NET), then increasing demand for
web and mobile development means the number of COBOL developers will
decrease as they move to ASP.NET and those developers who stay with
COBOL will be shut out of web and mobile development. I've been trying
to find options for our COBOL developers to stay with COBOL but also get into web and mobile development.
However, it might be smarter to challenge the assumption that COBOL
developers and ASP.NET developers are mutually exclusive pools. Maybe
the right approach for our shop is to minimize the amount of ASP.NET
that our COBOL developers have to learn. We develop SPAs on the client
side using HTML, CSS, JavaScript and Angular. Then we only need to
learn enough ASP.NET to process an incoming HTTP request, use the .NET
Data Provider to perform SQL or stored procedures on the IBM i, and
format data from the IBM i into JSON for the HTTP response. This might
not be all that difficult to learn. And it might be possible to copy
code from previous apps and re-engineer it for new apps. If an
unusually difficult problem crops up, we can lean on our 100% ASP.NET developers to help us find a solution.
The IWS server that Buck referenced is a type of Web Services Utility, which likewise would eliminate the need for a middle-tier. But it is designed to call procedures. I'm suggesting a place for an even more capable "utility", which eliminates the need for that type of interface, and that type of programming as well.
This didn't occur to me before because I wasn't considering SPAs before.
It was only when Buck mentioned the article on REST using Integrated
Web Services that I started thinking about SPAs with relatively thin
services on the server side. It just now occurred to me that our COBOL
developers could use a minimum amount of ASP.NET for thin services as well.
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.