LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2002)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


Back to: Top of message | Previous page | Main CICS-L page