中文
相关论文

相关论文: Distributed Enforcement of Service Choreographies

200 篇论文

Choreography automata are an automata-based model of choreographies, that we show to be a compositional one. Choreography automata represent global views of choreographies (and rely on the well-known model of communicating finite-state…

形式语言与自动机理论 · 计算机科学 2021-07-15 Franco Barbanera , Ivan Lanese , Emilio Tuosto

Choreographies describe distributed protocols from a global viewpoint, enabling correct-by-construction synthesis of local behaviours. We develop a policy-parametric type system that prevents information leaks from high-security data to…

编程语言 · 计算机科学 2026-02-26 Marco Bertoni , Saverio Giallorenzo , Marco Peressotti

Software companies that develop their products on a basis of service-oriented architecture (SOA) can expect various improvements as a result of choreography. Current choreography practices, however, are not yet used extensively in the…

软件工程 · 计算机科学 2017-08-31 Nebojša Taušan , Jouni Markkula , Pasi Kuvaja , Markku Oivo

Choreographies are global descriptions of interactions among concurrent components, most notably used in the settings of verification (e.g., Multiparty Session Types) and synthesis of correct-by-construction software (Choreographic…

编程语言 · 计算机科学 2017-08-09 Luís Cruz-Filipe , Kim S. Larsen , Fabrizio Montesi

We propose the use of structured natural language (English) in specifying service choreographies, focusing on the what rather than the how of the required coordination of participant services in realising a business application scenario.…

软件工程 · 计算机科学 2015-12-25 Nurulhuda A. Manaf , Sotiris Moschoyiannis , Paul Krause

Choreographic programming is a paradigm for developing concurrent and distributed systems, where programs are choreographies that define, from a global viewpoint, the computations and interactions that communicating processes should enact.…

编程语言 · 计算机科学 2021-08-30 Luís Cruz-Filipe , Fabrizio Montesi , Marco Peressotti

Modular programming is a cornerstone in software development, as it allows to build complex systems from the assembly of simpler components, and support reusability and substitution principles. In a distributed setting, component assembly…

编程语言 · 计算机科学 2018-01-25 Marco Carbone , Fabrizio Montesi , Hugo Torres Vieira

A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. Web services provide a standard means of interoperating between different software applications, running on a variety of…

软件工程 · 计算机科学 2012-07-17 M. SureshKumar , P. Varalakshmi

Choreography-based programming is a powerful paradigm for defining communication-based systems from a global viewpoint. A choreography can be checked against multiparty protocol specifications, given as behavioural types, that may be…

编程语言 · 计算机科学 2013-02-27 Marco Carbone , Fabrizio Montesi

Distributed software is becoming more and more dynamic to support applications able to respond and adapt to the changes of their execution environment. For instance, service-oriented computing (SOC) envisages applications as services…

计算机科学中的逻辑 · 计算机科学 2016-02-12 Ignacio Vissani , Carlos Gustavo Lopez Pombo , Emilio Tuosto

Distributed interactions can be suitably designed in terms of choreographies. Such abstractions can be thought of as global descriptions of the coordination of several distributed parties. Global assertions define contracts for…

分布式、并行与集群计算 · 计算机科学 2011-08-03 Laura Bocchi , Julien Lange , Emilio Tuosto

Web service choreographies specify conditions on observable interactions among the services. An important question in this regard is realizability: given a choreography C, does there exist a set of service implementations I that conform to…

计算机科学中的逻辑 · 计算机科学 2014-09-10 R. Ramanujam , S. Sheerazuddin

Choreographies are global descriptions of system behaviors, from which the local behavior of each endpoint entity can be obtained automatically through projection. To guarantee that its projection is correct, i.e. it has the same behaviors…

编程语言 · 计算机科学 2013-08-05 Ivan Lanese , Fabrizio Montesi , Gianluigi Zavattaro

A choreography describes a transaction in which several principals interact. Since choreographies frequently describe business processes affecting substantial assets, we need a security infrastructure in order to implement them safely. As…

计算机科学中的逻辑 · 计算机科学 2010-02-05 Marco Carbone , Joshua Guttman

Choreographic programming is a programming-language design approach that drives error-safe protocol development in distributed systems. Starting from a global specification (choreography) one can generate distributed implementations. The…

编程语言 · 计算机科学 2016-11-18 Hugo A. López , Flemming Nielson , Hanne Riis Nielson

We survey our work on choreographies and behavioural contracts in multiparty interactions. In particular theories of behavioural contracts are presented which enable reasoning about correct service composition (contract compliance) and…

计算机科学中的逻辑 · 计算机科学 2014-11-17 Mario Bravetti , Gianluigi Zavattaro

With the increased use of Internet, governments and large companies store and share massive amounts of personal data in such a way that leaves no space for transparency. When a user needs to achieve a simple task like applying for college…

分布式、并行与集群计算 · 计算机科学 2017-08-31 Sinica Alboaie , Doina Cosovan

The current push towards interoperability drives companies to collaborate through process choreographies. At the same time, they face a jungle of continuously changing regulations, e.g., due to the pandemic and developments such as the…

计算机科学中的逻辑 · 计算机科学 2021-12-20 Walid Fdhila , David Knuplesch , Stefanie Rinderle-Ma , Manfred Reichert

Web Service is one of the most important information sharing technologies on the web and one of the example of service oriented processing. To guarantee accurate execution of web services operations, they must be accountable with…

社会与信息网络 · 计算机科学 2014-12-12 Marzieh Adelnia , Mohammad Reza Khayyambashi

Choreographic programming promises a simple approach to the coding of concurrent and distributed systems: write the collective communication behaviour of a system of processes as a choreography, and then the programs for these processes are…

编程语言 · 计算机科学 2025-03-18 Eva Graversen , Fabrizio Montesi , Marco Peressotti