Him
After dig in some examples, i want to build a entire aplication using 5250 Bridge.
The aplication will contains:
1. Logon
2. Access to iSeries 5250 screens.
3. Menu system (not the as400 menu system).
4.Other not 5250 features.
I´ve been testing to build a app with CodeIgniter or ZendFramework, but it seems i can not load the Zend 5250 Bridge APIS into my app.
Those frameworks uses a "pre-loader" and when i want to visualize the 5250 screen... this never works,
Some ideas? I want to build asap a MVC application.
Building Zend 5250 application with Framework
-
- Posts: 2
- Joined: Tue Dec 29, 2009 4:32 pm
Re: Building Zend 5250 application with Framework
The 5250 emulator in Zend Server installation is a PHP application that consist of Zend Framework and 5250 Bridge APIs. You can view the application source code in the /usr/local/zendsvr/5250/Emulator directory
Re: Building Zend 5250 application with Framework
I do not have much an idea with this but my support is for this one. This is much more interesting when implemented.Him
After dig in some examples, i want to build a entire aplication using 5250 Bridge.
The aplication will contains:
1. Logon
2. Access to iSeries 5250 screens.
3. Menu system (not the as400 menu system).
4.Other not 5250 features.
I´ve been testing to build a app with CodeIgniter or ZendFramework, but it seems i can not load the Zend 5250 Bridge APIS into my app.
Those frameworks uses a "pre-loader" and when i want to visualize the 5250 screen... this never works,
Some ideas? I want to build asap a MVC application.
Re: Building Zend 5250 application with Framework
Informative shared!!! I do not have so much idea about that, but now some issues will resolve.