Top Stories published by technodyne in February of 2012

Building with Apache ANT part 1

ANT is a java library which can be used to automate the building process of java application. It is a command-line tool. Lot of tasks can be done using ant. Compiling, Testing,Assembling and as well as running the java applications.


Customize mantisbt

Mantisbt is an open source bug tracking tool. This is scripted by php. This tool enhance the efficiency of the whole bug tracking process and development process. You can download mantisbt from here. In the default configuration of mantis, there are lot of stuff integrated with that. But this…


Customize mantisbt

Mantisbt is an open source bug tracking tool. This is scripted by php. This tool enhance the efficiency of the whole bug tracking process and development process. You can download mantisbt from here. In the default configuration of mantis, there are lot of stuff integrated with that. But this…


Spring Framework — Introduction

Spring is an open source framework which can be used in developing java applications. The main principle behind the spring is dependency injection.

What is Dependency injection ?


Building with Apache ANT part 2

In the previous post i have mentioned that how to set up ant and how to create a simple build.xml file. Here are more stuff to do with Ant.

Using separate property file