GET/POST request with HttpURLConnection in Java

  • 17 October 2016
  • ADM

How to send GET and POST requests using standard HttpURLConnection class from Java. Simple examples for both methods.


ISO8583 flows, fields meaning and values

  • 10 November 2017
  • ADM

ISO8583 message flows, data elements values and meanings. Message flows examples, most used data elements and values.


ISO8583 financial transaction message format

  • 23 August 2017
  • ADM

Introduction to ISO8583 financial transaction message format. Parts: message type indicator, one or more bitmaps and data elements.


Luhn algorithm implementation in Java

  • 26 January 2017
  • ADM

Luhn algorithm implementation in Java with example for both calculate the check digit and validate the number.


How to create an application with Maven in Eclipse

  • 11 April 2016
  • ADM

How to create a simple application using Maven in Eclipse using maven-archetype-quickstart archetype.


Create a Web Application with Maven in Eclipse

  • 11 April 2016
  • ADM

How to create a Web Application with Maven in Eclipse using maven-archetype-webapp archetype and tested on Apache Tomcat.