Tag: build
Jimmy’s Blog – ISO 8583 Tutorial – Build and Parse ISO Message using JPOS library
by jimmy on Jul.26, 2011, under English, Java, Programming
ISO 8583 Tutorial article
In the beginning
OK after my article about ISO 8583 let’s go deeper into programming using Java + JPOS library.
Quote from JPOS website:
jPOS is a Java® platform-based, mission-critical, ISO-8583 based financial transaction library/framework that can be customized and extended in order to implement financial interchanges.
So first thing to do is download JPOS from it website.
Then we setup our development environment by creating Java Project using your favorites IDE. Add to the project all jar in JPOS library.
Here’s my Eclipse package explorer looks like.
(continue reading…)