Preferred approach to create Java based concurrent program in Oracle ERP suite
Hi Team,
As part of a requirement, I need to create a Java based concurrent program in Oracle ERP Suite (12.2). I am planning to create it as a concurrent program based on the Plain Java file.
But, I come across some contents in Google where people bundled a Spring or SpringBoot project as a Jar file, deploy it as Jar file in ERP suite; create a Shell/Host script to invoke the Jar file and then register this Shell/Host script.
What is the ideal process to be followed for creating a Java based concurrent program and is recommended by Oracle ?