• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse Plugin development

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to develop eclipse plugin that will require to use existing desktop application as well as existing eclipse features like refactoring.

So far, I have found following resources to start,

Book

Eclipse Plug-ins by Eric Clayberg
Eclipse 4 Plug-in Development by Example Beginner's Guide

Other resources include

Eclipse, RCP, Plugin and OSGi Development by vogella
http://www.ibm.com/developerworks/library/os-eclipse-plugindev1/index.html
http://www.onjava.com/pub/a/onjava/2005/02/09/eclipse.html

I am not sure how do I start this. I start to read vogella tutorial but it is discussing about eclipse RCP which I am not sure is what i need or not?
I need direction to start this development?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic