Apache SYNCOPE Eclipse Plugin: About Project

Google Summer of Code (GSOC)

Apache Syncope

An Open Source Identity Management System


Ready for a new start? The community bonding period has ended and we have reached the most awaited Coding Period. Been waiting for this day since long and it is every bit as exciting as I imagined. Don’t yet know what I’m talking about? Well let me tell you! My proposal got accepted earlier and I am now a Google Summer of Code Student. Exciting right? Well let’s get back to business and talk about what’s been done and what’s to be done.

I’ve written about syncope before, not a lot about my proposal though. I picked up an issue from the Apache Syncope issues list and made up a proposal for the same. The idea was to create an Eclipse Plugin for editing and viewing email and report templates of the users. They had already provided a vision (sample image) of what they wanted the plugin to consist of. I’ve added the image below. The structure you see is called a Tree Viewer which is populated using TreeParent and TreeObject classes.

Apache's Vision for Plugin

Initial steps were simple yet took some looking around to figure out. I tried out my first eclipse plugins with the hello world popup and some other trivial stuff. Eventually stumbled upon the create a Plug-in with a view which essentially did most of the work itself. The boilerplate code included an Activator, plugin.xml file configured to instantiate the Activator on run and a View class which defined what the view would do.