Creating a visualizer plug-in
Because the visualizer is a Page Designer plug-in, you will develop the visualizer in a plug-in project.
To create a plug-in project.
- Select File > New > Project from the menu. The New Project wizard page appears.
- Select Plug-in Development > Plug-in Project > Next. The "New Plug-in Project" page is displayed.
- Enter a project name and click Next. The "New Plug-in Project - Plug-in Project Structure" page appears.
- Click Next. The "New Plug-in Project - Plug-in Code Generators" page appears.
- Select Create a blank plug-in project, name the project, and click Finish.
You are now ready to update the plugin.xml file for the VCT.
Related concepts
Custom tag libraries
Visual custom tags (VCTs)
Related tasks
Creating a custom tag library
Adding Web library projects
Creating visual custom tags (VCTs)
Updating the plugin.xml file for a VCT
Adding a VCT to a JSP page