Comments on Software Communications Architecture Specification Version 2.2.2



Similar documents
JPEO JTRS initiates the development of a new Software Communications Architecture (SCA) Release

System Component Deployment in a Realtime Embedded Software Defined Radio (SDR) Architecture

Design and Implementation of an Efficient SCA Core Framework for a DSP Platform

JOINT TACTICAL RADIO SYSTEM - APPLICATION PROGRAMMING INTERFACES

Joint Tactical Radio System Standard. JTRS Platform Adapter Interface Standard Version 1.3.3

DCS110 CATVisor COMMANDER

The Service Availability Forum Specification for High Availability Middleware

Component Based Software Design using CORBA. Victor Giddings, Objective Interface Systems Mark Hermeling, Zeligsoft

QUICK REFERENCE GUIDE

Managing Variability in Software Architectures 1 Felix Bachmann*

A standards-based approach to application integration

Applying Model Driven Development to the DDS Domain Bruce Trask Hans van t Hag

Oracle Service Bus Examples and Tutorials

Managing a Fibre Channel Storage Area Network

BPM Scheduling with Job Scheduler

CORBAservices. Naming. Part of the CORBA Naming Service Interface in IDL. CORBA Naming Service

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme. Middleware. Chapter 8: Middleware

ITS. Java WebService. ITS Data-Solutions Pvt Ltd BENEFITS OF ATTENDANCE:

Comodo Certificate Manager Version 5.4

Layering a computing infrastructure. Middleware. The new infrastructure: middleware. Spanning layer. Middleware objectives. The new infrastructure

PI Cloud Connect Overview

DUUS Information Technology (IT) Incident Management Standard

10 Years of Hype Cycles - Do We Forget Knowledge?

WirelessOffice Administrator LDAP/Active Directory Support

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

Frequently Asked Questions

TIBCO Hawk SNMP Adapter Installation

Research on the Model of Enterprise Application Integration with Web Services

TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release September 2013

Limitations of Object-Based Middleware. Components in CORBA. The CORBA Component Model. CORBA Component

Background Information and Basis for Conclusions CPA Canada Handbook Accounting, Part II

Directory Manager. Version History. Identity Management for Healthcare

Mitra Innovation Leverages WSO2's Open Source Middleware to Build BIM Exchange Platform

Building a Continuous Integration Pipeline with Docker

WSO2 Business Process Server Clustering Guide for 3.2.0

JOURNAL OF OBJECT TECHNOLOGY

SSL Installing your new Certificate

Acronis Backup & Recovery: Events in Application Event Log of Windows

LDAP User Guide PowerSchool Premier 5.1 Student Information System

What Is the Java TM 2 Platform, Enterprise Edition?

Ahsay BackupBox v1.0. Deployment Guide. Ahsay TM Online Backup - Development Department

Developing Java Web Services

C#5.0 IN A NUTSHELL. Joseph O'REILLY. Albahari and Ben Albahari. Fifth Edition. Tokyo. Sebastopol. Beijing. Cambridge. Koln.

ISO 9001: 2008 Construction Quality Management System Sample - Selected pages (not a complete plan)

Adaptive Radio. Cognitive Radio

Metastorm BPM Interwoven Integration. Process Mapping solutions. Metastorm BPM Interwoven Integration. Introduction. The solution

TOGAF Certification for People Training Course Accreditation Policy

BACKUP SECURITY GUIDELINE

Standard of the Camera & Imaging Products Association. White Paper. of CIPA DC Picture Transfer Protocol over TCP/IP networks

Self-Service Active Directory Group Management

DO-254 Requirements Traceability

CA Clarity Project & Portfolio Manager

CLC License Server Administrator Manual

Request Submission Confirmation

Submitting UITests at the Command Line

TIBCO ActiveMatrix BPM - Integration with Content Management Systems

Commander. The World's Leading Software for Label, Barcode, RFID & Card Printing

Service Availability TM Forum Application Interface Specification

Integration of DB oriented CAD systems with Product Lifecycle Management

Network Licensing. White Paper 0-15Apr014ks(WP02_Network) Network Licensing with the CRYPTO-BOX. White Paper

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5

Setting Up an AS4 System

Service-Oriented Architecture and Software Engineering

How To Access Historical Data From The Deltav Oca History Server On A Pc Hda (Opc Hda) On A Microsoft Computer (Opca) Or Microsoft Microsoft Memory Card (Procedure) On An Ipc

Paying Employee Benefit Plan Expenses

