客户端访问 AS400 Java 包装器

发布于 2024-12-16 00:21:09 字数 568 浏览 4 评论 0原文

是否有免费/非免费的客户端访问 Java基础包装器可以模拟最终用户输入客户端访问会话

  • 使用弹出对话框/窗口登录用户名和密码?

  • 移动到列&行从输入文件

  • 从输入文件向会话键入字符从输入文件

  • 复制警告(列、行和长度)到输出文件

  • 测试 if (column & row & lenght) 包含来自输​​入文件的一些文本

  • 等待来自输入文件的所需时间

  • 报告至输出文件

  • logOff 从输入文件

  • 重置& 从输入文件注销后重新启动会话

类似的功能,例如使用AutoIt

Is there free/non-free Client Access Java bases wrapper that can simulating End-User typing into Client Access Session

  • login with popup Dialog/Window for UserName & PassWord

  • moving to the column & row from the input file

  • typing chars to the session from the input file

  • copy warning (column & row & lenght) to the output file

  • test if (column & row & lenght) contains some Text from the input file

  • waiting required time from the input file

  • reporting to the output file

  • logOff from the input file

  • reset & restart session after logOff from the input file

similair funcionalities as for example by using AutoIt,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

老子叫无熙 2024-12-23 00:21:09

如果您不介意进行一些java hacking...您可以查看 TN5250J 项目以获取信息关于如何与 5250 数据流交互。

这不会为您提供直接控制会话的例程......但您可能能够根据自己的目的调整某些代码。

If you don't mind doing some java hacking ... you could take a look at the TN5250J project for information on how to interact with the 5250 data stream.

This isn't going to give you routines to directly control a session ... but you might be able to adapt some of the code to your own purposes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文