I have added basic features of "CRUD" - create, read, updated and delete; so I will say that the application is in early beta stage. I am yet to finalize further requirements, ideas etc. If you have any suggestion, please post.

Get to plugins directory
For each file in plugins directory
If file ends with ".jar"
See if there is a plugin-manifest.xml inside the jar
If found read the XML and get data about the Plugin
Save plugin data to a list/map for future use
Add the jar to current classpath as plugin may be used.
End if
End if
End for