Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] Naming conventions for extension points

Hi everybody,

Stefan Liebig and I tried to make out a pattern among existing extension
points in Eclipse and agreed upon this for Riena:

Names should be camel-case starting with a lower case letter. Both the
name of the extension point and the names of the XML elements and
attributes.

Example:

   <extension
         point="org.eclipse.riena.navigation.navigationNodeType">
      <navigationNodeType
            typeId="org.eclipse.riena.example.navigation"
 
nodeBuilder="org.eclipse.riena.example.client.navigation.model.Navigatio
nSubApplicationNodeBuilder"
            parentTypeId="application">
      </navigationNodeType>
   </extension>

Cheers,
Carsten



Back to the top