Apache Ivy : An Agile Dependency Manager

Posted on 3 CommentsPosted in Custom Programming, Java, Technology Center

Apache Ivy : An Agile Dependency Manager

Why I Choose Ivy? The main thing I like about Ivy is its simplicity. You can use Ivy with only ant installed on your system (and of course, java). This means that you don’t need to download any Ivy related libraries or when using eclipse, no plug-in is needed. You can run everything using ant, from installing the ivy library to downloading the dependencies.

read more...

Seamless Server Deployment

Posted on 1 CommentPosted in Java, Technology Center

So you wanted a seamless deployment process to your servers without worrying about server specific settings? Just upload the war file and voila!, your production servers have the latest build. Here’s a step-by-step instruction how to achieve this. STEP 1: Identify all your server variables. Identify the variables that have different values across the servers read more…

read more...

Continuous Integration with Continuum

Posted on Leave a commentPosted in Methodology Center

After setting up Continuum, I find it reasonably good to support continuous integration (for a free/open-source solution).The package for download is ready to run and easy to configure. This supports Agile development, quick-turn around. Initially, I was skeptic setting up this tool considering it may take me 3-5 days to setup. Well, I was wrong… read more…

read more...