B
Bill Wood
Guest
The OpenEdge a REST adapter is just a web app. It can be deployed with other web apps (which can be written in Java if you have a java web server) You probably DO want to deploy all your Web Apps / war files on one WebServer to avoid CORS issues (Cross-Origin Resource Sharing). Having a common base URL will help you. =
Continue reading...
Continue reading...