Tag Archives: Eclipse

New Broker and MQ Administration tooling!

Very exciting news.

SupportPac IS02 was released today. From the text description, you might be lulled into suspecting that this is just another Eclipse plugin for MQ Explorer. In fact, this is a very cool extension that enables WebSphere Message Broker resources (brokers etc.) to be managed directly alongside your queue managers. It also means that WMB administrators no longer need to install the full Message Brokers Toolkit if all they want to do is perform basic administration tasks such as BAR file deployment, create/start/stop brokers, etc..

Congratulations to the development team. I got to take an early look at this in the lab, so I’m really keen to show it to our customers.

I’d post a screenshot but I don’t have the bandwidth to upload one at the moment. Watch this space.

Software updates for the WebSphere family

Two important updates that are worth mentioning:

Technorati tags:

More news in brief

Random interesting things from around the web that I've been looking at this week:

Technorati tags:

The end of SWT? Mustang kicks back

One of the big annoyances I always had with Java was how bad rich client / desktop applications looked. They can be ugly, and even with Swing, the look and feel often never quite matched the native desktop… this was particularly true on Linux, and I was also disappointed with the lack of antialiased (smoothed) fonts for Swing GUIs on Windows until recently.

Ensode.net has some screenshots of the new GTK look and feel that is due to come along in Mustang (aka Java 1.6), and it does seem that it is likely to be a much better match for my Linux GNOME desktop.

Of course, this isn't enough to sway me away from SWT, which always looks completely native, and as a programming framework it gets richer by the day. developerWorks has an article comparing AWT, Swing and SWT, and a tutorial on how to migrate your applications from Swing to SWT.

WAS CE 1.0.0.1 – a good looking update

I just installed version 1.0.0.1 of WebSphere Application Server Community Edition, which is based on Apache Geronimo v 1.0

The admin console for this release has had a significant revamp, with some nice icons added to the GUI. It has some very useful functionality (I like the log viewer in particular).

Unfortunately (and foolishly) I ignored the warning not to install over the top of an existing installation, and pressed Next after the installer had told me to choose an alternative install path or uninstall first. As a result, I lost my existing server configuration. Fortunately, it was trivial to redeploy the sample JMS application I've been playing with:

C:\WebSphere\CE\bin> deploy --user [user] --password [pword] deploy ..\samples\jmssimple\sender.war

Sadly, I haven't had a chance to try out the Eclipse plugin yet… but this looks like a nice step forward.

Technorati tags: