The document provides an overview of TAOX11, a C++11 CORBA implementation. TAOX11 simplifies CORBA programming by leveraging modern C++ features and providing an IDL to C++11 language mapping. It maps IDL constructs like modules, basic types, constants, strings, enums, sequences, structs, arrays, interfaces and valuetypes to C++11 equivalents. TAOX11 also supports CORBA asynchronous messaging interface with callback handlers. The document includes examples of a simple CORBA client and servant application that demonstrates a "Hello World" interface.