AXCIOMA
An eXtendable Component-based Interoperable Open Model-driven
Architecture
The Component Framework for
Distributed, Real-Time, and Embedded Systems
http://www.axcioma.com
AXCIOMA: the component
framework for distributed, real-time,
and embedded systems
AXCIOMA is the component technology enabling the
Industrial Internet of Things (IIoT)
The concrete communication middleware between
components is a deployment decision and does not
impact business logic
AXCIOMA integrates multiple communication
transports out of the box and more transports can be
easily added
AXCIOMA delivers portability and interoperability for
IIoT applications through a standardized component
model
For more information take a look at our website
http://www.axcioma.com
Copyright © Remedy IT2
What is AXCIOMA?
AXCIOMA is a comprehensive software suite
combining eleven Object Management Group (OMG)
open standards
• LwCCM, DDS, DDS4CCM, AMI4CCM, CORBA,
IDL, IDL2C++11, RPC4DDS, DDS Security, DDS X-
Types, and D&C
AXCIOMA is based on
• Interoperable Open Architecture (IOA)
• Component Based Architecture (CBA)
• Service Oriented Architecture (SOA)
• Event Driven Architecture (EDA)
• Model Driven Architecture (MDA)
Copyright © Remedy IT3
AXCIOMA
AXCIOMA supports the design, development, and
deployment of a distributed component based
architecture
A component based architecture encapsulates and
integrates the following mechanisms in a “container”
• Threading model
• Lifecycle management
• Connection management
Copyright © Remedy IT4
What is a Component?
Independent revisable unit of software with well
defined interfaces called “ports”
Able to be packaged as an independently deployable
set of files
Smallest decomposable unit that defines standard
ports is called a “monolithic component”
A “component assembly” is an aggregation of
monolithic components or other component
assemblies
Copyright © Remedy IT5
Why Component Based
Development? (1)
Modularity
• Components can be independently updated or
replaced without impacting the rest of a system
Reuse
• Software is reusable at the component level instead of
at the system level
Interoperability
• Well-defined ports and standards based development
ensures interoperability between application
components
Copyright © Remedy IT6
Why Component Based
Development? (2)
Extensibility
• A Component Based Architecture (CBA) is inherently
loosely-coupled, supporting easier extension of
component and system functionality
Scalability
• Scalable from single component deployment to large
distributed multi node deployments
Reduced Complexity
• Encapsulation, modularity, separation of concerns, and
the establishment of hierarchical component
dependencies contribute to reduced design & system
complexity
Copyright © Remedy IT7
Why Component Based
Development? (3)
Faster and Cheaper Development
• Shorter design times, more reuse and less complexity
• Faster time-to-market, faster software development
• Focus changed to composition of a software-intensive
system vs. all new design
• Lower maintenance costs
Quality & Reliability
• Reuse and test/maintenance at the component level
vs. at a monolithic system level
Copyright © Remedy IT8
Advantages of using Open
Standards based API
Open APIs are less prone to technology
obsolescence
No vendor lock-in
Typically well vetted and designed
Reuse of existing off-the-shelf technology
• Implementations
• Tools
• Documentation
• Training
Copyright © Remedy IT9
AXCIOMA Design &
Deployment
AXCIOMA clearly separates design, implementation,
and deployment phases
Components are designed to be location
independent and communication middleware
agnostic
Components are implemented and tested in a highly
decoupled fashion
Deployment planning happens separately based on
the complete system requirements
The AXCIOMA framework handles the lifecycle for all
components at runtime
Copyright © Remedy IT10
MDE Tooling
MDE tools that support AXCIOMA
• Zeligsoft CX for CBDDS
• PTC Integrity Modeler IDL Profile
• CoSMIC
• Remedy IT Eclipse plugins
MDE tools provide support for
• Data modeling
• Component modeling
• Deployment modeling
• Auto generation of IDL artifacts
• Auto generation of D&C deployment plans
Copyright © Remedy IT11
Interface Definition Language
AXCIOMA uses Interface Definition Language (IDL)
to define the type system, interaction patterns, and
components
IDL is vendor, programming language, and platform
agnostic
IDL is transformed to a programming language
according to a so called language mapping
Standardized language mappings exist for various
programming languages, including C++, C++11, C,
Java, Ruby, and others
Copyright © Remedy IT12
IDL to C++11
AXCIOMA supports the IDL to C++11 language
mapping
IDL to C++11 reuses as much as possible from the
C++11 standard features
The IDL generated types and support classes use
C++11 features to provide a safe and easy to use
API
Business logic does not need to use C++11 language
features
Copyright © Remedy IT13
Generic Interaction Support
Generic Interaction Support (GIS) enables the
definition of generic interaction patterns
Business logic uses interaction patterns to exchange
information in a generic way
Connectors realize a specific interaction pattern
GIS allows the encapsulation of communication
middleware, legacy systems, and hardware inside a
connector
Combining business logic and connectors is a
deployment time decision, not an implementation
decision
Copyright © Remedy IT14
Event Interaction Pattern
AXCIOMA supports an event interaction pattern
using the Generic Interaction Support
The event interaction pattern defines extended ports
for the following roles
• Basic many-to-many publish subscribe messaging
• Event distribution with optional user defined data
Copyright © Remedy IT15
State Interaction Pattern
AXCIOMA supports a state interaction pattern using
the Generic Interaction Support
The state interaction pattern defines extended ports
for the following roles
• Distributed state management and access
• Distributed database functionality with eventual
consistency
Copyright © Remedy IT16
DDS Based State and Event
Interaction Patterns
AXCIOMA provides an implementation of the state
and event interaction patterns using DDS as
communication middleware
Clearly separates business logic from all low level
DDS details
DDS QoS configuration is done using XML QoS
profiles and not hardcoded into the business logic
DDS Security provides secure interaction between
the components
Copyright © Remedy IT17
Advantages of AXCIOMA
compared to plain DDS
AXCIOMA delivers the following advantages
compared to plain use of DDS
• Delivers a concrete architecture instead of a
messaging protocol
• The implemented abstraction layer delivers DDS
vendor neutrality
• Achieves improved interoperability between
components through standardized interaction
patterns
• Delivers portability of components between various
operating systems and compilers
• Comprehensive application layer MDE tooling
support hides the complexity of DDS entities
Copyright © Remedy IT18
Request/Reply Interaction
Pattern
Using the Generic Interaction Support AXCIOMA
realizes the request/reply interaction pattern
Support for synchronous and asynchronous
invocations
Delivered with a function style API
Defined in IDL using operations with arguments and
an optional return value
The application code that uses this interaction
pattern is unaware of how the interaction pattern is
realized
Copyright © Remedy IT19
CORBA Based Request/Reply
Interaction Pattern
AXCIOMA realizes the request/reply interaction
pattern using CORBA
The request/reply interaction pattern supports
synchronous and asynchronous invocations
CORBA communication is realized using the
connector framework
CORBA is a mature middleware technology
delivering a well optimized transport mechanism
Can use various communication transports like IIOP,
SSLIOP
AXCIOMA uses TAOX11 as CORBA implementation
Copyright © Remedy IT20
DDS Based Request/Reply
Interaction Pattern
AXCIOMA will also realize the request/reply
interaction pattern using DDS as communication
middleware
The DDS connector implementation will hide all
implied DDS topics and glue code imposed by the
RPC4DDS standard from the business logic
DDS Security provides secure interaction between
the components
Copyright © Remedy IT21
Integration of 3rd Party
Middleware and Hardware
3rd party communication middleware, legacy
systems, and hardware are shielded from the
application developer using the GIS connectors
Connectors hide all communication middleware and
hardware details
AXCIOMA delivers a flexible framework for
implementing custom connectors and code
generators
AXCIOMA supports the definition and implementation
of user defined interaction patterns between
components
Copyright © Remedy IT22
Execution Models
AXCIOMA provides a single threaded and reentrant
execution model as default execution model
AXCIOMA will support the following additional
execution models
• Single threaded and non-reentrant
• Multi threaded (thread pools)
Copyright © Remedy IT23
Deployment using DnCX11
AXCIOMA contains DnCX11 as a deployment tool
supporting various deployment options
• Centralized and decentralized deployment using
D&C compliant tools
• XML based and binary D&C compliant deployment
plans
• Easy to create text based deployment configuration
files
• Domain, node, and process as multiple levels of
deployment
Copyright © Remedy IT24
DnCX11 Single Node
Deployment
Deployment of one node using a node launcher
• No need for a domain centralized and synchronized
deployment
• Nodes can be launched and torn down
independently
• Locality managers can be deployed as separate
process or in-process with the node launcher
• Components, connectors, and connections can be
deployed using a very simple text based
configuration file
• Support for binary and XML D&C compliant
deployment plans
Copyright © Remedy IT25
DnCX11 Single Locality
Deployment
DnCX11 allows fully decentralized deployment of a
single locality
A locality represents one operating system process
Support for binary and XML based D&C deployment
plans and DnCX11 text based configuration files
Using the static configuration support a single
executable can be created containing AXCIOMA
infrastructure and user components
• Static deployment increases security and
performance
Copyright © Remedy IT26
DnCX11 Deployment
Configuration Files
DnCX11 has support for text based configuration files
to
• Configure deployment interceptors and handlers
• Deploy components and connectors
• Create local connections between components and
connectors
• Create remote connections between components
Copyright © Remedy IT27
From AXCIOMA to UCM
The OMG is working on a new Unified Component
Model (UCM)
AXCIOMA has been designed and implemented with
UCM in mind
UCM will impact the AXCIOMA infrastructure but has
minimal impact on the business logic
The AXCIOMA roadmap includes support for UCM
Copyright © Remedy IT28
AXCIOMA Advantages
Compared to CIAO
AXCIOMA supports the most features from CIAO and
DAnCE
AXCIOMA has the following advantages compared to
CIAO
• Much easier to use language mapping which
increases the productivity of the programmer
• Reduced application code
• Up to 70% footprint reduction for your component
related generated code
• Support for regeneration of business logic without
losing already implemented code
• Prevents possible memory leaks or invalid memory
access at runtime
Copyright © Remedy IT29
AXCIOMA Advantages
Compared to CIAO
And AXCIOMA has even more advantages
• Simplified compilation of all IDL generated artifacts
• The request/reply interaction pattern using CORBA
is realized using the connector framework and not
implicitly by the framework
• Will realize the request/reply interaction pattern
using DDS
• Simplified and more powerful deployment tooling
• Framework for implementing custom connectors
• Extensible logging framework
Copyright © Remedy IT30
AXCIOMA Advantages
Compared to DAnCE
AXCIOMA has the following advantages compared to
DAnCE as deployment tool
• Improved configurability
• Improved tool consistency
• Extended deployment options (centralized, node,
and locality)
• Multiple options to support runtime debugging of
component implementations
Copyright © Remedy IT31
Want to know more about
AXCIOMA?
Contact Remedy IT at sales@remedy.nl
Call us at +31-88-0530000
Check our website at http://www.remedy.nl
Check AXCIOMA at http://www.axcioma.com
Check all our presentations online at
http://www.slideshare.net/RemedyIT
Follow us on Twitter @RemedyIT
Copyright © Remedy IT32
Shapes AXCIOMA example
Copyright © Remedy IT33
Example overview
This example demonstrates 2 components
exchanging data using the event interaction pattern
• Sender writes shapes samples to a event connector
• Receiver receives shapes samples from a event
connector
Copyright © Remedy IT34
Sender ReceiverDDS
Shape IDL definition
In order to exchange data we define a publish
subscribe message type in IDL which is used by all
components
Based on the IDL message type definition AXCIOMA
will generate
• C++11 type representation
• C++11 DDS data reader and writer API
• Conversion layer to integrate a specific DDS vendor
Copyright © Remedy IT35
IDL Shapetype
IDL definition
struct ShapeType {
string color; //@key
long x;
long y;
long shapesize;
};
Copyright © Remedy IT36
Component Definition
Two components are defined in this example, both
use the GIS DDS4CCM extended ports
An extended port delivers a specific interaction
pattern
• State: state based data exchange
• Event: event based data exchange
All extended ports are available by instantiating the
DDS4CCM templated module with a concrete data
type definition
• module CCM_DDS::Type <ShapeType, ShapeTypeSeq> ShapeType_conn;
Copyright © Remedy IT37
Component Definitions
Sender
module Shapes {
component Sender {
port ShapeType_conn::DDS_Write
info_write;
};
};
Receiver
module Shapes {
component Receiver {
port ShapeType_conn::DDS_Listen
info_out;
};
};
Copyright © Remedy IT38
Sender implementation
// Sender component class declaration and implementation which publishes one sample to DDS
class Sender_i : public IDL::traits<CCM_Sender>::base_type
{
public:
// Setter method to receive the component context
virtual void set_session_context(IDL::traits<Components::SessionContext>::ref_type ctx) override {
context_ = IDL::traits<Shapes::CCM_Sender_Context>::narrow (ctx);
}
// Lifecycle callback indicating we have received our settings, register an instance to DDS
virtual void configuration_complete () override {
IDL::traits<Shapes::ShapeType_conn::Writer>::ref_type writer =
context_->get_connection_info_write_data();
instance_handle_ = writer->register_instance (square_);
}
// Lifecycle callback indicating we can start our functionality, write one sample to DDS
virtual void ccm_activate () override {
IDL::traits<Shapes::ShapeType_conn::Writer>::ref_type writer =
context_->get_connection_info_write_data();
writer->write_one (square_, instance_handle_);
}
// Lifecycle callback that we are going to shutdown, unregister the instance from DDS
virtual void ccm_passivate () override {
IDL::traits<Shapes::ShapeType_conn::Writer>::ref_type writer =
context_->get_connection_info_write_data();
writer->unregister_instance (square_, instance_handle_);
}
virtual void ccm_remove () override {}
private:
IDL::traits<Shapes::CCM_Sender_Context>::ref_type context_;
DDS::InstanceHandle_t instance_handle_;
// Use C++11 uniform initialization to initialize the member
ShapeType square {“GREEN”, 10, 10, 1};
};
Copyright © Remedy IT39
Receiver implementation (1)
// Receiver component declaration and implementation which receives the samples from DDS
class Receiver_i : public IDL::traits<CCM_Receiver>::base_type
{
public:
// Setter method to receive the component context
virtual void set_session_context(IDL::traits<Components::SessionContext>::ref_type ctx) override {
context_ = IDL::traits<Shapes::CCM_Receiver_Context>::narrow (ctx);
}
virtual void configuration_complete () override {}
// Lifecycle callback indicating we can start our functionality, indicate we want sample by sample
virtual void ccm_activate () override {
IDL::traits<CCM_DDS::DataListenerControl>::ref_type lc =
context_->get_connection_info_data_control();
lc->mode (CCM_DDS::ListenerMode::ONE_BY_ONE);
}
virtual void ccm_passivate () override {}
virtual void ccm_remove () override {}
// Retrieve the facet executor that implements the listener functionality
IDL::traits<Shapes::ShapeType_conn::CCM_Listener>::ref_type get_info_out_data_listener () {
if (!data_listener_) data_listener_ = CORBA::make_reference<info_out_i> (context)_;
return data_listener_; }
private:
IDL::traits<Shapes::CCM_Sender_Context>::ref_type context_;
IDL::traits<Shapes::ShapeType_conn::CCM_Listener>::ref_type data_listener_;
};
Copyright © Remedy IT40
Receiver implementation (2)
// Listener facet implementation, receives the sample from DDS and just dumps it to the console
class info_out_i: public IDL::traits<Shapes::ShapeType_conn::CCM_Listener>::base_type
{
public:
info_out_i(IDL::traits<Components::CCM_Receiver_Context>::ref_type ctx) : context_ (ctx) {}
// Callback to inform the component that a sample has been received by DDS
virtual void on_one_data (const ShapeType& shape, CCM_DDS::ReadInfo&) override {
std::cout << “Received ” << shape << std::endl;
}
virtual void on_many_data (const ShapeTypeSeq&, CCM_DDS::ReadInfoSeq&) override {}
private:
IDL::traits<Shapes::CCM_Sender_Context>::ref_type context_;
};
Copyright © Remedy IT41
Deployment
The example components can be deployed using
• Centralized deployment using the D&C compliant
deployment tools
• Deployment of one node using the single node
launcher
• Deployment of one process using the single locality
launcher
Support for the D&C compliant deployment plans
Support for simple text based deployment
configuration
Easy to start and use directly from a debugger
Copyright © Remedy IT42
Background slides
Copyright © Remedy IT43
IDL to C++11 (1)
The IDL to C++11 language mapping is a formal
open standard created with the following goals
• Simplify development compared to IDL to C++
• Reduce amount of possible programming errors
• Gain runtime performance
• Reduce size of application code
• Use C++11 standard types and constructs as much
as possible
Copyright © Remedy IT44
IDL to C++11 (2)
The specification is available from
http://www.omg.org/spec/CPP11
For background, details, tutorials, examples see
• http://osportal.remedy.nl
• http://www.orbzone.org
Copyright © Remedy IT45
TAOX11
TAOX11 the Commercial CORBA implementation
from Remedy IT
Compliant with IDL to C++11 v1.2
Support for CORBA AMI
New IDL compiler with front end supporting IDL2,
IDL3, and IDL3+
Free of charge evaluation versions available from
http://swsupport.remedy.nl!
Copyright © Remedy IT46
Contact
Remedy IT
Postbus 81
6930 AB Westervoort
The Netherlands
tel.: +31(0)88 – 053 0000
e-mail: sales@remedy.nl
website: www.remedy.nl
Twitter: @RemedyIT
Slideshare: RemedyIT
Subscribe to our mailing list
Copyright © Remedy IT47

