没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > extjs5250 |
extjs5250
|
0 | 0 | 21 |
贡献者 | 讨论 | 代码提交 |
This is ExtJS component for accessing to IBM iSeries servers (AS/400) through web interface using ExtJS framework.
Project uses DWR, SpringFramework, Java and ExtJS 2.0 / 3.0
Original post for Ext 2.0 is here http://extjs.com/forum/showthread.php?t=58164
I have made some bug fixes and tested it for Ext 3.0.
Main idea is based on opensource projects at http://tn5250j.sourceforge.net/ and http://www.web5250.com/.
I have used idea from this projects to write my own java class (DWR5250.java) to handle connection to as/400.
This class is exposed through DWR framework and is used to send 5250 screen description in JSON format.
Keyboard emulation of 5250 is quite hard to do, so I have used Ext.ux.rTerm.KeyManager from http://svn.xantus.org/ext-ux/lib/rterm/rterm.js as a base idea how to do it.
All java demo application can be found under downloads as also small screencast and screenshot.
Project is written in Eclipse and will work with Java 1.5 and up.
You can run Tomcat on any Java enabled machine, and if you have AS/400 with installed JAVA 1.5 you can run it on As/400 also.
I have made tests with Tomcat 5.5 and Tomcat 6
Use enter key as field exit, CTRL as confirm, function keys as standard 5250 keys from F1..F24, page up and page down to scroll multipaged screen.
INSTALL INSTRUCTIONS Put WAR file into Tomcat Server under it's webapps folder.
After starting Tomcat go to http://localhost:8080/web5250.
NOTE: Don't forget to create subfolder extjs3 under webapps of Tomcat server and unzip downloaded ExtJs library inside.
NOTE: To select connecting AS/400, edit file WebContent\WEB-INF\spring.xml
-----> CHANGE TO YOUR AS00 SERVER