Generating Qr code on a server in java gwt

I need to develop a web application that will return a qr code (or a link to a qr code) for mobile clients. I plan to learn the basics of GWT because I know what Java programming is. Is it possible to use zxing libraries or some other java libraries with GWT, so it would be possible to generate (encode) QR codes with a few lines of code? Or do you propose another option?

The QR code that will be returned by the server will depend on the identifier that comes with the request from the mobile phone.

Tpx

+3
source share
1 answer

QR- , zxing, , .

-, Google Chart. . . , , , , , , .

, , ,

+2

Source: https://habr.com/ru/post/1754819/


All Articles