Improve Java Web Development Server Startup Time

Posted on 5 CommentsPosted in Java, Technology Center

Improve Java Web Development Server Startup Time

When developing an application in a web server environment, the ease of use and startup time of the application are crucial elements for best performance. Due to this, the Hot Code Replace (HCR) debugging technique was developed to “facilitate experimental development and to foster iterative trial-and-error coding,” effectively improving…

read more...

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...