1.12. SummaryThis chapter gave you a whirlwind tour of the major components of the Eclipse IDE that you will need to use to develop Eclipse plug-ins. At this point, you should be comfortable navigating the Eclipse UI and using the built-in Eclipse tools to create, edit, run, debug, and test your Java code. The next chapter dives right in and gets our hands dirty creating the first Eclipse plug-in. Each succeeding chapter will introduce more and more layers of detail and slowly convert the plug-in from a simple example into a powerful tool that can be used on a daily basis while doing Eclipse development. ReferencesEclipse-Overview.pdf (available from the eclipse.org Web site). D'Anjou, Jim, Scott Fairbrother, Dan Kehn, John Kellerman, and Pat McCarthy, The Java Developer's Guide to Eclipse, Second Edition. Addison-Wesley, Boston, 2004. Arthorne, John, and Chris Laffra, Official Eclipse 3.0 FAQs. Addison-Wesley, Boston, 2004. Carlson, David, Eclipse Distilled. Addison-Wesley, Boston, 2005. Eclipse Wiki (see eclipsewiki.swiki.net). CVS (see www.cvshome.org). Fowler, Martin, Refactoring: Improving the Design of Existing Code, Addison-Wesley, Boston, 1999 (www.refactoring.com). Glezen, Paul, "Branching with Eclipse and CVS." IBM, July 3, 2003 (www.eclipse.org/articles/Article-CVS-branching/eclipse_branch.html). JUnit (see www.junit.org). |