I need to implement a backend in Java to use the VehicleRoutingProblem. I don't find it in the Java SDK. This one is supported in the REST api. Make any sense use the Java SDK for a web backend? or just direct call to the rest api from java? (the presentation layer will be some modern html)
Thanks!