Wayne Beaton's blog

    Web services anyone?

    Wednesday, May 3, 2006 - 15:32 by Wayne Beaton
    The WebTools team has put together some tutorials on building web services and web services clients with WebTools 1.5. Check ’em out. In a fit of stupidity, I pasted the wrong link above. It should be http://www.eclipse.org/webtools/jst/components /ws/1.5M6/tutorials/index.html. It’s correct now.

    RSS for articles

    Saturday, April 22, 2006 - 17:53 by Wayne Beaton
    I’ve added an RSS feed for articles to the Eclipse Corner website. You can access the feed here. It contains the title, description, and a link to articles changed in the last six months. Add your comments to Bug#: 137751 if you’d like to change anything about it. For example...

    Clean up

    Friday, April 21, 2006 - 14:24 by Wayne Beaton
    Cleaning up your code gets easier with Eclipse 3.2. Select a Java element. Any element. It works on classes, packages, and projects (intuitively, the element selected determines the scope of the clean up). Select “Source > Clean Up…” from the context menu. Here’s what you’ll see. You’re presented with a...

    Eclipse for Swing development

    Tuesday, April 18, 2006 - 16:17 by Wayne Beaton
    I’m surprised by the number of folks who don’t realize that you can use Eclipse to build Swing-based applications. There’s no rule that says that you can only use Eclipse to build Eclipse plug-ins or RCP applications. There’s no rules governing the kinds of applications you can build with Eclipse...

    Java Browsing

    Monday, April 17, 2006 - 22:18 by Wayne Beaton
    Earlier today, in a blog entry titled “ Show Source of Selected Element Only“, author R.J. Lorimer described the “Show source of selected element only” feature. Frankly, it’s a pretty cool feature and I think that R.J. did a bang up job of describing it. However, he missed one important...