Author |
Message
|
kriersd |
Posted: Tue Nov 11, 2003 6:25 am Post subject: fmcojagt.jar vs fmcojapi.jar What's the diff |
|
|
 Master
Joined: 22 Jul 2002 Posts: 209 Location: IA, USA
|
Can anyone tell me the difference between these two jar files. I was under the impression that it was always best to use the agent jar file, but I don't exactly know why.
Does anyone know? _________________ Dave Krier
IBM WebSphere MQ Workflow V3.4 Solution Designer |
|
Back to top |
|
 |
Prahasith |
Posted: Tue Nov 11, 2003 7:12 am Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
fmcojapi.jar file is a subset of fmcojagt.jar and is for clients where a very small footprint is needed |
|
Back to top |
|
 |
Ratan |
Posted: Tue Nov 11, 2003 8:56 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
fmcojapi.jar is used when you have a Java Agent running some where on the network. Never used it but believe it is used when you are not using local binding. _________________ -Ratan |
|
Back to top |
|
 |
Prahasith |
Posted: Tue Nov 11, 2003 9:01 am Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
The fmcojagt.jar includes all classes contained in the fmcojapi.jar and fmcoutil. jar. |
|
Back to top |
|
 |
Prahasith |
Posted: Tue Nov 11, 2003 9:08 am Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
Jar files
Workflow Java Agent
fmcojagt.jar
Normally fmcojagt.jar would be used in the class path on both client and agent in an RMI-IIOP setup
Workflow Java APIs
fmcojagt.jar
MQ Workflow Java API + Java Agent implementation
fmcojapi.jar
fmcojapi.jar file is a subset of fmcojagt.jar and is for clients where a very small footprint is needed
Workflow web client
fmcohcli.jar
This will be placed in the class path, inside WebSphere, by the configuration utility. (With iPlanet add the jars to the classpath yourself through administration console (web interface) as this can not be done by the configuration utility)
JHPB Classes
fmcoutil.jar
Authentication Exit Constants -> necessary for Java Authentication Exit and Java High Performance Bridge. |
|
Back to top |
|
 |
mike_mq |
Posted: Wed Nov 12, 2003 8:54 am Post subject: |
|
|
Centurion
Joined: 17 Oct 2003 Posts: 123
|
Very nice description Prahasith.
Mike. |
|
Back to top |
|
 |
Adi |
Posted: Wed Nov 12, 2003 10:37 am Post subject: |
|
|
Apprentice
Joined: 23 Oct 2003 Posts: 40
|
Prahasith
can you please provide pointers to what you have mentioned.
Adi |
|
Back to top |
|
 |
Prahasith |
Posted: Wed Nov 12, 2003 1:24 pm Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
|
Back to top |
|
 |
Adi |
Posted: Wed Nov 12, 2003 4:30 pm Post subject: |
|
|
Apprentice
Joined: 23 Oct 2003 Posts: 40
|
I mean where to look for more explaination ( specific guides, books, websites) etc
Thanks in advance
Adi |
|
Back to top |
|
 |
Prahasith |
Posted: Wed Nov 12, 2003 4:52 pm Post subject: |
|
|
 Disciple
Joined: 16 May 2003 Posts: 184 Location: Kansas City
|
|
Back to top |
|
 |
|