Welcome to the next level, naming stuff. Naming is one of the hardest things to do when developing and the Eclipse project has offered us the following guidelines. Conventions from Eclipse Plug-in Developers GuideThe following package name segments are reserved:
These name are used as qualifiers, and must only appear following the major package name. For example, org.eclipse.core.internal.resources - Correct usage They also have a convention of seperating out model from ui, so ui plugins get a .ui package name segment. There is an example from udig:
As a clue anything that is core can run in headless mode. ![]() |
(c) Copyright (c) 2004,2005 Refractions Research Inc. and others. |