Implement 3270 protocol in Java

前端 未结 5 1563
甜味超标
甜味超标 2021-02-06 12:58

I\'ve got a big problem with IBM HACL for accessing a server which speaks 3270 protocol. The library keeps crashing, and our JNI wrapper is actually a bug-fixing layer for the p

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 13:31

    freehost3270 doesn't look as abandoned as it might appear - CVS has changes from 2 years ago. There is always an arguement that good code won't need to be changed that often in any case if the requirements have not altered. There have been complimentary comments wrt to the codebase. If you don't particularly want to work with other vendors products then working with this code/project seems to be your best option.

提交回复
热议问题