Archive for October, 2006
Pair programming
I learned how to write software using pair programming and other practices that eventually became known as Extreme Programming. I have to admit that I really miss it as part of my everyday work; unfortunately, I don’t write software nearly as much as I’d like these days. Martin Fowler discusses some misconceptions about pair programming [...]
[ Back to top ]
Hooked up to the Eclipse Firehose
Hobel is having some trouble with Eclipse. In fact, he’s having so much trouble that he’s started a blog on the topic (eclipse-sucks). While I disagree with his position, he’s obviously having problems hooking himself into the Eclipse world. I’ve been trying to help him out. I even invited the author to join Planet Eclipse, [...]
[ Back to top ]
Funny you should ask
In a comment to a past blog entry, I was asked today about my Image Viewer plug-in (I blogged about it again here). Specifically, I was asked if the source would be made available. The funny-you-should-ask part is that just today, I spent a little time with the image viewer plug-in to update it (I [...]
[ Back to top ]
Use inferred grammar in the absence of DTD/Schema
I’ve been meaning to blog about this little feature for a while…
The Eclipse Web Tools has a neat little feature in its XML editor. As is expected, if your XML file has a DTD or schema specified, content assist (ctrl-space) will offer suggestions as you type. More interestingly, if your XML file does not have [...]
[ Back to top ]
Displaying the console in your RCP application
This question has been asked on eclipse.newcomer a couple of times now, so I thought it might be worthwhile to put a response in the blogosphere.
How do I display the System.out console in a view in my Eclipse RCP application?
The answer has two parts. To start, you can redirect console output to an arbitrary PrintStream [...]
[ Back to top ]
Introducing AJDT: The AspectJ Development Tools
Matt Chapman, AJDT Project Lead, has authored an excellent paper on using the Eclipse AspectJ Development Tools to develop code using AspectJ. It’s been published on Eclipse Corner Articles.
[ Back to top ]
If you join Eclipse, I’ll teach you my secret Ninja moves
I came across this on YouTube today and thought I’d share.
[ Back to top ]
WYSIPDCTWYG HTML/JSP/JSF Editor in Eclipse
A while back, with relatively little fanfare, Sybase contributed a graphical page designer to the Web Tools project. Strictly speaking it’s not WYSIWYG, but it is WYSIPDCTWYG (What you see is pretty darned close to what you get). It provides visual assembly of HTML/JSP/JSF elements from a palette, and includes integration with the properties and [...]
[ Back to top ]
Task-focused programming with Mylar
I made a passing reference a few days back to Mylar. In that posting, I suggested that Mylar would change your life. Mik Kersten, project lead for Mylar, has published a paper that will tell you more.
[ Back to top ]
First Morning at Eclipse Summit Europe
Eclipse Summit Europe has started. The event is sold out and the capacity crowd seems to be enjoying the day. We started with a riveting keynote address by our fearless leader Mike before launching into the multiple tracks of talks. I attended the talks on Aperi and Buckminster in the first session (it was a [...]
[ Back to top ]

