Author |
Message
|
sevenfan |
Posted: Wed Jun 04, 2003 8:58 pm Post subject: Javadocs for MQ Series classes? |
|
|
Apprentice
Joined: 22 May 2003 Posts: 42
|
I have looked through the IBM documentation and see documentation on the Java API classes, but I was wondering if javadocs exist for MQ Series?
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 05, 2003 5:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The purpose of the javadoc specification is to provide a means of documenting java programs. Therefore it would seem to be inappropriate for anything else.
Large portions of MQSeries are not actually written in Java. In addition, I wouldn't expect IBM to publicly release documentation for private source code.
Or are you asking for system management and installation documentation in javadoc format? |
|
Back to top |
|
 |
sevenfan |
Posted: Thu Jun 05, 2003 6:40 am Post subject: I can't agree |
|
|
Apprentice
Joined: 22 May 2003 Posts: 42
|
The purpose of javadocs is to document any java program. One of the benefits of javadocs, however, is to document an API. Since IBM provides an API to allow developers to use Java to interface with MQ Series, javadocs are a great way to give developers hyperlinked documentation to this API.
They don't have to expose anything of a proprietary nature. If you look at the "Using Java" documentation that IBM provides, they do a pretty good job of documenting the classes that are a part of the Java API. I was simply hoping that javadocs existed. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 05, 2003 1:39 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Okay. That makes some sense. You want documentation for the Java classes in javadoc format.
It might be available on the documentation CD, or through DeveloperWorks. |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 05, 2003 2:16 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I don't think javadoc is available for MQ classes. You can't get it from anywhere, neither from "documentation CD", or anywhere else. I wish there was one which would made life lot easier. |
|
Back to top |
|
 |
bduncan |
Posted: Thu Jun 05, 2003 4:02 pm Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Hmm... Someone could really help the MQ community out and make one!  _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
|