How to convert object to / from JSON using Jackson

  • 17 July 2017
  • ADM

How to convert Java object to / from JSON string using Jackson library. Simple example including embedded object.


How to configure Maven proxy settings on Windows

  • 12 September 2016
  • ADM

How to configure Maven proxy settings on Windows using global settings or user settings. Additional added missing library.


How to generate java client classes from WSDL

  • 05 April 2016
  • ADM

How to generate java client classes from WSDL file using wsimport. Parameters used p, s wsdllocation and verbose.


Eclipse proxy authentication required

  • 10 March 2017
  • ADM

Recently I encountered this problem: not being able to install a new plugin from "Eclipse marketplace.." or"Install new software...". The problem displayed is "HTTP Proxy Authentication Required". The problem was because my computer was behind a proxy server.