File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes Using the Eclipse Framework Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Using the Eclipse Framework" Watch "Using the Eclipse Framework" New topic
Author

Using the Eclipse Framework

Charles Hasegawa
Ranch Hand

Joined: May 22, 2003
Posts: 117
I saw there is a section on developing plugins, but I was unable to determine from the information on Amazon whether "Eclipse in Action" has any information on using/extending the actual Eclipse framework itself.
Ed Burnette
Author
Ranch Hand

Joined: Jun 10, 2003
Posts: 142
I'm not sure I understand the question. Writing plugins is the way that you extend the framework.
Eclipse in Action has two chapters on plugins. The first one, chapter 8, is an introduction. Chapter 9 is about twice as long and walks through the code for a good sized plugin that does log4j integration into Eclipse. There is also an appendix on SWT and one on JFace programming. The bulk of the book though is on using Eclipse as an effective tool for general Java development.
If you mean using bits of the framework in your own non-IDE applications then no, it doesn't go into that per se. However the SWT and JFace material would still be applicable if it's a GUI application, and the two plugin chapters would still be applicable if your application was built using the plugin concept.


Ed Burnette, Author of Hello Android
Blog: ZDNet's Dev Connection - Twitter: @eburnette
 
IntelliJ Java IDE
 
subject: Using the Eclipse Framework
 
Threads others viewed
Spring Introduction
about eclipse framework
what do you mean by plugin development?
What is the difference between eclipse and wsad?
Is there any eclipse-plugin for Spring?
IntelliJ Java IDE