- Monday, July 12, 2010, 20:54
- How-To, Java
- 1,012 views
As a Java developer, lot of times I have to play around with file system. Sometimes I have to copy files/directories from one location to another; sometimes have to process certain files depending on certain pattern. In one of my test program, I wanted to calculate available disk space using Java. Lot of code snippets are ...
Full story
- Tuesday, August 18, 2009, 20:26
- J2EE
- 1,184 views
Following is the basic overview of Apache Archiva, The Build Artifact Repository Manager.
What is Archiva?
Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as
Maven, Continuum, and ANT.
Features of Archiva
Remote repository proxying
Security access ...
Full story
- Monday, June 22, 2009, 15:07
- General
- 12,006 views
Apache web servers have a great way to manipulate information using .htaccess files. .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed inside the web tree, and is able to override a subset of the server's global configuration; the ...
Full story