• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HostSession and HostScreen

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I�m new in java and have a few problems.
We use HATS for showing HOST screen in web browser and I have to make printable document based on screen contents.
Does anyone know how can I get HostScreen object with screen contents?
Actually I need firs active HostSession object and I suppose that it would give me HostScreen content.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It might help if you explained what HATS is.
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If it's the same as the document on my desk, HATS is "Host Access Transformation Services" from IBM, which is a tool that runs in Websphere and scrapes a host (iSeries) green-screen application to reformat it as a Web application.

I think Zivko is asking how to access the green-screen image in HATS. I haven't actually used the product so I can't answer that. Although from the demo I attended I think it might be possible.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If this is the case, this question would probably do better in the WAS forum.
Zivko, let us know and we'll move it for you.
 
Zivko Lezaic
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, HATS is a tool for transforming 3270 (in my case) black-green screens into some kind of HTML document. IBM provide class with BusinessLogicInfo blInfo from witch I can extract context of screen, but trouble is that this class work with global variables and get screen content only after map transformation. I need screen content on various events, like when someone press F7 or F8 key, or something like that.
Do anyone know how can I simulate key press.
I have to make report from screen results, and sometime I have more then one screen in witch case user press F8 and F7 keys for moving trough screens. Now I need to simulate users work and send keys for him and extract data from screens.
 
reply
    Bookmark Topic Watch Topic
  • New Topic