Declarative Menus in JDeveloper Extensions – Part One
When creating an extension for JDeveloper, the most common way of connecting that extension to the IDE is through the menu structure. Whether it’s via a context menu, or adding a menu to the existing menu bar at the top of the IDE, it can all be done in two different ways. In code, or [...]