How to convert properties file into XML file in Java

  • 04 April 2017
  • ADM

The java.util.Properties class come with a storeToXML() method to convert existing properties data into an XML file.


web.xml deployment descriptors

  • 22 February 2017
  • ADM

web.xml deployment descriptors. Servlet version 2.3, 2.4, 2.5, 3.0 and 3.1.


FTP file upload using cURL

  • 14 February 2017
  • ADM

How to upload files to FTP using cURL command line. The command is very simple: curl -T backup-file.tar.gz ftp://username:password@ftp.server.com/backup/


How to configure Tomcat with Eclipse

  • 14 February 2017
  • ADM

How to configure Tomcat with Eclipse. Simple steps to configure Tomcat working within Eclipse IDE.


How to fix Cannot change version of project facet Dynamic Web Module to 3.1 Error in Eclipse

  • 13 February 2017
  • ADM

How to fix Cannot change version of project facet Dynamic Web Module to 3.1 Error in Eclipse. 5 simple steps.


Log4j 1.2.x basic example

  • 10 February 2017
  • ADM

This tutorial presents log4j 1.2.x basic examples. How to log a message and an exception.