1
Good evening everyone, I am developing a system in JSP and in it I have a form for the user to register a product.
My question is, if there is any way, when the customer scans the product’s barcode in the "Code" input, javascript would do a search somewhere outside the system (in this case I think using AJAX) and return the product data referring to that code, displaying in the due fields.
Why are you so sure? I know that all products that have a barcode are registered in some entity that manages these codes, so I believe that there must be some way to do what I want, I just could not find.
If anyone knows, it will help me too, because it’s for my TCC!