Task 5:  
Data provided to any Flash object must be in the specific XML format that the object requires. To use the dataURL variable to pass data to the Flash object, you create a Java class to generate an XML document, and deploy the class as a plug-in. In this procedure, you create the plug-in using the Eclipse Plug-in Development Environment (PDE).
1  
In the main menu, choose WindowOpen PerspectiveOther.
2  
Figure 18-23  
Choose OK. The Plug-in Development perspective displays the views and tools for creating and managing plug-ins.
3  
Choose FileNewProject.
4  
Figure 18-24  
Choose Next.
5  
1  
com.actuate.birt.flash.library.sample.CombinationChart
This name follows the naming convention used by Actuate BIRT plug-ins.
2  
OSGi framework: Equinox
OSGi is a framework specification for developing and deploying modular Java applications. Equinox is an Eclipse project that implements the OSGi framework and is the plug-in technology used by Eclipse and BIRT.
3  
Use the default values for the other properties. Figure 18-25 shows the information specified for the plug-in project.
Figure 18-25  
Choose Next.
6  
1  
*
ID identifies the plug-in. By default, the value you specified as the project name in the previous step is used as the ID value.
*
*
*
*
2  
Figure 18-26 shows the information for generating the plug-in.
Figure 18-26  
Choose Finish.
Eclipse creates the plug-in. The Plug-in editor displays an Overview page, as shown in Figure 18-27. This page shows the properties of the plug-in and provides links to pages about developing, testing, and deploying a plug-in.
Figure 18-27  

Additional Links:

Copyright Actuate Corporation 2012