Archive for May, 2006
A Shape Diagram Editor… in Chinese!
Cliff Liang has translated “A Shape Diagram Editor” into Chinese. You can read it here (assuming you can read Chinese).
[ Back to top ]
Computer Sciency stuff…
It’s only every once in a while that I really get to geek out and use some of that computer science stuff I learned in university. Frankly, I quite enjoy these little opportunities (disturbingly, most of these opportunities have something to do with combinatorics and recurrence equations).
Yesterday, I wrote a recursive backtracking algorithm for solving [...]
[ Back to top ]
Eclipse at ECOOP
The European Conference on Object-Oriented Programming (ECOOP) 2006 is being held in Nantes, France from July 3rd to 7th. Eclipse is going to be there in full force.
The Eclipse Technology Exchange (eTX) Workshop will be held on July 4th. The goal of the eTX workshop is to create opportunities for participants to become familiar [...]
[ Back to top ]
What’s New in Eclipse 3.2 - Usage Tips & Tricks
I just posted a presentation by Chris Laffra that steps through the new and noteworthy with Eclipse 3.2. You can find the presentation here.
You can get Eclipse 3.2 here.
And, of course, the RC3 release of Callisto is available for download and testing.
[ Back to top ]
How do I combine thee? Let me count the ways…
Over the past few months, I’ve heard a lot of folks talk about how many ways the ten Callisto projects can be combined. In all cases, the concensus seems to be that there are 10! (ten factorial) combinations. Or at least about that many. That’s 3,628,800 combinations. Wow! Except that it’s actually nowhere near correct.
To [...]
[ Back to top ]
Stretch out and wait… or don’t
Good news for Eclipse plug-in/RCP developers who need to embed Swing/AWT components in SWT views on the Mac! Thanks to the efforts of Apple’s JVM developers, the SWT_AWT bridge now works on the Mac. Bug#: 67384 is now marked as resolved (and is peppered with comments declaring victory).
Now… I just need to convince Mike to [...]
[ Back to top ]
Does the body rule the mind, or does the mind rule the body?
In comments to a recent blog entry of mine, beche-de-mer (which I believe translates to “sea-slug”), asked if I could post an example of using extension points in an Eclipse RCP application that uses Swing. I decided to oblige with this hastily cobbled together example.
I added an extension point to my Eclipse RCP Swing example [...]
[ Back to top ]
Eclipse Corner Spam
Another first for me! How very exciting. Somebody took the time to adapt some of their advertising materials to the Eclipse Corner Articles format and posted their contents as an article submission. I’ve decided to be in awe of the cleverness of the attempt.
[ Back to top ]
Eclipse: too big?
I get this question every once in a while: why is Eclipse so big? Typically, the person asking the question is thinking about the SDK. Why is the Eclipse SDK (version 3.2RC4) 121MB?
It’s a good question. The name “Eclipse SDK” provides a hint: it is the Software Development Kit (SDK) for building Eclipse applications. That [...]
[ Back to top ]
Using Swing in an Eclipse RCP application
I’ve finally made it to JavaOne. It’s my first time here and I have to admit that I’m a little overwhelmed. It’s a huge conference.
Today, the title of my blog is not an insane attempt to attract more traffic… I was working the Eclipse Foundation booth earlier today and was asked by a visitor about [...]
[ Back to top ]

