Time for action – creating and running an extension
We can create an extension by using the following steps:
Select Extension Project from the Extension Development section under Client Tier. Make sure you have the Extension SDK downloaded using the Check for Updates option.
Provide the information as displayed in the following screenshot:
You will now have the
extension.xml
andMANIFEST.MF
files created for the project. TheMANIFEST.MF
file will only provide the version information.Right-click on the extension and click on Deploy to Target Platform. Subsequently, click on the Run Extension option. A new JDeveloper will open up with your extension added to the IDE.
Verify the extension added to the JDeveloper IDE by going to Help | About | Extension.
Open the First Sample example provided in the Extension SDK samples to explore more on creating extensions.
What just happened?
We created a new extension for the JDeveloper. The newly created extension will only display the information about your...