Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Web Access to the AS/400 iSeries

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Web Access to the AS/400 iSeries

    On option is PSC/400. PSC/400 allows you to convert a program from 5250 to web access using a single OS/400 command. Your programmers don't need to learn any new languages or new tools; they don't even need a PC. If you change the program, simply re-run the command. The converted program will run from a green screen command line, in a browser emulating a 5250, or in a browser with a completely web-enabled look and feel. Joe Pluta http://www.plutabrothers.com

  • #2
    Web Access to the AS/400 iSeries

    Mel Rothman and Giovanni Perotti at IBM, have a product called CGIDEV2. It uses CGI instead of Java so programs written using it run from the browser only, not from a command line. With this product, you use RPG and HTML. We like it in our shop because it is free, and our heavily used 730 production box doesn't have to have an application server like Java does. Our 270s with webshpere commerce on them are more than twice the size of our 730 and we had performance problems with less than 5gb of memory. There are people who don't like the style of CGIDEV2 programs, and that is their choice. Since it's free and works fine on a busy 730 with 70 cpw without bogging it down, it is worth checking out. http://www-922.ibm.com/en http://groups.yahoo.com/group/Easy400Group/

    Comment


    • #3
      Web Access to the AS/400 iSeries

      WebSphere does not automatically slow down a machine. It requires a relatively small chunk of memory to be assigned to it to prevent swapping; this can typically be as small as 500MB. If I am not mistaken, WebSphere Commerce makes use of EJBs, and that is the technology that typically slows a machine down. I have implemented several shops where we use WebSphere and we get subsecond response time without bogging down the machine. Not only that, but if you choose to do so, you can offload the webserving part to another machine relatively easily. RPG-CGI is fine, but it means that you have to know everything there is to know about HTML and JavaScript and CSS, since you are generating all that code yourself inside your RPG programs. Joe

      Comment


      • #4
        Web Access to the AS/400 iSeries

        Is there a product out there that can give customers web access to the AS/400 while using an RPG ILE skill set? Thanks.

        Comment


        • #5
          Web Access to the AS/400 iSeries

          This is just a partial list. You'll hear many more on this forum:
            [*]Webulator[*]Web Facing[*]HATS[*]Host Transform[*]JWalk[*]Iseries access for the web[*]5250 Gateway[*]many many more[/list]Dave

          Comment

          Working...
          X