|
Rob, See, that's the thing about AS/400s. They happen to be rock solid boxes with limitless options. You can have a green screen app copy to a shared folder or dynamically build an HTML page with either ftp or http links written into a table, or write a little client app that issues an SQL command to fetch a list of files and ftp the selected ones. Another option you have with the Java client app, you could store the server id in the SQL table so that when your client app started it's ftp it wouldn't have to necessarily be from the same AS/400. If you sit down and figure out the options for this, you realize that by using the versatility of the AS/400 and a Java front end, your little app could be very flexible. But I don't really know what your overall application is. Maybe you don't need flexibility. But, if you store the location of the file in the table, your resulting application can be used on additional machines for similar purposes, and could be used against a logical join that spans multiple servers. Stuff like that. But the Java app I was thinking of wasn't browser based. That would be an applet and wouldn't have authority to ftp the file and store it on the local machine. If you want to use a browser, you'll want to generate html with a table loaded with the ftp or http address of the files. Not a bad idea, but you'll need to make a decision on the method for generating the html. A jsp is good, plus WebSphere, or any number of other tools. If you decide to go with a Java application you'll need to install a JVM on the client machine. Free and readily available, but another step. Distribution of the app and JVM could be accomplished via the AS/400 file system. rob@dekko.com wrote: > I did some more reading Chris. And perhaps you have a point. Maybe we are > trying to let 5250 be the end all / be all. Perhaps a Client/Server or > browser based application would be better suited. The nice thing about the > 5250 is the ability to custom menus for a user, easier training, etc. But > perhaps we just need to think how to accomplish these same goals with > alternative methods of accessing AS/400 data. > > Rob Berendt > > ================== > A smart person learns from their mistakes, > but a wise person learns from OTHER peoples mistakes. -- Chris Rehm javadisciple@earthlink.net +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.