keyhan / jBSBE

The ISO8583 library j8583 made ready for microservices and on stereoids
Apache License 2.0
30 stars 14 forks source link

Make use of com.solab.iso8583.parse.ConfigParser to support j8583 configs #3

Closed kpavlov closed 7 years ago

kpavlov commented 7 years ago

I think it would simplify migration to your library.

keyhan commented 7 years ago

Hi, you are right. I will take time for it in near future.

keyhan commented 7 years ago

@kpavlov OK, now I have implemented support for templates via yaml-file. Look at readme and read the code in I50Utility class and the SchemaImporterTest to see how it works.

For the Message configuration I do not use any configuration file. The POJO will hold the configuration by annotations. That is much simpler than having a pojo and a separate XML file for the configuration. That is the whole thing with this library. I would love a comment.