Integration with third party softwares

Hi Team,

I am new to CUBA platform and tried to develop some application successfully. I just need to clarification regarding integration with third party software.

For Instance. If I want to integrate with barcode scanner or any other third party software how can I achieve this.

Regards,
Nagendra

Hi Nagendra,
Any CUBA application is just a Java server application with web (HTML+JS) or optionally desktop (Java) UI. So depending on your situation you can use any method from direct access to third-party database to using an HTTP API or a specific library.
Take a look at the following topics and docs:

https://doc.cuba-platform.com/manual-6.2/rest_api.html

As for barcode scanner, the simplest approach would be using a scanner generating keyboard sequences. Anyway, CUBA does not offer anything special in this field, so proceed from that you have a web application with the Java backend .