How to develop using JavaPOS in Eclipse?
Asked Answered
B

3

7

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.

Brokendown answered 29/8, 2012 at 13:57 Comment(1)
See also here: #30839549Viquelia
B
6

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.

Brokendown answered 29/4, 2013 at 1:28 Comment(0)
H
5

According to javaPOS site, there is a JavaPOS v1.10 Guide for Application and Device Programmers, which as of version, 1.10, is

The JavaPOS v1.10 Guide for Application and Device Programmers is now available from the Arts Website, located within the UnifiedPOS v1.10 specification.

following this link leads to nothing ... and a search in Arts website yielded no results. A dead end ? Not so sure ...

One can easily find

I guess it's enough as a start, no ?

Hankering answered 29/8, 2012 at 14:56 Comment(2)
Arts Website leads to a dead end. I already tried looking there.Brokendown
@Brokendown ok, but the other links ?Hankering
S
2

UnifiedPOS Spec (have to register there to download)

Check "Appendix B: Java for Retail POS — JavaPOS Implementation Reference" . This is the JavaPOS Development Guide. This is actually as good as you are ever going to get regarding development for JavaPOS, at least that I know of.

Sickert answered 7/2, 2013 at 18:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.