Eclipse plug-ins

View: [ 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  Presentations
Tutorials
  

Articles:
  • Integrate the Jad Decompiler Plug-in into Eclipse by Stephen Lum   - [Clicks: 88]
    Follow this complete step-by-step guide to integrate the Jad decompiler into Eclipse. Along the way, you'll find out what makes this particular Java decompiler such a handy addition to the developer's toolkit.
    http://www.devx.com/Java/Article/22657 - Dec, 2004
  • Plugging in a logging framework for Eclipse plug-ins by Manoel Marques   - [Clicks: 128]
    Eclipse lacks a configurable logging facility with rich features like the ones found in J2SDK Logging Utilities or Apache's Log4j. In this article, learn how to configure and use a logging framework for Eclipse plug-ins that is itself a plug-in and that is based on the Apache Log4j. Complete source code is provided for your use and extension.
    [Includes source code]
    http://www-106.ibm.com/developerworks/library/os-eclog/ - Sep, 2004
  • Develop Your Own Plugins for Eclipse, Part 1 by Jerome Moliere   - [Clicks: 47]
    This article series is intended provide you the basic information necessary to quickly code your first plugin. The resources section will point to all of the necessary introductory materials. This first installment will introduce the application to be delivered, all of the vocabulary required, and will explain how to package your plugins.
    http://www.onjava.com/pub/a/onjava/2004/08/18/eclipseplugins.html - Aug, 2004
  • A First Look at Eclipse Plug-In Programming by Koray Guclu   - [Clicks: 61]
    If you are a Java programmer and not using Eclipse you may be missing something. Evaluate if Eclipse can fit your needs.
    [Includes source code]
    http://www.developer.com/java/other/article.php/3316241 - Feb, 2004
  • Contributing to Eclipse. Book Excerpts by Erich Gamma, Kent Beck   - [Clicks: 25]
    Eclipse is more than just an IDE. The official enigmatic description is that "Eclipse is a universal tool platform, an open extensible integrated development environment (IDE) for anything and nothing in particular." These excerpts from Erich Gamma and Kent Beck's book Contributing to Eclipse: Principles, Patterns, and Plug-Ins give you the flavor of creating plug-ins for the Eclipse platform.
    http://today.java.net/pub/a/today/2004/02/02/ch3and12Eclipse.html - Feb, 2004

[Top]

Books:
  • Eclipse: Building Commercial Quality Plug-ins  by Eric Clayberg, Dan Rubel   - [Clicks: 47]
    This is the first definitive, start-to-finish guide to building commercial-quality extensions for both Eclipse and IBM's WebSphere Studio Workbench. Leading Eclipse developers Eric Clayberg and Dan Rubel don't merely introduce the basics: they show how to add the sophistication and "polish" that paying customers demand. This book presents detailed, practical coverage of every aspect of plug-in development--with specific solutions for the challenges you're most likely to encounter. It contains everything you need to gain mastery and achieve results: cookbook-style code examples, relevant API listings, diagrams, screen shots, and much more. This book is designed for anyone who wants a deep understanding of Eclipse, and every experienced developer interested in extending Eclipse or WebSphere Studio Workbench. Whether you're a tool developer building new commercial products, or a user customizing your environment, you'll find it indispensable.
    Addison-Wesley Professional, Paperback - Jun, 2004

[Top]

Presentations:
  • How to develop Eclipse plugins by Randall Hauch   - [Clicks: 67]
    The Eclipse project, to many developers, is an integrated development environment for Java. However, Eclipse is far more than that -- it is an open-source, highly extensible tool integration platform in which multiple "plugins" from different vendors can interoperate and leverage each other, often times without explicit dependencies. There are hundreds open-source and commercial plugins available, and some companies are providing their tools as branded Eclipse environments. Learn about the Eclipse environment: what is the Eclipse platform, what are plugins, and (most importantly!) how to develop, test, and deploy your own plugins.
    [Formats: PDF. Includes examples workspace]
    http://www.ociweb.com/javasig/knowledgebase/2004-08/index.html - Aug, 2004

[Top]

Tutorials:
  • Develop J2ME applications with EclipseME by Michael Juntao Yuan   - [Clicks: 218]
    This tutorial demonstrates how to develop Java 2 Platform, Micro Edition (J2ME) applications using the Eclipse IDE, the open source EclipseME plug-in, and the Sun J2ME Wireless Toolkit. This tutorial is written for J2ME developers who are interested in using the Eclipse IDE to increase productivity. It also addresses Java Eclipse developers who want to produce J2ME mobile applications in their favorite IDE.
    [Formats: HTML, PDF, Zip]
    http://www-106.ibm.com/developerworks/edu/wi-dw-wi-nokia-i.html - Nov, 2004

[Top]