I'm learning jPOS for the job prospects, and as a beginner, I don't know where to start. I want just to see how jPOS works, but I don't know how to build simple client and server. Any help on how to achieve this?I saw some GitHub repos regarding jPOS client and server, but I do not know what happens when I starte them from my IDE. How do I actually send a ISO 8583 message in those projects. It's all just so confusing.
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/53cb56f3-258b-4dce-8752-65ae5ccb33a6n%40googlegroups.com.
I'm learning jPOS for the job prospects, and as a beginner, I don't know where to start. I want just to see how jPOS works, but I don't know how to build simple client and server. Any help on how to achieve this?I saw some GitHub repos regarding jPOS client and server, but I do not know what happens when I starte them from my IDE. How do I actually send a ISO 8583 message in those projects. It's all just so confusing.
--
It is what you make it, but in raw terms, it can be an application that handles ISO8583 based exchanges - amongst other things - take a look again through the links provided - worth spending your time checking everything out.What I do not understand fully, is the following:Is * Is jPOS Server some kind of application or web server, like Spring Boot is?
The will vary depending on what you connect your instance to and what role you are fulfilling (Issuer, acquirer....).* What protocol is used for sending ISO 8583 messages to the jPOS Server?
o I want to inspect message via Wireshark, to see "raw" data
Wireshark is certainly one way to watch the exchanges - turning up
the logging is another and should be more helpful.
* Can I manually create byte array to corresponds to some mock ISO 8583
message, and import it into jPOS Server via InputStream classes?
Over a network yes, or via an inputstream if you write some code. Why would you not use jPos code to drive jPos based exchanges :-) ?
You obviously landed here for a reason - some requirement lead you here - perhaps share further what you seek to achieve and the longer term goal.
Selecting an opensource project at random for job prospects seem an unlikely approach to me, so can you expand on your career target and perhaps share your programming goals?
--
Mark
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/df39447a-4dc7-45c1-ae2b-3bcf15f0c83b%40protonmail.com.
--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage. Please support jPOS, contact: sa...@jpos.org
---
You received this message because you are subscribed to the Google Groups "jPOS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jpos-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/df39447a-4dc7-45c1-ae2b-3bcf15f0c83b%40protonmail.com.
Why jPos though?
If you wouldn't mind explaining?
I am asking because without any context or ultimate goal - like of seeking to be an Issuer on the Mastercard Scheme network - the realm into which you are looking is simply vast and could be easily over whelming.
Without *any* context to pose your questions against. Even giving answers to any questions you pose might be very hard.
Of course you can try and are welcome to 🙂👍. Always try and ask a smart question.
--
Mark
Sent from Proton Mail Android
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAAjgek0KG2%2BFX2Ryxp6fDECug5nLH7uRbgNTUaw_TPE8jAUORQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/KNg3_0WT8OnQybej0Set-faTfwxJPZDYF3YPwFSDMax3L8KIqN9JvzERAJIBJTLIyGCtsSDk-UBVo3iQt7_l-xb3hMRTgWIG6KapV2pYGQs%3D%40pm.me.
OK, thanks.
The difficulty might still exist in terms of as yet unknown deeper context, but let's see.
Thanks for sharing!
--
Mark
Sent from Proton Mail Android
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/CAAjgek0NATqFw0xZ_6g7M8goP4ypTt2R%2BnZE2WmriALYeNHxrw%40mail.gmail.com.
Start simple, read everything you can and clone the repo and have a look for yourself at...
- The tests
- the source
- building it
- running the client/server
Submit a PR for any documentation you find needing to be clearer.
And of course when you do ask a question make it smart!
If you do you will find help here.
Don't ask a smart one and you less likely to recieve.
--
Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/jpos-users/7dfca7f5-588c-4e5b-8618-9cff0bbd4013n%40googlegroups.com.