How to develop using JavaPOS in Eclipse?

user9507 picture user9507 · Aug 29, 2012 · Viewed 16.4k times · Source

I'm new to JavaPOS. I wanted to create an online Java POS application that uses JavaPOS. Is it possible to access the POS peripherals regardless of the brand? Is it possible that Epson ADK will be enough to access the other brands too? And more importantly, can it be accessible via web?

How do I start coding in JavaPOS in Eclipse? I found a paper about deployment (JavaPOS deployment), but it doesn't say anything about development. I also found some examples but I do not know how to set it up in eclipse? Where do I put the jpos.xml in the first place? I already did the health check, and it's ok.

Answer

user9507 picture user9507 · Apr 29, 2013

The docs I found are not suffiecient. I found a github repository that uses JavaPOS in his project. I just checked it out and it somehow works. https://github.com/emigonza. Thanks to emigonza and his examples I have a headstart.