1. Management of Bank Master data for your company s bank; 2. Keeps Bank Master data for the customer of your Company;

Frameworks & Android. Programmeertechnieken, Tim Cocx

S3 Monitor Design and Implementation Plans

QTP Open Source Test Automation Framework Introduction

Software Defined Radio Architecture for NASA s Space Communications

NS DISCOVER 4.0 ADMINISTRATOR S GUIDE. July, Version 4.0

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Declaration of Conformity 21 CFR Part 11 SIMATIC WinCC flexible 2007

The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.

Load Balancing in CORBA: A Survey. Response to the Aggregated Computing RFI

How To Set Up Total Recall Web On A Microsoft Memorybook (For A Microtron)

HP Operations Orchestration Software

GoldKey Software. User s Manual. Revision WideBand Corporation Copyright WideBand Corporation. All Rights Reserved.

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati

Oracle Recovery Manager

SOACertifiedProfessional.Braindumps.S90-03A.v by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture

Site Configuration SETUP GUIDE. Windows Hosts Single Workstation Installation. May08. May 08

PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS

OpenCCM: The Open CORBA Components Platform

Transcription:

Comments on Software Communications Architecture Specification Version 2.2.2 prepared by SCA Working Group Approved 20 April 2007

1 Introduction The SDR Forum SCA Working Group has collected comments regarding Software Communications Architecture Specification Final / 15 May 2006 Version 2.2.2. These comments are respectfully submitted to the Joint Program Executive Office (JPEO) Joint Tactical Radio System (JTRS) for consideration of incorporation into future versions of the SCA Specification. As a key element of its charter, the SCA Working Group is intended to supply the SDR community with a venue to evaluate and provide commentary and recommendations for change proposals against the Software Communications Architecture (SCA) Specification. This document represents the first such submission to the JTRS JPEO on behalf of the SDR Forum. 2 Detailed Comments 1. The Application interface contains four attributes, componentnamingcontexts, componentprocessids, componentdevices, and componentimplemenations, which expose the implementation details of the interface. The SCA should clearly define the use cases for these attributes or remove them from the interface. If use cases are defined and these attributes are kept in the SCA, the componentnamingcontexts attribute needs amending. Section 3.1.3.2.1.4.3 of the SCA states that an Application will maintain a list of naming service contexts in the componentnamingcontexts attribute. It is the understanding of the SCA Working Group that a naming context is comparable to knowing the folder or directory location, but not the object name. In order to be useful, a binding name is also required. 2. Section 3.1.3.1.4 defines the PortSupplier interface which contains the getport() function. SCA Working Group recommends consideration of extending this interface which allows all provides ports to be requested in a single call. Such a function would require the definition of a PortInfo structure containing the port name and the port object reference. This function could reduce the number of calls between the CF and the WF during application instantiation and improve startup efficiency. As a further extension to the PortSupplier interface, the SCA Working Group recommends the addition of two new functions which allows multiple ports to be connected/disconnected with a single call. The addition of these operations would greatly reduce the number of calls between the CF and the WF during application instantiation and teardown which improves startup efficiency. The SCA Working Group understands that this addition could potentially invalidate implementations that rely on multiple getport() invocations when connecting to a port multiple times; however, there are no requirements in the SCA today mandating that a CF make multiple getport() invocations to retrieve the same port and this behavior should not be expected from a CF. Page 1

