Golf-Solitaire

My buddy, Chuck Imperato, has created a neat little game called Golf Solitaire. It shows how simple SWT can use concepts like double-buffering and drag and drop.

You can install the plugins from the site I posted here on balfes.net.

Once installed into your Eclipse, you can do a simple “Show View” and select the view:

Here is a screen shot of the application in action:

golf-solitaire.jpg

Tags:

PORTIONS (PORTlet actIONS)

alt="portions_logo.png"
src="http://portions.sourceforge.net/img/portions_logo.png"
style="border: 0px solid ; width: 100px; height: 100px;" align="left">
This
is a pretty interesting href="http://portions.sourceforge.net/en/index.html">framework.
I might have to look into this a little deeper. Has anyone had
any experience with this framework?

href="http://portions.sourceforge.net/en/index.html"> alt="modelo2.png" src="http://portions.sourceforge.net/img/modelo2.png"
style="border: 0px solid ; width: 425px; height: 208px;">

Tags: href="http://technorati.com/tag/Portal" rel="tag">Portal href="http://technorati.com/tag/Portlet" rel="tag">Portlet href="http://technorati.com/tag/JSR168" rel="tag">JSR168

InfoWorld Rant

Ok, I may be a Notes bigot but I also know that Notes has close to (if not more than) 45% of the market share for email in the enterprise. It also has some of the best collaboration applications in the world. Why then did I read an entire article – a magazine even – about Collaboration and not one mention of Notes or Domino?

The January 15th InfoWorld has a “Collaboration Leaderboard” on page 42 and there is not one mention of not only Notes or Domino but no mention of any third party application for Notes and Domino. It is ALL Exchange based!

Jamie Bernstein however, promotes an email system called Gordano – yeah I may have seen some code from that on DailyWTF.

The more I read InfoWorld the more I think Bill Gates has them in his back pocket, no wonder I only read it on the crapper.

Thoughts?

Tags:

Property Broker Monitor and Topology Peek

Myself and Chuck Imperato have created two tools we have used
internally to assist in Composite Application Development and
debugging. Since these kinds of applications are defined then
deployed to a server and what Expeditor uses to project the application
is XML it may be difficult to debug what is wrong and where.

I wanted to get further feedback on the usefulness and availability of
these tools to the public. There is current discussion as to
whether or not it will show up in a future release of the Expeditor
Toolkit. At a minimum I can see us putting something of Developer
Works around Expeditor 6.1.1 launch time.

Please respond here or email me with your suggestion/desires.
Thanks Bob.

Property Broker Monitor

This is a real time log of events that occur over the broker. You
can evaluate things like a property change event, wires
enabling/disabling, pre and post action calls and general object
evaluation. Here is a screen shot of the Notes 8 Calendar that
many of you saw at Lotusphere where I have the PB Monitor tool opened
and calendar events are flying by. I selected a POST_ACTION
called event and I selected the Wire object in this screen shot.

href="http://blog.balfes.net/images/brokermonitor.jpg"> alt="brokermonitor.jpg"
src="http://blog.balfes.net/images/brokermonitor.jpg"
style="border: 0px solid ; width: 320px; height: 266px;">
Click to make larger

Topology Peek

This is a Composite Application evaluation tool. Since the
definition of a Composite Application is a rather large and complicated
XML file it can be cumbersome to figure out what is in an application -
or at least what Expeditor thinks it has. Of course the original
tools that created the application can also be used many times when an
application comes from multiple sources what is actually on the client
may be different. This tool helps in locating and visualizing
those differences.

href="http://blog.balfes.net/images/topologypeek.jpg"> alt="topologypeek.jpg"
src="http://blog.balfes.net/images/topologypeek.jpg"
style="border: 0px solid ; width: 320px; height: 266px;">
Click to make larger

Tags: rel="tag">Lotus
Expeditor

href="http://technorati.com/tag/Property+Broker" rel="tag">Property
Broker

Blosxom to Simple PHP Blogging

I went ahead and created this little program in about an hour to move my files from the Blosxom Blogging system to the Simple PHP system I am using now. The code is pretty straight forward, not commented and very crude but it does the job!

If you want to use it go ahead, no disclaimer but use at your own risk.

You will most likely want to modify the getCategories() method and put your own categories in it.

You can get the zipped sources here.

Tags: