Date: Mon, 4 Nov 2002 17:35:27 -0600
Reply-To: CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender: CICS List <CICS-L@LISTSERV.UGA.EDU>
From: Darrell Ahlberg <dahlberg7@COMCAST.NET>
Subject: Re: JAVA UNDER CICS
Content-type: text/plain; charset=iso-8859-1
Paul, we've also been considering trying the byte code binder but heard
there were limitations. However, I'm looking for some documentation
regarding those restrictions. I.e. what can't I do with the binder that I
can do with the JVM. Or is it easier to specify when I CAN do?? Can you
help point me to some doc on the subject??
Thanks,
-Darrell.
----- Original Message -----
From: "Paul Cooper" <PCOOPER@UK.IBM.COM>
To: <CICS-L@LISTSERV.UGA.EDU>
Sent: Monday, November 04, 2002 9:20 AM
Subject: Re: JAVA UNDER CICS
> Reginaldo,
>
> under CICS TS 1.3 the byte code binder is a lot faster than the JVM and
> therefore is the recommended option. However, it does have some fairly
> severe limitations with respect to which Java APIs you're allowed to use.
> So long as the limitations are not a problem then the native compilation
is
> best. If you need a full Java environment then you will have to use the
> JVM. Unfortunately this implies starting an entire JVM for each Java based
> task and throwing it away again afterwards. Which is very slow.
>
> This issue is addressed in CICS TS 2.2. If at all possible I would
> recommend using TS 2.2 for Java in CICS.
>
> Paul Cooper,
> IBM Hursley.
|