× 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.




Hello Joe,

You wrote:
>COBOL CGI is quicker to implement, but in
>my opinion a little less flexible, because all the user interface code is
>embedded in the COBOL programs.  With Java Server Pages, the JSPs actually
>format the data, kind of like the DDS for a display file.  You can change
>the look of your application without actually changing the COBOL code.

I can't this fallacy pass.  There is no more requirement for CGI programs
to embed HTML (regardless of language) than there was for Java to embed
HTML.  If you recall the history of servlets you'll find that is how they
started. Host Java code would write HTML to the the web server.  That was
silly for obvious reasons and the HTML was removed and abstracted via JSP
(and other techniques).

It is trivial for a CGI program written in RPG, COBOL, or whatever HLL
takes your fancy, to read the HTML from a file and use scan and replace to
insert dynamic data.  In essence that is exactly what JSPs do.  If you look
at the generated code you'll find they read the orginal HTML and scan for
magic markers and replace them with data from a Bean.

Regards,
Simon Coulter.

«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
«» FlyByNight Software         AS/400 Technical Specialists       «»
«» Eclipse the competition - run your business on an IBM AS/400.  «»
«»                                                                «»
«» Phone: +61 3 9419 0175   Mobile: +61 0411 091 400        /"\   «»
«» Fax:   +61 3 9419 0175   mailto: shc@flybynight.com.au   \ /   «»
«»                                                           X    «»
«»               ASCII Ribbon campaign against HTML E-Mail  / \   «»
«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.