|
I writing CGI in RPG and it's working great. No need for java. I have RPG running a discussion forum inside our intranet. The key is to modularize. I make service programs that do certain things... like underline, bold, center, link, mailto link, etc. So, if I want to write a link that says "Click Here!" in bold, centered and linking to www.clickhere.com, I would do the following. eval HTMLText = #Link(#Center(#Bold('Click Here!')):'www.clickhere.com') eval Error = #WrtStOut(HTMLText) Slicker than snot on a doorknob. I'm going to be doing a featur on this in MC coming up soon. Bradley V. Stone Taylor Corporation - OASIS Programmer/Analyst bvstone@taylorcorp.com > -----Original Message----- > From: Christopher J. Jewell (Jewell Consulting) > [SMTP:jewellcj@jewellconsult.com] > Sent: Wednesday, December 16, 1998 12:51 AM > To: MIDRANGE-L@midrange.com > Subject: RE: Java servlets vs traditional CGI programming solutions > > Roger: > > I have not actually programmed servlets on the AS/400. However I have > written servlets on my local PC for educational purposes. But, since the > AS/400 is, as we know, very good at this kind of thing (cf: the speed of > NetServer), and since servlets are persistent processes running in the web > server, unlike CGI processes which must be spawned as separate threads on > every invocation, I'm quite sure they will run very fast! > > Once I've got around to doing this on the AS/400, I'll let the group know, > (or maybe there's someone out there who's done this already who can > comment?) > > Chris Jewell > > > -----Original Message----- > > From: owner-midrange-l@midrange.com > > [mailto:owner-midrange-l@midrange.com]On Behalf Of Roger Pence > > Sent: Sunday, December 06, 1998 4:00 PM > > To: MIDRANGE-L@midrange.com > > Subject: Java servlets vs traditional CGI programming solutions > > > > > > >Servlets are an excellent way of replacing your CGI programs which are > > quite > > >cumbersome to program. Servlets also produce a stream file of HTML > > directly... > > > > Hmmm. You might be on to something... While I disagree that writing CGI > > programs is cumbersome to program (cumbersome only in that ILE RPG, > while > > way ahead of RPG/400, is still pretty crappy!), you make an > > interesting case > > for Java as a rational alternative for this task. > > > > How is the Java servlets' performance for you on the AS/400? > Appropriate? > > (must be). > > > > Thanks for shining a light down this hallway. > > > > rp > > > > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to > MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: > david@midrange.com > +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.