Sponsors


Blog powered by TypePad

March 06, 2007

Subclipse Installation Problem on Mac OS X

Like my development environments, things change.  Since my next project is to extend a product written in Java and, since I used to develop Eclipse rich clients in my webMethods days, I figured I'd install Eclipse on my MacBook Pro.

We use SVN so, I also installed the most excellent Subclipse Eclipse plug-in.  All was going well until, I tried to synchronize to the repository.  When I did, I got the following error:

Continue reading "Subclipse Installation Problem on Mac OS X" »

August 08, 2006

Showing SWT TableColumn Text

While creating an Eclipse TableView using Eclipse 3.2, oddly, only one of two defined table column titles was showing up.  My table should have showed "Type" and "Name" columns but only the "Type" column header text would appear:

Continue reading "Showing SWT TableColumn Text" »

December 21, 2005

Renaming Projects with the Perforce Plug-in for Eclipse

P4_32x32_2 If you you’re a Perforce customer and an Eclipse user, you should use the Perforce plugin for Eclipse. It makes the job managing check-ins and check-outs easy, allowing you to stay nearly fulltime in your environment. Unfortunately, renaming an Eclipse plugin project isn’t supported very nicely.

Continue reading "Renaming Projects with the Perforce Plug-in for Eclipse" »

August 09, 2005

CASPR: Category-Specific RSS

In cased you missed it, this site now sports CASPR [1].  Other than "All Posts," each feed URL under the "Feeds" list can be used to get blogs only on that topic.  It's similar to blog aggregator that offer feeds for the individual bloggers.  Now there's a name for it.

Continue reading "CASPR: Category-Specific RSS" »

May 24, 2005

Painfree RCP in 3.1M7

Eclipse_31_splashThis is an update to the Painfree RCP in 3.1M5 post.  All references have been updated, instructions checked, and new notes made to be current as of 3.1M7.

Continue reading "Painfree RCP in 3.1M7" »

April 22, 2005

Open-Source Forces Commoditization?

OReilly recently reports that JBuilder is open-sourcing their IDE.  Is this more proof of IDE commoditization?

It makes me wonder; does open-sourcing force commodization?  You might argue this as a tactic used by second or third place competitors to grab market share, forcing the commoditization process.  It's hard to argue that this can't at least be partially successful.

Continue reading "Open-Source Forces Commoditization?" »

April 19, 2005

The M/VC Antipattern

Green_eggs_and_ham_2Introduction
M/VC may be more familiar as "MVC," or Model-View-Controller the design pattern used in the Smalltalk environment [KP88] and cemented as the "Observer" pattern in Design Patterns [GHJV95] by the Gang Of Four.  In real life, subconsciously plowing along with M, then V, then C often leads to MV with little or no decoupled C.  Call this M/VC.  With controller code woven deeply into your view, it becomes nearly impossible to later switch the view out.

Continue reading "The M/VC Antipattern" »

March 31, 2005

The Real Competition

Wow, NetBeans vs. Eclipse has been quite a pot-stirring debate!  I should've expected it when the Sun evangelists, themsleves, are involved.

Continue reading "The Real Competition" »

March 30, 2005

Eclipse/NetBeans Popularity (ENP) Index

Javalobby has been stirring with NetBeans buzz and I've had some unexpected interest in my "NetBeans vs. Eclipse - No Real Debate" post.  In the end, to businesses such as webMethods, what's really important is knowing how viable each will be as an application platform.  One way to measure viability is with raw popularity; enter the ENP Index.

Continue reading "Eclipse/NetBeans Popularity (ENP) Index" »

March 29, 2005

NetBeans vs. Eclipse - No Real Debate

Eclipse_6

NetBeans vs. Eclipse.  This used to be a flashy debate but is losing luster with the rapid adoption and growth Eclipse as a platform for developing rich client applications.  Perhaps this will explain why.

Continue reading "NetBeans vs. Eclipse - No Real Debate" »