More Related Content

PDF
Integrating DDS into AXCIOMA, the component approach
PDF
AXCIOMA, the internals, the component framework for distributed, real-time, a...
PDF
Modernizing SCA through new Object Management Group (OMG) standards
PDF
Company Presentation RemedyIT
PDF
DDS vs DDS4CCM
PDF
CORBA Programming with TAOX11/C++11 tutorial
PDF
AXCIOMA, the internals, the component framework for distributed, real-time, a...
PDF
AXCIOMA, the component framework for distributed, real-time and embedded systems
Integrating DDS into AXCIOMA, the component approach
AXCIOMA, the internals, the component framework for distributed, real-time, a...
Modernizing SCA through new Object Management Group (OMG) standards
Company Presentation RemedyIT
DDS vs DDS4CCM
CORBA Programming with TAOX11/C++11 tutorial
AXCIOMA, the internals, the component framework for distributed, real-time, a...
AXCIOMA, the component framework for distributed, real-time and embedded systems

What's hot (20)

PDF
Model-Driven Development for Safety-Critical Software
DOC
Prasad_CTP
PDF
Rhapsody reverseengineering
PDF
Iisrt arshiya hesarur
PDF
Modernizing SCA through new Object Management Group (OMG) standards
PPTX
The Fluent Interface Pattern
PDF
Component Technologies for Fractionated Satellites
PDF
From Requirements Management to Release with Git for Android System
PDF
Advanced Federation and Web Services in Aras for Enterprise PLM
PPT
EGL Conference 2011 - EGL Open
PDF
Aras Federation Web Services
DOCX
Swarn Singh_CV_SSE
PDF
Обзор современных возможностей по распараллеливанию и векторизации приложений...
PDF
1214 deploying rational insight in a heterogenous environment
PPTX
Documentum Spring Data
PDF
M3 Modernization Case Study
DOCX
SachinBC_Resume
PDF
Develop, Deploy, and Innovate with Intel® Cluster Ready
PDF
Portlet Programming Using Jsr 168
PPTX
Extending OPC-UA through Architecture Flexibility, Performance, and Scalability
Model-Driven Development for Safety-Critical Software
Prasad_CTP
Rhapsody reverseengineering
Iisrt arshiya hesarur
Modernizing SCA through new Object Management Group (OMG) standards
The Fluent Interface Pattern
Component Technologies for Fractionated Satellites
From Requirements Management to Release with Git for Android System
Advanced Federation and Web Services in Aras for Enterprise PLM
EGL Conference 2011 - EGL Open
Aras Federation Web Services
Swarn Singh_CV_SSE
Обзор современных возможностей по распараллеливанию и векторизации приложений...
1214 deploying rational insight in a heterogenous environment
Documentum Spring Data
M3 Modernization Case Study
SachinBC_Resume
Develop, Deploy, and Innovate with Intel® Cluster Ready
Portlet Programming Using Jsr 168
Extending OPC-UA through Architecture Flexibility, Performance, and Scalability
Ad

