This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Java Products and Servers and the fly likes Bar Code Reader Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Bar Code Reader" Watch "Bar Code Reader" New topic
Author

Bar Code Reader

Singh Harmeet
Ranch Hand

Joined: Aug 05, 2011
Posts: 114

is there any java open source program that is used with java servelets and jsp? my project is courier appication software. with the help of barcode reader libraries, we need to attach barcode reader with my application.


With Regards :-
Harmeet Singh
Koen Aerts
Ranch Hand

Joined: Feb 07, 2012
Posts: 344

A similar question is handled in thread Bar Code Generation API from SUN. Also, check out Java Barcode API and ZXING.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Bar-code readers and servlets don't seem to have any relationship, not as far as I can see. But let's get a better problem description. What does your design look like? Are you going to be distributing bar-code readers to all the users of your web application?
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Koen Aerts wrote:A similar question is handled in thread Bar Code Generation API from SUN. Also, check out Java Barcode API and ZXING.


Those all look like bar-code generation tools, rather than bar-code reading tools.
Koen Aerts
Ranch Hand

Joined: Feb 07, 2012
Posts: 344

Paul Clapham wrote:
Koen Aerts wrote:A similar question is handled in thread Bar Code Generation API from SUN. Also, check out Java Barcode API and ZXING.


Those all look like bar-code generation tools, rather than bar-code reading tools.

ZXing is both reading and writing, from what it says in the description. But you're right, the thread I referred to is about just generating bar codes; my mistake.
Singh Harmeet
Ranch Hand

Joined: Aug 05, 2011
Posts: 114

my requirement is that , to read the barcode number from slip by using bar code reader, there is no need to create , new barcode number , just for read the barcode numbre using barcode reader , device, by using java. my project is based oh courier management, to record the records of courier slip entries. and this project is developed using jsp and servelets , so there is need to attach the barcode reader with web appliation. so for this project , what i do to add functionality of barcode reader ??
Richard Fetterman
Greenhorn

Joined: Jan 23, 2013
Posts: 1
I am using this Java QR Code barcode reader to read QR Code in Java . It's very convenient and easy. Share with you all. Java QR Code barcode generator library SDK is also provided there.
Singh Harmeet
Ranch Hand

Joined: Aug 05, 2011
Posts: 114

i have a scanner of this type. how to manage the input using bar code scanner in our java program ?
rick cook
Greenhorn

Joined: Apr 16, 2013
Posts: 1
Koen Aerts wrote:
Paul Clapham wrote:
Koen Aerts wrote:A similar question is handled in thread Bar Code Generation API from SUN. Also, check out Java Barcode API and ZXING.


Those all look like bar-code generation tools, rather than bar-code reading tools.

ZXing is both reading and writing, from what it says in the description. But you're right, the thread I referred to is about just generating bar codes; my mistake.



But still thanks for recommending these three barcode reading sdk providers. I will compare them and decide what to use finally.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Bar Code Reader
 
Similar Threads
Barcode in java
how to read barcode code 39 type from scanner?
Print simple jpeg image using java
Read from barcode readers
ask for barcode reader