There is a sample app with ZXing, which runs on GAE, but I don't know exactly what it does, but I think to encode QRCodes (generating an image) isn't that difficult, I recently did that (just for a test) in Javascript, with an Open source code I found after 2 seconds of Googeling. If you want to decode Images, then I think the ZXing code has some AWT dependencies, which aren't GAE whitelisted. -- Roberto
On Dec 20, 12:16 pm, mably <[email protected]> wrote: > More generally, has anybody heard of an open source barcode generator > java library running on GAE ? > > We need to generate QR Codes or Datamatrix bar codes from our > application running on GAE. > > We are using the Google Charts API for generating QR Codes for the > moment. > > Thanx for you help. > > On 19 déc, 18:50, mably <[email protected]> wrote: > > > > > Has anyone successfully used Google ZXing library on GAE for > > generating QR Codes ? > > > Thanx for your help. > > > François -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
