Creating a plug-in project (I)

26 January 2008

In this post, I will show you step by step how to create a plugin project.

To create a plug-in project, bring up the New Plug-in Project creation wizard via File > New > Plug-in Project.

Plugin 1

It is a convention that plug-in project names are the same as plug-in IDs, but they can be different.

The plug-in project can be created in one of two flavors: a Java project or a simple project. Most plug-ins are meant to contain executable Java code and must therefore be housed in a Java project. On the other hand, if, for example, you are creating a documentation plug-in, then a simple project will suffice.

A plug-in with an OSGi bundle manifest is the recommended plug-in format. In addition to faster startup and classloading, it allows the plug-in to take advantage to many new runtime capabilities.

Click Next.

Plugin2

Review the next part also.

del.icio.us:Creating a plug-in project (I)  digg:Creating a plug-in project (I)  spurl:Creating a plug-in project (I)  wists:Creating a plug-in project (I)  simpy:Creating a plug-in project (I)  newsvine:Creating a plug-in project (I)  blinklist:Creating a plug-in project (I)  furl:Creating a plug-in project (I)  reddit:Creating a plug-in project (I)  fark:Creating a plug-in project (I)  blogmarks:Creating a plug-in project (I)  Y!:Creating a plug-in project (I)  smarking:Creating a plug-in project (I)  magnolia:Creating a plug-in project (I)  segnalo:Creating a plug-in project (I)  gifttagging:Creating a plug-in project (I)

Top Of Page | Trackback

If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.

It will look like this: Creating a plug-in project (I)

Leave a Reply