Achive BarCode in Vaadin Application?

Hi Vaadin Team,

How to implement barcode in vaadin application, any example ,addon is available
Thanks,

If QR codes are enough, you can use this:
https://vaadin.com/directory#addon/qrcode:vaadin

If they aren’t, I’m afraid there isn’t a ready-made Vaadin component for it. You will have to look for other 3rd-party solutions, such as JQuery-based ones, and create a Vaadin wrapper for that.