× 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 that you can use different, but compatible, architectures
depending on each job.  Always in the browser.

In lot of cases a form that request some data and a response with a
table (almost like a sub file) will do the job very well, and it is the
easiest way for beginning.

A form to enter data (like a workstation) is useful.  In bot cases you
get better tools to do a nicer job, add better validations, looks
prettier, etc.

Once you get good at html,  JavaScript and ajax you can do more
sophisticated things, leave that for the second release.

On 4/11/19 4:49 PM, Nathan Andelin wrote:
On Thu, Apr 11, 2019 at 11:46 AM Vernon Hamberg <vhamberg@xxxxxxxxxxxxxxx>
wrote:

And on a slightly different tack, a software vendor said, we know how to
use system APIs, I don't think we need this. And that is maybe right for
a vendor - but vendors are not the final audience for this, users are.

I remember that comment, though I've forgotten the name of the vendor.

Vern,

When you say that users are the audience, what users are you referring to?
Legacy application developers? Wouldn't it make more sense to represent the
interests of the end-users of our applications?

For interactive web applications we've been considering "server-client" vs.
"client-server" architecture. Server-client is also referred to as the 5250
or display-file paradigm.

Under server-client, the server begins the conversation by writing records
to a workstation device, followed by waiting and reading records from that
device. In the case of web interfaces, a Javascript utility has been
downloaded, which performs services comparable to a 5250 emulator. It maps
data streams to DOM elements and visa versa, back to data streams that are
returned to the server and forwarded to a component that functions similar
to IBM i Workstation Data Management (it transforms data streams into
record formats that can be consumed by an interactive application).

Under client-server, the client requests resources from the server, and the
server responds, sometimes with static content, other times with content
that is custom-generated by an application. Local resources offer a broad
range of functionality that may be leveraged to improve and optimize the
user experience. The trend has been to use local resources more fully in
order to improve the user experience and reduce server workload.

Which architecture is more fitting for modern applications?

Back to end users. When organizations implement OA handlers, end users
notice that the application behaves essentially the same. But it feels
heavier, weighted down by extra computing and I/O overhead. Where is that
taking the IBM i platform?

-- Este e-mail fue enviado desde el Mail Server del diario ABC Color --
-- Verificado por Anti-Virus Corporativo Symantec --

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.