Re: [xml-dev] OT: Save me from typing (was: XML as "passive data")

From
John Cowan <>
To
Date
2002-10-23T18:30:30Z
ID
<>
Thread
Re: [xml-dev] OT: Save me from typing (was: XML as "passive data")
Jeff Lowery scripsit:

> What I object to (no pun intended) is having to write all those stinkin'
> set/get methods.  Why can't I just write:

Well, NetREXX, which is a dialect of REXX that runs on JVMs, allows you
to declare variables as "indirect", which means that the compiler will
construct a proper JavaBeans-style getter and setter (only a getter,
if the variable is also "constant").  You can replace the generated
method with your own.

	http://www2.hursley.ibm.com/netrexx/

-- 
John Cowan    www.ccil.org/~cowan  www.reutershealth.com
"In computer science, we stand on each other's feet."
        --Brian K. Reid