# RCP
I always wondered what the big deal was with the "Eclipse way." You have this horrendously complicated IDE that does a zillion things, and my first impression when I started using it was that people had just kept slapping features on it like layers on a mud hut. Not so. The underlying Eclipse architecture is actually quite intriguing. A very simple core really just acts as a control centre and bootstrapper for more advanced chunks of functionality. The ultimate in extensibility. It's like software Lego on a grand scale. Clearly a lot of thinking has gone into the platform - certainly a lot more than I'd originally imagined.
Reading through explanations of how it hinges together, I can see why people are excited about the possibilities.
File under: java : {2004.11.22 01:04}