Monthly Archives: March, 2014
Part2: Upgrading the IBM Urbancode Plugin with additional functionality
After the successful creation of IBM Urbancode Plugin to create database in Postgres in article Part1: Creating a simple IBM Urbancode Deploy Plugin “Postgres-Create Database”, I wanted to extend the functionality of this plugin to cater to additional commands in Postgres like Drop database Backup database Restore database Here is how this is achieved. Part …
Part1: Creating a simple IBM Urbancode Deploy Plugin “Postgres-Create Database”
In this article I would like to share my experience of creating a Plugin in IBM Urbancode Deploy. The goal here was to create a simple plugin which would allow me to Create a Database in Postgres through IBM Urbancode Deploy. To get started: I picked Eclipse as my IDE and I also downloaded Groovy …