Viewers also liked (10)

PDF
Comparing IDL to C++ with IDL to C++11
PDF
DDS Programming with IDL to C++11 tutorial
PDF
Standardizing the Data Distribution Service (DDS) API for Modern C++
PPTX
Why is DDS the Right Technology for the Industrial Internet?
PPT
DCOM Comparison
PPT
Presentation On Com Dcom
PDF
Smart City: Many Applications and Devices
PDF
Component Object Model (COM, DCOM, COM+)
PPTX
presentation on Toyota motors L.t.d
PDF
The DDS Tutorial - Part I
Comparing IDL to C++ with IDL to C++11
DDS Programming with IDL to C++11 tutorial
Standardizing the Data Distribution Service (DDS) API for Modern C++
Why is DDS the Right Technology for the Industrial Internet?
DCOM Comparison
Presentation On Com Dcom
Smart City: Many Applications and Devices
Component Object Model (COM, DCOM, COM+)
presentation on Toyota motors L.t.d
The DDS Tutorial - Part I
Ad

Similar to AXCIOMA, the component framework for distributed, real-time and embedded systems (20)

PDF
Integrating DDS into AXCIOMA, the component approach
PDF
Integrating DDS into AXCIOMA - The Component Approach
PDF
Remedy IT Company presentation
PDF
Interoperable Open Architecture through a Common Component Model
PDF
Axis2 architecture and implementation
PDF
Cisco Application eXtension Platform (AXP) - James Weathersby, Cisco
PDF
OMG RealTime Workshop 2011 CCM presentation
PDF
Expanding your impact with programmability in the data center
PDF
Icinga 2010 at OSMC
PDF
OSMC 2010 | Monitoring mit Icinga by Icinga Team
PDF
Icinga 2011 at Chemnitzer Linuxtage
PDF
John Davies Last Minute Fill In For Sick Speaker
PPTX
How APIs are Transforming Cisco Solutions and Catalyzing an Innovation Ecosystem
PPTX
8.) xo s as a platform (on off premise)
DOCX
Learning activity 3
PDF
The IXPDB
PPTX
CORBA Component Model
PDF
Implementation of automation configuration of enterprise networks as software...
PPT
Amis Query (02-09-2008): Reports From Oracle Open World - Database
PDF
6. The grid-COMPUTING OGSA and WSRF
Integrating DDS into AXCIOMA, the component approach
Integrating DDS into AXCIOMA - The Component Approach
Remedy IT Company presentation
Interoperable Open Architecture through a Common Component Model
Axis2 architecture and implementation
Cisco Application eXtension Platform (AXP) - James Weathersby, Cisco
OMG RealTime Workshop 2011 CCM presentation
Expanding your impact with programmability in the data center
Icinga 2010 at OSMC
OSMC 2010 | Monitoring mit Icinga by Icinga Team
Icinga 2011 at Chemnitzer Linuxtage
John Davies Last Minute Fill In For Sick Speaker
How APIs are Transforming Cisco Solutions and Catalyzing an Innovation Ecosystem
8.) xo s as a platform (on off premise)
Learning activity 3
The IXPDB
CORBA Component Model
Implementation of automation configuration of enterprise networks as software...
Amis Query (02-09-2008): Reports From Oracle Open World - Database
6. The grid-COMPUTING OGSA and WSRF

