HP Microserver Gen8 - Boot from SSD install on ODD bay

  • 31 October 2020
  • ADM

In order for the HP Microserver Gen8 to boot from the SSD/HDD installed into ODD bay need some configuration to be done. Step by step instructions.


JAXB Hello World Marshalling / Unmarshalling Example

  • 03 August 2017
  • ADM

JAXB Hello World Marshalling/Unmarshalling example: Object to XML and XML to Object.


HP Microserver Gen8 - Configure the RAID remotely

  • 12 August 2017
  • ADM

HP Microserver Gen8. Configure the RAID remotely using a browser.


How to deep clone an object in Java

  • 25 July 2017
  • ADM

How to deep clone an object in Java. The clone method from the parent object needs to clone each child object separately and added to the cloned parent object.


How to clone an object in Java

  • 25 July 2017
  • ADM

How to clone an object in Java. This method works only when the object cloned has only simple variable.


How to generate random numbers in a range using Java

  • 19 July 2017
  • ADM

How to generate random numbers in a range using Java. A simple method using SecureRandom, class.