How can i generate BARCODE Images using JAVA Code

Hello ,

My requirement is to generate BarCode Images to Print using JAVA Code.

User will give only

1) String.as Input Parameter and

2) Type of Encoding you want to apply on to the String.

outPut : code should generate Bar Code Images as per the requirements.

can any one help me out with jars ? or any link which can provide me start.

[378 byte] By [Mitsa] at [2007-11-27 11:30:59]
# 1

http://www.google.com/search?q=java+barcode

CeciNEstPasUnProgrammeura at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...
# 2

http://sourceforge.net/projects/barbecue/

http://www.bifrost.com.au/blog/index.cfm/2006/8/24/Generating-Barcodes-with-Barbecue-and-Coldfusion

http://www.downloadjunction.com/product/store/31448/index.html

http://www.bokai.com/BarASP.htm

http://www.idautomation.com/java/linearservlet.html

Well one of the biggest problems there is that except for the first one the rest of all have licensing problems.However,my best advice wud be download their demos.Re-engineer their source using Byte Code decompilation tools.

However,at ethical standpoint i don't support that however going with barbecue wud be a better choice.

Hope tht might help :)

REGARDS,

RaHuL

RahulSharnaa at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...
# 3

> Well one of the biggest problems there is that except

> for the first one the rest of all have licensing

> problems.

"licensing problems" meaning "you have to pay"?

> However,my best advice wud be download their

> demos.Re-engineer their source using Byte Code

> decompilation tools.

May your decompiler erase your hard disk.

> However,at ethical standpoint i don't support that

You just said "it's your best advice".

CeciNEstPasUnProgrammeura at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...
# 4

> However,at ethical standpoint i don't support that

> however going with barbecue wud be a better choice.

>

This advice is an abuse of the forum code of conduct. Abuse reported.

sabre150a at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...
# 5

> > However,at ethical standpoint i don't support that

> > however going with barbecue wud be a better

> choice.

> >

>

> This advice is an abuse of the forum code of conduct.

> Abuse reported.

Guess U shud reframe your statement....my friend i'm still recommending OP to use an open source(barque) tool....

Anyways,i still take the blame of as i recommended OP to crack a proporitaery code.

RahulSharnaa at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...
# 6

> Guess U shud reframe your statement....my friend i'm

> still recommending OP to use an open source(barque)

> tool....

>

No, you're telling him the best he can do is to pirate some commercial package by reverse engineering the restrictions on a demo...

> Anyways,i still take the blame of as i recommended

> OP to crack a proporitaery code.

Good. Someone report this guy to law enforcement so he can be held accountable in court.

jwentinga at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...
# 7

http://jbarcodebean.sourceforge.net/

Source, licensed under LGPL.

G

ggaineya at 2007-7-29 16:37:01 > top of Java-index,Java Essentials,Java Programming...