Hi All,
We are having web based Order Managment J2EE application(JSP/Servlet) using weblogic server and Oracle 8 database.
We have a new requirement in which we need to display
Bar Code on JSP page for the user to print it for their use.?
How to dynamically generate BarCode and display ?
If any one has done similar work ,Please let me know
the details.
Thanks in advance.
vds
-
Displaying BarCode in JSP page (5 messages)
- Posted by: fdsfdf sdfasd
- Posted on: September 06 2004 08:52 EDT
Threaded Messages (5)
- Displaying BarCode in JSP page by Stefan Emanuelsson on September 06 2004 09:04 EDT
- Bar Code generation on Solaris (headless) by David Yutzy on September 06 2004 09:22 EDT
- Bar Code generation on Solaris (headless) by Stefan Emanuelsson on September 06 2004 09:42 EDT
- Bar Code generation on Solaris (headless) by David Yutzy on September 06 2004 09:22 EDT
- Displaying BarCode in JSP page by Milan Lukasak on September 07 2004 01:46 EDT
- Follow-Up by David Yutzy on September 11 2004 09:38 EDT
-
Displaying BarCode in JSP page[ Go to top ]
- Posted by: Stefan Emanuelsson
- Posted on: September 06 2004 09:04 EDT
- in response to fdsfdf sdfasd
Hi fdsfdf!
Try http://www.idautomation.com/java/ . We've done some business with them, and they have good quality software, barcode fonts, and support. I highly recommended them.
/Stefan -
Bar Code generation on Solaris (headless)[ Go to top ]
- Posted by: David Yutzy
- Posted on: September 06 2004 09:22 EDT
- in response to Stefan Emanuelsson
Hello,
We're having an issue where we have a "headless" Solaris 9 server, meaning, no video card is installed, and we get all kinds of exceptions when trying to use ANY bar code generation software (on the server), such as servlet, class, or bean.
Any ideas out there how we can get around this?
Right now, I have the code installed on a Windows server and Tomcat to run the barcode servlet. I then stream the barcode via servlet to the Solaris box and then stream it down to the browser.
A HUGE hassle work around, but it works.
I'd rather have some other way to generate the barcode to the user from our Production Solaris server by some other means.
Sun Support is useless and simply said that cannot support code they did not write and offered no other solution. -
Bar Code generation on Solaris (headless)[ Go to top ]
- Posted by: Stefan Emanuelsson
- Posted on: September 06 2004 09:42 EDT
- in response to David Yutzy
Hello David,
I found this: http://forum.java.sun.com/thread.jsp?forum=20&thread=132877
Seems to solve the problem using either -Djava.awt.headless=true, or using Xvfb for pre 1.4 and/or GUI stuff. -
Displaying BarCode in JSP page[ Go to top ]
- Posted by: Milan Lukasak
- Posted on: September 07 2004 01:46 EDT
- in response to fdsfdf sdfasd
-
Follow-Up[ Go to top ]
- Posted by: David Yutzy
- Posted on: September 11 2004 09:38 EDT
- in response to Milan Lukasak
After reading some of the links here, I was able to get a barcode generated using Krysalis, but only as a PNG. If I try any of the other formats such as .GIF, .JPG, .BMP, I get some exceptions of missing libraries.