eric-lemesre / JavaPOS

The JavaPOS (Java for Point Of Sale) standard committee was formed by a collection of retail vendors and end users to examine the ways in which these Java advantages could best be exploited in the retail environment. The original JavaPOS programming standard (v1.2) was the end result of ten months of effort by this committee. It was followed by JavaPOS v1.3, which defined Java interfaces for three additional retail POS devices (Fiscal Printer, PIN Pad and Remote Order Display), and JavaPOS v1.4, which added the Credit Authorization Terminal (CAT) interface requested by Japanese retailers.
5 stars 10 forks source link

Package Names #1

Open kaydell opened 10 years ago

kaydell commented 10 years ago

I was looking at the jpos package.

It seems to me that the package names should all begin with:

com.javapos

to follow Java's package-naming conventions.

kaydell@yahoo.com

eric-lemesre commented 10 years ago

Hi

Sorry for long time without response. Why this name?

regads Eric

kaydell commented 10 years ago

Here's a link to Oracle's tutorial on package-naming conventions: http://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html

By following these conventions, you can avoid conflicts in using different libraries because each package will have a unique name.

-- Kaydell kaydell@yahoo.com

eric-lemesre commented 10 years ago

OK i change group id name. But i can't change package name because sonne other product use it. like www.openconcerto.org/

-- Eric