|
Nimrod wrote: >> <shahar mor wrote:> >> >> Just wondered if someone out there did some server side java on the >> as400 and tell some stories about it. mainly how can you: >> >> 1. interact with legacy programs >> 2. interact with udb/400. >> 3. Handle transactions commit etc. >> 4. Print reports >> >> Is it real ? should i wait for ejb ? > ----- > > Shahar, the weakest link today is interaction with legacy programs. I suggest > data queues as much as possible, although you could probably use a data area as > well. Or you could skip all that and simply use Jacada Connects (I hope I'm not breaking any list regulations by inserting this shameless plug). See http://www.cst.com/ for more. Best of all - Jacada Connects is itself written in Java! You can hop in, Shahar - we're just around the corner :) -------- Nimrod, I don't mind the shameless plugs TOO terribly much provided they match one of the two following guidelines: 1. They promote FREE software (limited-function is OK, time-bombs are not, to my way of thinking) -or- 2. They provide a specific solution to a specific problem Unfortunately, your reply was a bit incomplete. Jacada Connects is a one-way solution, allowing Java to execute legacy programs, which is actually quite easy with the (FREE) JT400 ProgramCall class or by using PCML (for more information on PCML, see Don Denoncourt's article in AS/400 NetJava Expert, www.midrangecomputing.com/anje/99/04). However, executing a Java class FROM a legacy program is still a problem, and Jacada Connect doesn't do anything at all there. To quote Jacada's website: "Any tool or application capable of communicating with a Java class can use Jacada Connects." So Jacada Connects allows Java applications to execute legacy programs, but not vice versa. As I pointed out, this functionality is available for FREE from the IBM Toolbox. If Jacada provided a way for RPG program to execute a Java class, well, THEN I'd be impressed. Until such a package is available, you'll still need to use data queues or data areas or something to allow bidirectional calls to Java from a legacy application. ================ Joe "Zappie" Pluta www.zappie.com Where the AS/400 speaks Java with an RPG accent ================ +--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-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-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.