Author |
Message
|
jdwolf |
Posted: Wed Jul 06, 2005 12:27 am Post subject: Where can I find the MQ Series API JavaDoc (JMS) |
|
|
Novice
Joined: 22 Jun 2005 Posts: 13
|
Hi,
Can anyone tell me where to find the JavaDoc Api for the Java classes included in WebSphere MQ?
Regards,
Jeroen de Wolf |
|
Back to top |
|
 |
jdwolf |
Posted: Wed Jul 06, 2005 12:45 am Post subject: Forget it, there is no JavaDoc |
|
|
Novice
Joined: 22 Jun 2005 Posts: 13
|
A topic search learned me that there is no JavaDoc |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 06, 2005 2:06 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The Using Java manual provides the same information, just not in JavaDoc format.
It also provides useful infomation, which JavaDoc usually doesn't. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
markt |
Posted: Wed Jul 06, 2005 2:46 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
WMQ V6 includes Javadoc - identical to what's in the reference sections in the book. |
|
Back to top |
|
 |
jdwolf |
Posted: Wed Jul 06, 2005 4:31 am Post subject: Too bad there is no JavaDoc |
|
|
Novice
Joined: 22 Jun 2005 Posts: 13
|
Pity...
Whenever I study a new API, I usually include the Java Doc into WSAD so I can navigate quickly to the details of an object. I saw earlier posts of people who are missing the Javadoc. Is there no way to generate it from the source and make this public? Using a pdf for javaDoc is kind of ...difficult.
Jeroen |
|
Back to top |
|
 |
vennela |
Posted: Wed Jul 06, 2005 9:17 am Post subject: Re: Too bad there is no JavaDoc |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
jdwolf wrote: |
Pity...
Is there no way to generate it from the source and make this public? Jeroen |
I don't think so |
|
Back to top |
|
 |
markt |
Posted: Wed Jul 06, 2005 9:49 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
In V6 both the Javadoc and PDF reference content ARE generated from the source code. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jul 06, 2005 12:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If you need the javadoc for JMS as indicated in your original post...
go to java.sun.com and look at the API for J2EE platform
Then checkout javax.jms.* package.
Enjoy  |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 06, 2005 5:27 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
markt wrote: |
In V6 both the Javadoc and PDF reference content ARE generated from the source code. |
I think vennela's point was that we don't have access to the source code, so regardless of whether someone can generate javadoc from the source, we can't. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mbw |
Posted: Wed Jul 06, 2005 11:46 pm Post subject: |
|
|
 Novice
Joined: 09 Dec 2004 Posts: 11
|
In a WMQ v6 installation look for a file called mqjmsapi.jar
If you extract this file you will get a complete set of JavaDoc.
On Windows for example this file would be in say...
D:\Program Files\IBM\WebSphere MQ\Tools\Java\base |
|
Back to top |
|
 |
|