|
David: I really don't know. If I had to decide, I would take the easy way (less code) to implement this. I don't know what I have to have installed on the server to run servlets etc. I know we have TCP/IP connections to all our (15) AS/400's. They are all RISC boxes running V4R4. Web base sounds reasonable. So where do I start for coding for this platform. What Do I need on my workstation to start off?. Where can I find some sample code etc?. Once again thanks for taking time to reply. Any help is appreciated. Thanks GG -----Original Message----- From: java400-l-admin@midrange.com [mailto:java400-l-admin@midrange.com]On Behalf Of David Morris Sent: Thursday, December 13, 2001 12:37 PM To: GiriGopal@bcgink.com; java400-l@midrange.com Subject: Re: Java base subfile program Giri, How do you want to display your data? You have quite a few options. You can build thick client applications, browser-based applications, or something in between. I think the browser-based approach is the most similar to 5250. Most people using a Web browser as the client would use Servlets, which run on a server and query data stored on the iSeries. The Servlet can run on any platform, but on this list you would find a strong bias toward using the iSeries or AS/400. A thick client will usually rely on Swing, which is more powerful than a browser, but more complex to code. With swing, you can use PDML, which helps reduce the coding you have to do by describing panels using an XML markup variation. In between these two are applets which are usually delivered via a browser and provide some enhanced functionality. Somewhere between the HTML that is typically served from a Servlet and Swing. This option adds a middle layer, which complicates some things like file access. So what do you think fits your needs? We started out using Applets, dabbled in Swing, and then moved to Servlets and HTML. There were some compromises but there we made up for those compromises in other areas. I would say at this point our development is a little slower, our product is more functional, and our users/network admins are happier. I expect the development speed to pick up and surpass what we experienced with RPG as we build on prior work. David Morris >>> GiriGopal@bcginK.com 12/13/01 07:32AM >>> Good Morning: I am fairly (very very) new to Java. I have read book how to do and stuff. Here is what I want to do: 1) We have a PF with 3 fields. Field1 is the control data, field2 is Before image and field3 is an after image of the physical file trigger. 2) In Field1 we have the Physical file name for which the before and after images are saved in field2 and field3. 3) I want to write a JAVA program to display Field1. User selected the record to view. 4) I have to see which file this is and get the FFD of the file. Build 2 data structures of this FFD. 5) Move the before image to one Data Structure and after image to another Data structure. 6) I move the data structure to a standard screen template (left side is before and right side be after image). 7) Display the standard screen template to the user. Questions: Can the above be done in Java?. If yes, any sample codes available for displaying data to the screen available?. Any help would be appreciated. Once again I do not know much of Java at all. I am RPG and Cobol person. Trying to learn Java now. Thanks GG _______________________________________________ This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list To post a message email: JAVA400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/java400-l or email: JAVA400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.