Data Visualization Plugin Framework
DVPFW is designed to serve as a free DV plugin framework to assist developers in writing Data Visualization Plugins for the Remedy Action Request System Server 7+. The framework consists of a set of java classes tailored to assist in common design requirements. This is software written by software developers for software developers, thus the target audience for this software are people interested in developing data visualization plugins.
Project Justification
The plugin framework provided by BMC in the PluginExample contains the following notice, making it an unviable option in the development of code intended to be free or sold:
* Copyright © 2006 BMC Software, Inc. * All rights reserved. * * This software is the confidential property and proprietary information of * BMC Software, Inc.
This framework uses the BSD license, which allows it to be used in open source or commercial software development.
About the Free DVPFW:
| License: | BSD License |
| Code Repository: | Subversion repository available at http://svn.arswiki.org/dvpfw/ |
| Project Owner: | Axton Grams |
| Developer: | Carey Matthew Black |
| General Discussion Mailing List | General Discussion - Archives |
| Source Changes Mailing List | Subversion Changes - Archives |
Features:
This section highlights the features introduced in each tagged release.
dvpfw-0.1a
- Ability to serve static web content from the DV Plugin jar
- Ability to use JOARSE as an access method to your ARServer using the native context provided by the DV Plugin module/mid-tier
