creating plugins Listing with add / Edit / delete option

1 message Options
Embed this post
Permalink
Vaskar Paul

creating plugins Listing with add / Edit / delete option

Reply Threaded More More options
Print post
Permalink
Hi,
 I am new to Opennms and I have some exposer on Java as well as Servlet / JSP. I have installed opennms-1.6.5-1 on linux 4 Enterprise version. Opennms is running properly. Now I need to Add a jsp page called manage plugins under the admin section. Clicking on that link we will get a list of existing plugins with edit and delete options. there will also a link on that page to add new plugins.

So far I have added new plugins editing the capsd-configuration.xml and poller-configuration.xml manually.

The purpose of the new page is to add/Edit/delete the above mentioned xml files programmatically form that jsp page using the existing applicable opennms classes (like PluginManager.java etc). After add,edit or delete I need to update the database and restart the opennms from my code.

As I am new to opennms, the programming architecture of opennms is not very much clear to me.

Please let me know if it is possible to do whatever I have mentioned and if possible please help me by providing the names of the existing classes / interfaces and implementation process of those classes from the jsp pages.

It is really urgent. Please help me as soon as possible. Thanks a lot.

Regards
Vaskar Paul