3. The SCA Working Group recommends clarification of the requirements for obtaining port references when the componentsupportedinterface (SCA Specification Section D.6.1.5.1.3) is specified. The current understanding is that a CF is not required to call getport() on the component once found. Instead the component itself is the object to use in the connectport() operation. 4. In the SCA Specification, the terms Resource, Device, and Service define different classes of objects (refer to SCA Specification section 2.2.3); however, definitions and interfaces are only provided for Resources and Devices. The SCA Working Group recommends that a definition and interface for Services be added to the specification. 5. The SCA Working Group recommends adding port disconnect behavior to the releaseobject() operation as an optimization for tearing down waveforms. Currently, a CF must make myriad individual disconnectport() CORBA invocations (one for each port connection) prior to invoking releaseobject() on a Resource. If port disconnection requirements are added to the releaseobject() behavior of a Resource, then the extra CORBA invocations to disconnect the ports would be optimized to local invocations made within the Resource itself. 6. The current structure of the XML files only allows the CF to establish connections between the components of a single waveform, between waveform components and devices, and between waveform components and services (during application instantiation). The only way in which an application s external ports can be connected is through calls from a third-party application which uses the correct sequence of getport() and connectport() calls. The SCA Working Group recommends extending the SPD definition to allow an assembly to connect to other assemblies. An assemblyimplementation XML element would be added to the SPD such that a SAD could reference components that are themselves assemblies. 7. The SCA Working Group recommends that it should be possible to model sequences of an enumerated type in D.4.1.2, similar to D.4.1.1 where a simple property type can be modeled with an enumerations attribute. 8. The SCA Working Group recommends clarification of the definition of the OE. The current definition found in section 2.2.3 does not include the Board Support Package (BSP) which forms the foundation with which the O/S and middleware are built upon. It also does not mention the Log service. Lastly, it is unclear how to classify the devices and services of the platform. The definition of the OE found in section 2.2.3 does not include the devices and services although they are provided as part of a platform and not as part of a waveform. The SCA Working group further recommends clarifying Figure 3.1 of the SCA pending resolution of the OE definition. This figure should clearly distinguish between Core Framework Control/File Access on one hand and System Components (services and devices) on the other hand. Furthermore, depending on the final definition of the OE, the Systems Components should be shown outside of the OE area. Also, the SCA Working Group recommends updating Figure 3.1 to clearly depict the following CORBA services: naming service, event service and the log service. Page 2

9. The current requirements for the ApplicationFactory s create() operation mandate that component s be passed as execute parameters using the format Component_Instantiation_Identifier: Application_Name The Application_Name field is intended to provide a specific instance qualifier for executed components. However, the SCA places no uniqueness constraints on the Application_Name field which gets set to the create() operation s name parameter. Thus, it is legal for a platform to create multiple instances of an application using the same application name. When this happens, the components of the different application instances will contain s that are identical. To maintain the uniqueness of s, the SCA working group recommends placing uniqueness constraints on the create() operation s name parameter. 10. There is currently no specification for the Application interface s attribute (inherited from the Resource interface). Some CFs interpret the to be the id attribute of the softwareassembly element from the SAD file. However, the for an application should not be the SAD.softwareassembly.id for two reasons. First, the SAD.softwareassembly.id is the for the ApplicationFactory. If the same is used for another object, then it is no longer unique. Second, if the SAD.asoftwareassembly.id were used for an Application instance, there would be no way to distinguish between multiple, simultaneous instances of the same application. The SCA Working Group recommends adding paragraph 3.1.3.2.1.4.7 to define the attribute for an Application. In keeping with current Resource requirements, the SCA Working Group further recommends using the format Application_Identifier: Application_Name to create a unique for each Application instance (pending resolution of proposal 9 above). The Application_Identifier field is identical to the id attribute of the sorftwareassembly element from the SAD file. The Application_Name field is identical to the name parameter of the ApplicationFactory s create() operation. 11. The SCA Working Group recommends clarifying the attribute of the ResourceFactory interface. Section 3.1.3.1.7.4.1 defines the attribute as the unique for a ResourceFactory but does not specify its origin or format. The ApplicationFactory sets the when creating the component using the format Component_Instantiation_Identifier: Application_Name where Component_Instantiation_Identifier is the componentinstantiation element id attribute found in the SAD file and Application_Name is the input name parameter of the create() operation. 12. The SCA remains ambiguous for the origin of many of the readonly attributes available in the run-time through the primary Core Framework objects. Vendors have typically imposed their own interpretations making it difficult to write portable software. We propose a table similar to the following that clarifies the interpretation of run-time parameters (note that some of the details of this table are pending the resolution of proposals 9 and 10 above): Page 3

CF Object Attribute Format Resource Device DeviceManager ResourceFactory Application ApplicationFactory DomainManager softwareprofile label deviceconfigurationprofile label registeredservices.servicename profile name name softwareprofile domainmanagerprofile <SAD.componentinstantiation.id>:<Application profile.filename = <SPD filename> profile.type = SPD (optional) <DCD.componentinstantiation.usagename> <DCD.componentinstantiation.id> profile.filename = <DCD filename> profile.type = DCD (optional) <DCD.deviceconfiguration.id> <DCD.deviceconfiguration.name> <DCD.componentinstantiation.usagename> <SAD.componentinstantiation.id>:<Application <SAD.softwareassembly.id>:<Application profile.filename = <SAD filename> profile.type = SAD (optional) <Application <SAD.softwareassembly.id> <SAD.softwareassembly.name> profile.filename = <SAD filename> profile.type = SAD (optional) <DMD.domainmanagerconfiguration.id> profile.filename = <DMD filename> profile.type = DMD (optional) Page 4