CORBA example code using omniORB4 and configured with CMake
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_CURRENT_SOURCE_DIR}/CMake)
find_package(omniORB4 REQUIRED)
find_package(Threads REQUIRED)
RUN_OMNIIDL(IDL_FILE OUTPUT_DIRECTORY INCLUDE_DIRECTORY OPTIONS OUTPUT_FILES)
Simple echo client/server
Simple echo client/server using naming service
The Containers
folder has Dockerfiles and Docker Compose manifest for running a CORBA nameserver and simple echo client and server apps in containers