|
For Immediate Release:
Contact:
Brant Anderson
IDAutomation.com, Inc. ® http://www.idautomation.com/
550 N. Reo Street; Suite 300
Tampa, FL 33609 813-514-2564
November, 2000
Barcode JavaBeans, Applets and Servlets - a new Product from IDAutomation.com,
Inc.
(Tampa, FL.) IDAutomation.com, Inc. now offers
JavaBeans, Applets and Servlets,
to allow for easy integration of barcode technology into Java applications and
web pages. By integrating barcode technology directly into the application,
it is no longer necessary to export the data to a proprietary label program
to print barcodes. The Java barcode products may be used on any operating
system with a Java virtual machine.
The Java barcode products are compatible with JDK 1.1, 1.2 and 1.3. Fourteen
symbologies are supported including PDF417, Code 39, Code 128, Interleaved 2
of 5, UPC, EAN, Codabar and POSTNET. The functionality of their JavaBeans and
Applets are all contained in a single packaged JAR file. From this file it is
easy to add barcoding to web pages, or just drag the JAR file into an Integrated
Development Environment (IDE) for JavaBeans operation. The Java classes supplied
may also be used as a class library for integration into custom Java applications.
Website designers will find the barcode applet efficient and easy to use.
The applet code for linear barcodes is only about 20K in size which makes load
time minimal. Implementing barcode applets is very easy and is accomplished
by inserting a few lines of JavaScript in the HTML of the web page. The following
is the complete JavaScript code to load, process and display a barcode:
<APPLET
CODE = "com.idautomation.linear.BCApplet"
ARCHIVE = "LinearBarCode.jar"
NAME = "TestApplet"
WIDTH = 400 HEIGHT = 170 HSPACE = 0 VSPACE = 0 ALIGN = top >
<PARAM NAME = "BARCODE" VALUE = "12345678">
<PARAM NAME = "CODE_TYPE" VALUE = "CODE39">
</APPLET>
A free demo of the product is available by download at
http://www.idautomation.com/barcode-components/java/.
A demo of the barcode applet can be viewed on your browser over the Internet
from http://www.idautomation.com/barcode-components/java/linear-barcode-applet-example.html.
Single server licenses for the Java barcode products start at $99 USD and royalty
free site or distribution licenses start at $396. IDAutomation.com, Inc. also
provides Barcode fonts, MICR fonts, OCR fonts, barcode scanners and ActiveX
controls. IDAutomation.com, Inc. has been marketing ID automation products for
businesses since 1996 and is privately held. For more information, visit their
website at http://www.idautomation.com/.
###
Attention publisher: You may edit our press release as necessary for
your publication. This press release, including logo and barcode graphic images
may by viewed and downloaded from
http://www.idautomation.com/about-us/press-releases/.
In addition, you may use any of our text from our JavaBean, Applet and Servlet
website at http://www.idautomation.com/barcode-components/java/
or from our homepage at http://www.idautomation.com/.
You may also link to any of our web pages from your website.
|