Other Section Index
Where can I learn more about JavaPOS?
Besides the JavaPOS home, there is a PDF version of a FAQ available at http://www.javapos.com/downloads/JavaPOSfaq.pdf.more
Where can I learn (more) about Java Applets?
Check out the jGuru Applets
FAQ.
Where can I learn (more) about the ANTLR lexer and parser generator?
Check out the jGuru ANTLR FAQ.
Where can I learn (more) about jGuru and how it works?
Check out the jGuru Site FAQ.
Im looking for the simpliest TTT source code, 3x3 matrix...Human vs Human. If anyone have it, please show me the script.
Here is a TicTacToe applet/application hybrid.
It runs as an applet in a browser and as an application when launched from the command prompt.
import java.awt.*;
import java.awt.event.*;
import j...more
What is OTA?
OTA stands for over-the-air. Provisioning information typically comes OTA.
What is WiFi?
"WiFi" is a brand used by the Wireless Ethernet Compatibility Alliance (WECA) to refer to compliant for IEEE 802.11 products. IEEE 802.11 is explained in a related FAQ entry.more
What is Wireless Ethernet?
"Wireless Ethernet" is a common name for IEEE 802.11. IEEE 802.11 is explained in a related FAQ entry.more
What is HomeRF?
The HomeRF protocol specification was developed by the HomeRF Working Group to enable deployment of wireless networking in the home. It is meant to provide wireless access from various consumer d...more
What is IEEE 802.11?
IEEE 802.11 (commonly referred to as "wireless ethernet" and branded as "WiFi") is a set of technology specifications that enable high speed wireless LAN access. Compatibility between 802.11 prod...more
What is Bluetooth? - 08.16.01
What is Bluetooth?
How does Qualcomm's BREW compare to J2ME?
Qualcomm's BREW is a proprietary API that allows the developer to access CDMA features without having access to the CDMA source code, or the CDMA chipset.
As for comparing with J2ME, the Java sol...more
What version of Java does JavaPC support and where can I learn more about it?
According to the JavaPC FAQ, it supports version Java 1.1. However, according to the archives of the Java PC Discussion mailing list, there hasn't been any traffic on the list since November 1999....more
What is JavaPOS?
JavaPOS is a specialized Java standard for the retail point of sale community. You can find out more about the standard from http://www.javapos.com/.more
What libraries are available that support credit card validation from Java?
See Roedy Green's Credit Card Validation
Amanunensis
The cmp.CreditCard.CreditCardValidate class will help you tell if a credit card number is valid. It will also tell you which of the following ...more