How to create tiny HTTP server in Java

  • 08 May 2017
  • ADM

How to create tiny HTTP server in Java using ServerSocket class.


How to convert XML file into properties data in Java

  • 04 April 2017
  • ADM

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


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.


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.