• jPOS Custom Message Interchange Specifications

    Hi, Today i want to share about jPOS custom message interchange specifications. When we talk about ISO-8583 over socket messaging, there are many interchange specifications. It is very important to know the interchange specifications, so we can determine a message for every single request/response. Once we have a binary representation of a given ISO-8583 message,…

    Go to post

  • Create jPOS Custom XML Channel not ISO8583 Format

    Today, i have new project for creating TCP server and client for electronic financial transaction. Actually, i feel strange to the requirment because we have to sent xml messaging through an TCP, my big question is WHY DONT YOU USE HTTP??? and my boss said, “we have to coddling the clients!” so i can’t say…

    Go to post

  • jPOS Space Tips

    Today i want to review about Chapter 7 on jPOS Programmer guide. from the programmer guide, jPOS’s Space is a general-purpose coordination component inspired after The Linda Coordination Language. You can think about jPOS’s Space component as being like a Map where its entries are lists of objects and its operations are fully synchronized. I…

    Go to post

  • Custom DataTables Filter Enter Event

    Today, i want to share about customizing one of DataTables feature. The feature that i want to change the behavior is filter function. Before we start with the code, you have to read the DataTables description on their website here. DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool,…

    Go to post

  • Integrating Hibernate and jPOS Framework

    Today i want to share about Integrating Hibernate and jPOS Framework. The implementation will based on my old post about Implementation jPOS Transaction Manager you can read the jPOS project on these post. The jPOS System is look like: i will add new participant for FinancialTransaction group called FinancialTransactionLogging, the participant is responsible for inserting…

    Go to post

  • Implementation Template Methods Design Pattern

    Today i want to share about Implementation Template Methods Design Pattern for hibernate session management. Based on javapapers website, Template pattern is: Template method design pattern is to define an algorithm as skeleton of operations and leave the details to be implemented by the child classes. The overall structure and sequence of the algorithm is…

    Go to post