How to generate JAXB classes with xjc

  • 05 March 2018
  • ADM

How to generate JAXB classes with xjc. Command line: xjc -d src -p com.admfactory.client schema.xsd


How to display folder tree structure in command line

  • 05 July 2017
  • ADM

How to see folder tree structure in command line using tree command.


File Path, Absolute Path and Canonical Path in Java

  • 22 May 2017
  • ADM

File Path, Absolute Path and Canonical Path in Java. A simple example using both cases of file object: created using absolute path and created using a relative path.


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 get HTTP Response Header using URLConnection in Java

  • 05 May 2017
  • ADM

How to get HTTP Response Header using URLConnection class in Java.


How to install golang on Windows

  • 07 March 2017
  • ADM

How to install golang on Windows. Simple method using MSI installer or ZIP archive plus some windows variables setup.