[netrexx-course] Re: Netrexx dead ?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[netrexx-course] Re: Netrexx dead ?

dIon Gillard/Multitask Consulting/AU
My thoughts were to work as an adjunct to the Apache JServ group. It's open
source, supports Apache (1/2 the web), and is actively developed.

I'd much rather use simple NetRexx in those pages where you MUST have code
than Java.

dIon



> > I personally have lots of things I'd like to see happen (for example,
VNR
> > has been worked on since last release, but again, lacks feedback from
> > users, doclets for 1.2 to replace the API docs I've got on the web, JSP
for
> > NetRexx etc, etc)
JSP for NetRexx!!!! That's it... I hate this PHP, JScript, ASP-thingies,
but
JSP seemed very interesting, though it is pure Java, it allows for reusable
components (an a clear syntax in contrast to PHP...). But thinking in
NetRexx for using it as NRSP, NetRexx Server Pages, would be wonderful.
Very
wonderful. Any ideas? Or anyone interested in this thing too? I have a lot
of experience in NR, so I probably could contribute some nice codelets or
concepts; though I always lack of time (My specialities are RMI, FileIO and
GUI's in Swing).
So what? Anyone? Anywhere ??

cu

Patric




------------------------------------------------------------------------
Why are most stock sites so slow and annoying to use?  StockMaster.com
is fast, easy, powerful, and free!   Use company names, not ticker
symbols.  Track your portfolio.  Visit:
http://clickhere/egroups.com/click/65

eGroup home: http://www.eGroups.com/list/netrexx-course
Free Web-based e-mail groups by eGroups.com






------------------------------------------------------------------------
eGroups eLerts!
Exclusive discounts from the hottest online bookstores
Join Now! http://clickhere.egroups.com/click/20


eGroup home: http://www.eGroups.com/list/netrexx-course
Free Web-based e-mail groups by eGroups.com



Reply | Threaded
Open this post in threaded view
|

[netrexx-course] Re: Netrexx dead ?

Patric Bechtel-5

----- Original Message -----
From: <[hidden email]>
To: <[hidden email]>
Sent: Thursday, April 08, 1999 2:04 AM
Subject: [netrexx-course] Re: Netrexx dead ?


> My thoughts were to work as an adjunct to the Apache JServ group. It's
open
> source, supports Apache (1/2 the web), and is actively developed.
>
> I'd much rather use simple NetRexx in those pages where you MUST have code
> than Java.
yep!

>
> dIon
>

But, undoubtly, NRSP should be developed as servlet. Running this way, it
supports ALL servers (99% the web) which have a servlet-interface (which
includes JServ with apache, though). It's a common standard and the
interface is rather easy to implement (I wrote half a dozen servlets by
myself already, a local search engine is IMHO the best one...). So the other
question is, how would we extract that NetRexx-Code out of the pages and
compile it in a fast and cacheable manner? I think we should have an eye on
the sources of GNU jsp before (implements the jdsk too...) to get an idea...

cu

Patric




------------------------------------------------------------------------
eGroups eLerts!
Exclusive discounts from the largest online software stores
Join Now! http://clickhere.egroups.com/click/23


eGroup home: http://www.eGroups.com/list/netrexx-course
Free Web-based e-mail groups by eGroups.com



Reply | Threaded
Open this post in threaded view
|

[netrexx-course] Re: Netrexx dead ?

Tom Stevic
In reply to this post by dIon Gillard/Multitask Consulting/AU
In the hops of not sounding to dumb, what is JSP?




_________________________________________________
TeamOS/2        RexxLA        V.O.I.C.E
Warpstock '99     "Remember to always practice safe hex"
http://www.warpstock.org
Opinions are my own, no one else's.


------------------------------------------------------------------------
eGroups eLerts!
Exclusive discounts on the hottest electronics & Gadgets
Join Now! http://clickhere.egroups.com/click/29

eGroup home: http://www.eGroups.com/list/netrexx-course
Free Web-based e-mail groups by eGroups.com



Reply | Threaded
Open this post in threaded view
|

Re: [netrexx-course] Re: Netrexx dead ?

Patric Bechtel-5
In reply to this post by dIon Gillard/Multitask Consulting/AU
On Thu, 08 Apr 99 20:26:17 -0400, Tom Stevic wrote:

>In the hops of not sounding to dumb, what is JSP?

It's some sort of server-side includes. Imagine, having a html-page with some content which is
constantly changing, let's say on a database-server which has subscriptions of customers. To
show the number of these on the web-page, you have several possibilities:
- change them per hand day per day (ok, no real possobility, but I've seen this too...)
- make some cgi-scripts doing this. But you have thousands of (e.g. Rexx-Scripts) say-commands
in there which do not show the source of the html-file very clearly. And isn't very speedy,
too. Imagine creating a new shell-environment for each hit for this page... Not very good.
- take advantage of some special API's of Apache or other web-servers. Fast, but imagine
changing the webserver for some reason...
- using servlets. Fine, fast, but also not that clearly html-code.
- using php. Some sort of advanced cgi which is fast, html-code is rather clean, just some
code-insets in <? ?>-Tags; but code code itself is awful. And not available on some platforms.
- using jsp. Also some special tags, running on nearly all servers, clean html-code, clean
programming code, but some lack for lazy programmers just as all NetRexx-fans. Very good,
though.
- using nrsp (NetRexx Server Pages): perfect. Lazy coding, clearly readable, clear html-code,
fast, extensible, modular and so on.... I would like something like this VERY much (not just
me alone, I hope ;-))

enough now?

8-)

Patric

bis denne

Patric