Author |
Message
|
fenway_frank |
Posted: Tue Nov 29, 2011 8:13 am Post subject: UML Class diagram plug-in for Broker Toolkit? |
|
|
 Apprentice
Joined: 21 Oct 2011 Posts: 43 Location: Boston, MA USA
|
hi, looking to add an eclipse plug-in to broker toolkit v 7.0.0.3 that will auto-generate uml class diagrams for JCN and other java utility classes. attempted to install objectAid but broker toolkit won't allow. any suggestions? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Nov 29, 2011 9:10 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Broker toolkit is Eclipse. Yes, Eclipse will allow you to install same. I would not use the tool for JCNs but I would use it for Jars that my JCNs call. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 29, 2011 10:00 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Broker toolkit is a specific level of Eclipse.
Broker toolkit can support any plugins that work with that level of Eclipse. |
|
Back to top |
|
 |
fenway_frank |
Posted: Tue Nov 29, 2011 10:22 am Post subject: |
|
|
 Apprentice
Joined: 21 Oct 2011 Posts: 43 Location: Boston, MA USA
|
yep, i understand broker toolkit is eclipse based. however, install instructions for objectaid did not work with broker (ex: "help->install new software" was not avail from toolkit).
@lancelotlinc - curious, why do you recommend avoiding JCNs with objectaid? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Nov 29, 2011 10:59 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
I was not recommending avoiding JCNs. Vitor, davies, zpat and mqjeff will tell you JCNs are my favorite.
I was suggesting a focus on how you use the tool. (ie. Design class objects with the tool that get incorporated into a Java jar, then call the Java jar from your JCN.) _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Nov 29, 2011 12:07 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
lancelotlinc wrote: |
I was not recommending avoiding JCNs. Vitor, davies, zpat and mqjeff will tell you JCNs are my favorite.
|
Didn't you know that his middle name is 'Java'
If I were in your position, I'd install a new instance of Eclipse and use that for the UML tooling. Much better to mess that instance up than the broker one.
A colleague of mine is a glutton for punishment. Recently, he installed Broker, RAD, WAS, ProcessServer and a few more products into one Eclipse instance.
It was so big that it couln't update itself... He has learned his lesson... _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Nov 29, 2011 12:11 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Toolkit prefers to use IBM Installation manager to install and manage features and plugins. That's why you can't see "Help->Install new software".
This doesn't mean that the normal eclipse methods aren't available. Just that you have to poke at things a bit differently.
Good luck! |
|
Back to top |
|
 |
|