Originally posted by: Kersten14
We plan to integrate IBM Cplex into our JEE Glassfish 4 application and discussing different design approaches.
-
Integrate Cplex Java and shared libraries into Glassfish application server
-
Running Cplex on a standalone server and do integration of Cplex via remote calls (RestCall, WebService, etc.)
Has anybody experience using Cplex in JEE environments?
Our question and discussions are motivated because we plan to start more than one CPLEX optimization in parallel from the same Java thread. Is this possible with one shared CPLEX library?
#CPLEXOptimizers#DecisionOptimization