I am trying to customize the index.jsp for wso2 governance registry. I am trying to get the list of all the services that were being added into the registry. And also I want to add functionality like searching for the services in the index.jsp. I am trying to intialize the Registry object ? I am wondering how to get the Registry object. Can any one suggest me how to do that ? so that once I can get the Registry object, I will use Resource object to search in the Registry.
Resource governanceFolder = registry.get("/_system/governance");
But how to get that registry object ?
I tried Registry registry = initialize(); which did not work. Can any one help me ?