I'm looking at including a java package in a CFML application I'm working on, it's to create barcodes on the fly for DB records, this won't happen too often and speed isn't really an issue, but I don't want to rely on external webservices, and I found http://barcode4j.sourceforge.net/krysalis-barcode.html so I figured I'll try implementing it.
I've never worked with Java before, any pointers, links to guides or tutorials for working with Java from CFML? -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