More from Remedy IT (19)

PDF
CORBA Programming with TAOX11/C++11 tutorial
PDF
Comparing IDL to C++ with IDL to C++11
PDF
ACE/TAO/CIAO/DAnCE Maintenance overview
PDF
Remedy IT Revised Submission Presentation for the Unified Component Model (UC...
PDF
Revised submission for Unified Component Model (UCM) for Distributed, Real-Ti...
PDF
Component Based DDS with C++11 and R2DDS
PDF
UCM Initial Submission presentation
PDF
Remedy IT Initial Submission for the Unified Component Model (UCM) for Distri...
PDF
Unified Component Model for Distributed, Real- Time and Embedded Systems Requ...
PDF
Request For Proposal Unified Component Model for Distributed, Real-Time and E...
PDF
Test What Matters Most
PDF
IDL to C++03 RFC
PDF
Model Driven, Component Based Development for CBDDS and IDL to C++11
PDF
F6COM: A Case Study in Extending Container Services through Connectors
PDF
AMI4CCM, custom DDS connectors, and IDL to C++11
PDF
Draft Request For Proposal Unified Component Model for Distributed, Real-Time...
PDF
Test What Matters Most
PDF
Component Based Model Driven Development of Mission Critical Defense Applicat...
PDF
Remedy IT Flyer_introduction
CORBA Programming with TAOX11/C++11 tutorial
Comparing IDL to C++ with IDL to C++11
ACE/TAO/CIAO/DAnCE Maintenance overview
Remedy IT Revised Submission Presentation for the Unified Component Model (UC...
Revised submission for Unified Component Model (UCM) for Distributed, Real-Ti...
Component Based DDS with C++11 and R2DDS
UCM Initial Submission presentation
Remedy IT Initial Submission for the Unified Component Model (UCM) for Distri...
Unified Component Model for Distributed, Real- Time and Embedded Systems Requ...
Request For Proposal Unified Component Model for Distributed, Real-Time and E...
Test What Matters Most
IDL to C++03 RFC
Model Driven, Component Based Development for CBDDS and IDL to C++11
F6COM: A Case Study in Extending Container Services through Connectors
AMI4CCM, custom DDS connectors, and IDL to C++11
Draft Request For Proposal Unified Component Model for Distributed, Real-Time...
Test What Matters Most
Component Based Model Driven Development of Mission Critical Defense Applicat...
Remedy IT Flyer_introduction

Recently uploaded (20)

PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PPTX
Web Crawler for Trend Tracking Gen Z Insights.pptx
PPT
Geologic Time for studying geology for geologist
PDF
Hybrid model detection and classification of lung cancer
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
Unlock new opportunities with location data.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
The various Industrial Revolutions .pptx
PPTX
Modernising the Digital Integration Hub
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PPT
What is a Computer? Input Devices /output devices
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
Zenith AI: Advanced Artificial Intelligence
PDF
CloudStack 4.21: First Look Webinar slides
1 - Historical Antecedents, Social Consideration.pdf
WOOl fibre morphology and structure.pdf for textiles
Web Crawler for Trend Tracking Gen Z Insights.pptx
Geologic Time for studying geology for geologist
Hybrid model detection and classification of lung cancer
A contest of sentiment analysis: k-nearest neighbor versus neural network
Unlock new opportunities with location data.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
DP Operators-handbook-extract for the Mautical Institute
The various Industrial Revolutions .pptx
Modernising the Digital Integration Hub
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Assigned Numbers - 2025 - Bluetooth® Document
Final SEM Unit 1 for mit wpu at pune .pptx
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
What is a Computer? Input Devices /output devices
Getting started with AI Agents and Multi-Agent Systems
A novel scalable deep ensemble learning framework for big data classification...
Zenith AI: Advanced Artificial Intelligence
CloudStack 4.21: First Look Webinar slides

AXCIOMA, the component framework for distributed, real-time and embedded systems

  • 1. AXCIOMA An eXtendable Component-based Interoperable Open Model-driven Architecture The Component Framework for Distributed, Real-Time, and Embedded Systems http://www.axcioma.com
  • 2. AXCIOMA: the component framework for distributed, real-time, and embedded systems AXCIOMA is the component technology enabling the Industrial Internet of Things (IIoT) The concrete communication middleware between components is a deployment decision and does not impact business logic AXCIOMA integrates multiple communication transports out of the box and more transports can be easily added AXCIOMA delivers portability and interoperability for IIoT applications through a standardized component model For more information take a look at our website http://www.axcioma.com Copyright © Remedy IT2
  • 3. What is AXCIOMA? AXCIOMA is a comprehensive software suite combining eleven Object Management Group (OMG) open standards • LwCCM, DDS, DDS4CCM, AMI4CCM, CORBA, IDL, IDL2C++11, RPC4DDS, DDS Security, DDS X- Types, and D&C AXCIOMA is based on • Interoperable Open Architecture (IOA) • Component Based Architecture (CBA) • Service Oriented Architecture (SOA) • Event Driven Architecture (EDA) • Model Driven Architecture (MDA) Copyright © Remedy IT3
  • 4. AXCIOMA AXCIOMA supports the design, development, and deployment of a distributed component based architecture A component based architecture encapsulates and integrates the following mechanisms in a “container” • Threading model • Lifecycle management • Connection management Copyright © Remedy IT4
  • 5. What is a Component? Independent revisable unit of software with well defined interfaces called “ports” Able to be packaged as an independently deployable set of files Smallest decomposable unit that defines standard ports is called a “monolithic component” A “component assembly” is an aggregation of monolithic components or other component assemblies Copyright © Remedy IT5
  • 6. Why Component Based Development? (1) Modularity • Components can be independently updated or replaced without impacting the rest of a system Reuse • Software is reusable at the component level instead of at the system level Interoperability • Well-defined ports and standards based development ensures interoperability between application components Copyright © Remedy IT6
  • 7. Why Component Based Development? (2) Extensibility • A Component Based Architecture (CBA) is inherently loosely-coupled, supporting easier extension of component and system functionality Scalability • Scalable from single component deployment to large distributed multi node deployments Reduced Complexity • Encapsulation, modularity, separation of concerns, and the establishment of hierarchical component dependencies contribute to reduced design & system complexity Copyright © Remedy IT7
  • 8. Why Component Based Development? (3) Faster and Cheaper Development • Shorter design times, more reuse and less complexity • Faster time-to-market, faster software development • Focus changed to composition of a software-intensive system vs. all new design • Lower maintenance costs Quality & Reliability • Reuse and test/maintenance at the component level vs. at a monolithic system level Copyright © Remedy IT8
  • 9. Advantages of using Open Standards based API Open APIs are less prone to technology obsolescence No vendor lock-in Typically well vetted and designed Reuse of existing off-the-shelf technology • Implementations • Tools • Documentation • Training Copyright © Remedy IT9
  • 10. AXCIOMA Design & Deployment AXCIOMA clearly separates design, implementation, and deployment phases Components are designed to be location independent and communication middleware agnostic Components are implemented and tested in a highly decoupled fashion Deployment planning happens separately based on the complete system requirements The AXCIOMA framework handles the lifecycle for all components at runtime Copyright © Remedy IT10
  • 11. MDE Tooling MDE tools that support AXCIOMA • Zeligsoft CX for CBDDS • PTC Integrity Modeler IDL Profile • CoSMIC • Remedy IT Eclipse plugins MDE tools provide support for • Data modeling • Component modeling • Deployment modeling • Auto generation of IDL artifacts • Auto generation of D&C deployment plans Copyright © Remedy IT11
  • 12. Interface Definition Language AXCIOMA uses Interface Definition Language (IDL) to define the type system, interaction patterns, and components IDL is vendor, programming language, and platform agnostic IDL is transformed to a programming language according to a so called language mapping Standardized language mappings exist for various programming languages, including C++, C++11, C, Java, Ruby, and others Copyright © Remedy IT12
  • 13. IDL to C++11 AXCIOMA supports the IDL to C++11 language mapping IDL to C++11 reuses as much as possible from the C++11 standard features The IDL generated types and support classes use C++11 features to provide a safe and easy to use API Business logic does not need to use C++11 language features Copyright © Remedy IT13
  • 14. Generic Interaction Support Generic Interaction Support (GIS) enables the definition of generic interaction patterns Business logic uses interaction patterns to exchange information in a generic way Connectors realize a specific interaction pattern GIS allows the encapsulation of communication middleware, legacy systems, and hardware inside a connector Combining business logic and connectors is a deployment time decision, not an implementation decision Copyright © Remedy IT14
  • 15. Event Interaction Pattern AXCIOMA supports an event interaction pattern using the Generic Interaction Support The event interaction pattern defines extended ports for the following roles • Basic many-to-many publish subscribe messaging • Event distribution with optional user defined data Copyright © Remedy IT15
  • 16. State Interaction Pattern AXCIOMA supports a state interaction pattern using the Generic Interaction Support The state interaction pattern defines extended ports for the following roles • Distributed state management and access • Distributed database functionality with eventual consistency Copyright © Remedy IT16
  • 17. DDS Based State and Event Interaction Patterns AXCIOMA provides an implementation of the state and event interaction patterns using DDS as communication middleware Clearly separates business logic from all low level DDS details DDS QoS configuration is done using XML QoS profiles and not hardcoded into the business logic DDS Security provides secure interaction between the components Copyright © Remedy IT17
  • 18. Advantages of AXCIOMA compared to plain DDS AXCIOMA delivers the following advantages compared to plain use of DDS • Delivers a concrete architecture instead of a messaging protocol • The implemented abstraction layer delivers DDS vendor neutrality • Achieves improved interoperability between components through standardized interaction patterns • Delivers portability of components between various operating systems and compilers • Comprehensive application layer MDE tooling support hides the complexity of DDS entities Copyright © Remedy IT18
  • 19. Request/Reply Interaction Pattern Using the Generic Interaction Support AXCIOMA realizes the request/reply interaction pattern Support for synchronous and asynchronous invocations Delivered with a function style API Defined in IDL using operations with arguments and an optional return value The application code that uses this interaction pattern is unaware of how the interaction pattern is realized Copyright © Remedy IT19
  • 20. CORBA Based Request/Reply Interaction Pattern AXCIOMA realizes the request/reply interaction pattern using CORBA The request/reply interaction pattern supports synchronous and asynchronous invocations CORBA communication is realized using the connector framework CORBA is a mature middleware technology delivering a well optimized transport mechanism Can use various communication transports like IIOP, SSLIOP AXCIOMA uses TAOX11 as CORBA implementation Copyright © Remedy IT20
  • 21. DDS Based Request/Reply Interaction Pattern AXCIOMA will also realize the request/reply interaction pattern using DDS as communication middleware The DDS connector implementation will hide all implied DDS topics and glue code imposed by the RPC4DDS standard from the business logic DDS Security provides secure interaction between the components Copyright © Remedy IT21
  • 22. Integration of 3rd Party Middleware and Hardware 3rd party communication middleware, legacy systems, and hardware are shielded from the application developer using the GIS connectors Connectors hide all communication middleware and hardware details AXCIOMA delivers a flexible framework for implementing custom connectors and code generators AXCIOMA supports the definition and implementation of user defined interaction patterns between components Copyright © Remedy IT22
  • 23. Execution Models AXCIOMA provides a single threaded and reentrant execution model as default execution model AXCIOMA will support the following additional execution models • Single threaded and non-reentrant • Multi threaded (thread pools) Copyright © Remedy IT23
  • 24. Deployment using DnCX11 AXCIOMA contains DnCX11 as a deployment tool supporting various deployment options • Centralized and decentralized deployment using D&C compliant tools • XML based and binary D&C compliant deployment plans • Easy to create text based deployment configuration files • Domain, node, and process as multiple levels of deployment Copyright © Remedy IT24
  • 25. DnCX11 Single Node Deployment Deployment of one node using a node launcher • No need for a domain centralized and synchronized deployment • Nodes can be launched and torn down independently • Locality managers can be deployed as separate process or in-process with the node launcher • Components, connectors, and connections can be deployed using a very simple text based configuration file • Support for binary and XML D&C compliant deployment plans Copyright © Remedy IT25
  • 26. DnCX11 Single Locality Deployment DnCX11 allows fully decentralized deployment of a single locality A locality represents one operating system process Support for binary and XML based D&C deployment plans and DnCX11 text based configuration files Using the static configuration support a single executable can be created containing AXCIOMA infrastructure and user components • Static deployment increases security and performance Copyright © Remedy IT26
  • 27. DnCX11 Deployment Configuration Files DnCX11 has support for text based configuration files to • Configure deployment interceptors and handlers • Deploy components and connectors • Create local connections between components and connectors • Create remote connections between components Copyright © Remedy IT27
  • 28. From AXCIOMA to UCM The OMG is working on a new Unified Component Model (UCM) AXCIOMA has been designed and implemented with UCM in mind UCM will impact the AXCIOMA infrastructure but has minimal impact on the business logic The AXCIOMA roadmap includes support for UCM Copyright © Remedy IT28
  • 29. AXCIOMA Advantages Compared to CIAO AXCIOMA supports the most features from CIAO and DAnCE AXCIOMA has the following advantages compared to CIAO • Much easier to use language mapping which increases the productivity of the programmer • Reduced application code • Up to 70% footprint reduction for your component related generated code • Support for regeneration of business logic without losing already implemented code • Prevents possible memory leaks or invalid memory access at runtime Copyright © Remedy IT29
  • 30. AXCIOMA Advantages Compared to CIAO And AXCIOMA has even more advantages • Simplified compilation of all IDL generated artifacts • The request/reply interaction pattern using CORBA is realized using the connector framework and not implicitly by the framework • Will realize the request/reply interaction pattern using DDS • Simplified and more powerful deployment tooling • Framework for implementing custom connectors • Extensible logging framework Copyright © Remedy IT30
  • 31. AXCIOMA Advantages Compared to DAnCE AXCIOMA has the following advantages compared to DAnCE as deployment tool • Improved configurability • Improved tool consistency • Extended deployment options (centralized, node, and locality) • Multiple options to support runtime debugging of component implementations Copyright © Remedy IT31
  • 32. Want to know more about AXCIOMA? Contact Remedy IT at sales@remedy.nl Call us at +31-88-0530000 Check our website at http://www.remedy.nl Check AXCIOMA at http://www.axcioma.com Check all our presentations online at http://www.slideshare.net/RemedyIT Follow us on Twitter @RemedyIT Copyright © Remedy IT32
  • 34. Example overview This example demonstrates 2 components exchanging data using the event interaction pattern • Sender writes shapes samples to a event connector • Receiver receives shapes samples from a event connector Copyright © Remedy IT34 Sender ReceiverDDS
  • 35. Shape IDL definition In order to exchange data we define a publish subscribe message type in IDL which is used by all components Based on the IDL message type definition AXCIOMA will generate • C++11 type representation • C++11 DDS data reader and writer API • Conversion layer to integrate a specific DDS vendor Copyright © Remedy IT35
  • 36. IDL Shapetype IDL definition struct ShapeType { string color; //@key long x; long y; long shapesize; }; Copyright © Remedy IT36
  • 37. Component Definition Two components are defined in this example, both use the GIS DDS4CCM extended ports An extended port delivers a specific interaction pattern • State: state based data exchange • Event: event based data exchange All extended ports are available by instantiating the DDS4CCM templated module with a concrete data type definition • module CCM_DDS::Type <ShapeType, ShapeTypeSeq> ShapeType_conn; Copyright © Remedy IT37
  • 38. Component Definitions Sender module Shapes { component Sender { port ShapeType_conn::DDS_Write info_write; }; }; Receiver module Shapes { component Receiver { port ShapeType_conn::DDS_Listen info_out; }; }; Copyright © Remedy IT38
  • 39. Sender implementation // Sender component class declaration and implementation which publishes one sample to DDS class Sender_i : public IDL::traits<CCM_Sender>::base_type { public: // Setter method to receive the component context virtual void set_session_context(IDL::traits<Components::SessionContext>::ref_type ctx) override { context_ = IDL::traits<Shapes::CCM_Sender_Context>::narrow (ctx); } // Lifecycle callback indicating we have received our settings, register an instance to DDS virtual void configuration_complete () override { IDL::traits<Shapes::ShapeType_conn::Writer>::ref_type writer = context_->get_connection_info_write_data(); instance_handle_ = writer->register_instance (square_); } // Lifecycle callback indicating we can start our functionality, write one sample to DDS virtual void ccm_activate () override { IDL::traits<Shapes::ShapeType_conn::Writer>::ref_type writer = context_->get_connection_info_write_data(); writer->write_one (square_, instance_handle_); } // Lifecycle callback that we are going to shutdown, unregister the instance from DDS virtual void ccm_passivate () override { IDL::traits<Shapes::ShapeType_conn::Writer>::ref_type writer = context_->get_connection_info_write_data(); writer->unregister_instance (square_, instance_handle_); } virtual void ccm_remove () override {} private: IDL::traits<Shapes::CCM_Sender_Context>::ref_type context_; DDS::InstanceHandle_t instance_handle_; // Use C++11 uniform initialization to initialize the member ShapeType square {“GREEN”, 10, 10, 1}; }; Copyright © Remedy IT39
  • 40. Receiver implementation (1) // Receiver component declaration and implementation which receives the samples from DDS class Receiver_i : public IDL::traits<CCM_Receiver>::base_type { public: // Setter method to receive the component context virtual void set_session_context(IDL::traits<Components::SessionContext>::ref_type ctx) override { context_ = IDL::traits<Shapes::CCM_Receiver_Context>::narrow (ctx); } virtual void configuration_complete () override {} // Lifecycle callback indicating we can start our functionality, indicate we want sample by sample virtual void ccm_activate () override { IDL::traits<CCM_DDS::DataListenerControl>::ref_type lc = context_->get_connection_info_data_control(); lc->mode (CCM_DDS::ListenerMode::ONE_BY_ONE); } virtual void ccm_passivate () override {} virtual void ccm_remove () override {} // Retrieve the facet executor that implements the listener functionality IDL::traits<Shapes::ShapeType_conn::CCM_Listener>::ref_type get_info_out_data_listener () { if (!data_listener_) data_listener_ = CORBA::make_reference<info_out_i> (context)_; return data_listener_; } private: IDL::traits<Shapes::CCM_Sender_Context>::ref_type context_; IDL::traits<Shapes::ShapeType_conn::CCM_Listener>::ref_type data_listener_; }; Copyright © Remedy IT40
  • 41. Receiver implementation (2) // Listener facet implementation, receives the sample from DDS and just dumps it to the console class info_out_i: public IDL::traits<Shapes::ShapeType_conn::CCM_Listener>::base_type { public: info_out_i(IDL::traits<Components::CCM_Receiver_Context>::ref_type ctx) : context_ (ctx) {} // Callback to inform the component that a sample has been received by DDS virtual void on_one_data (const ShapeType& shape, CCM_DDS::ReadInfo&) override { std::cout << “Received ” << shape << std::endl; } virtual void on_many_data (const ShapeTypeSeq&, CCM_DDS::ReadInfoSeq&) override {} private: IDL::traits<Shapes::CCM_Sender_Context>::ref_type context_; }; Copyright © Remedy IT41
  • 42. Deployment The example components can be deployed using • Centralized deployment using the D&C compliant deployment tools • Deployment of one node using the single node launcher • Deployment of one process using the single locality launcher Support for the D&C compliant deployment plans Support for simple text based deployment configuration Easy to start and use directly from a debugger Copyright © Remedy IT42
  • 44. IDL to C++11 (1) The IDL to C++11 language mapping is a formal open standard created with the following goals • Simplify development compared to IDL to C++ • Reduce amount of possible programming errors • Gain runtime performance • Reduce size of application code • Use C++11 standard types and constructs as much as possible Copyright © Remedy IT44
  • 45. IDL to C++11 (2) The specification is available from http://www.omg.org/spec/CPP11 For background, details, tutorials, examples see • http://osportal.remedy.nl • http://www.orbzone.org Copyright © Remedy IT45
  • 46. TAOX11 TAOX11 the Commercial CORBA implementation from Remedy IT Compliant with IDL to C++11 v1.2 Support for CORBA AMI New IDL compiler with front end supporting IDL2, IDL3, and IDL3+ Free of charge evaluation versions available from http://swsupport.remedy.nl! Copyright © Remedy IT46
  • 47. Contact Remedy IT Postbus 81 6930 AB Westervoort The Netherlands tel.: +31(0)88 – 053 0000 e-mail: sales@remedy.nl website: www.remedy.nl Twitter: @RemedyIT Slideshare: RemedyIT Subscribe to our mailing list Copyright © Remedy IT47