TN3270E library for Ruby?

W

Wilson Bilkovich

Has anyone done anything with the 3270 protocol in Ruby?
I write a lot of code that needs connectivity to IBM mainframe hosts
via TN3270E. At the moment, I do that by 'wiring up' a terminal
emulator and telling it to do things for me.
However, this means that I only get one instance per terminal session,
and because these things are graphical, I can't run it headless inside
a cron job, etc, etc.

I now need something more industrial-strength that I can run many
concurrent copies of, etc, etc. I'd like to build a Ruby framework
for the kinds of things I do with 3270, and slap it on top of a
library.

For fellow mainframe geeks, imagine (totally contrived example,
probably not what it would look like):
host.screen do |s|
s.put :text =3D> "Hello World" :field =3D> 'fieldname'
s.transmit if scr.ready?
end

Unfortunately, I can't find anything that implements 3270 other than
terminal emulators and other application-level stuff. It would be
nice if there were some C library that could be wrapped as a Ruby
extension.

Has anyone done anything like this, and just kept it around for
personal use? I'd like to avoid reinventing the wheel, but if I'm the
only one with this need, I'll go ahead and start working on a library.

Thanks,
--Wilson.
 
O

Obie Fernandez

------=_Part_22172_11017490.1132840059385
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Wilson,

I'm currently writing a book on enterprise ruby on rails for addison-wesley
and your message definitely caught my eye because it's one of the topics I
want to cover. I don't know of any software like you describe, but if you
would like to discuss possible collaboration please let me know and we migh=
t
be able to figure something out.

Obie

Has anyone done anything with the 3270 protocol in Ruby?
I write a lot of code that needs connectivity to IBM mainframe hosts
via TN3270E. At the moment, I do that by 'wiring up' a terminal
emulator and telling it to do things for me.
However, this means that I only get one instance per terminal session,
and because these things are graphical, I can't run it headless inside
a cron job, etc, etc.

I now need something more industrial-strength that I can run many
concurrent copies of, etc, etc. I'd like to build a Ruby framework
for the kinds of things I do with 3270, and slap it on top of a
library.

For fellow mainframe geeks, imagine (totally contrived example,
probably not what it would look like):
host.screen do |s|
s.put :text =3D> "Hello World" :field =3D> 'fieldname'
s.transmit if scr.ready?
end

Unfortunately, I can't find anything that implements 3270 other than
terminal emulators and other application-level stuff. It would be
nice if there were some C library that could be wrapped as a Ruby
extension.

Has anyone done anything like this, and just kept it around for
personal use? I'd like to avoid reinventing the wheel, but if I'm the
only one with this need, I'll go ahead and start working on a library.

Thanks,
--Wilson.

------=_Part_22172_11017490.1132840059385--
 
W

Wilson Bilkovich

Cool. I'm going to head out for some serious pumpkin pie consumption
in a few minutes, but I'll get in touch, possibly also on IRC. I
still hold out hope for some existing work in this area; there's a
rumor that someone I failed to meet at RubyConf does this sort of
thing at NASA, but I don't have any details.

Thanks,
--Wilson.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top