A dynamic and service-oriented component model for python long-lived applications

  • Authors:
  • Thomas Calmant;Joao Claudio Americo;Olivier Gattaz;Didier Donsez;Kiev Gama

  • Affiliations:
  • IsandlaTech and Université de Grenoble, Grenoble, France;Université de Grenoble, Grenoble, France;IsandlaTech, Grenoble, France;Université de Grenoble, Grenoble, France;Recife Center for Advanced Studies and Systems (CESAR), Recife, Brazil

  • Venue:
  • Proceedings of the 15th ACM SIGSOFT symposium on Component Based Software Engineering
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Dynamic runtime adaptations are a key feature for long-running applications. One of the most used languages for writing this kind of applications is Java, due to its reflection features, popularity and dynamism. However, as dynamic scripting languages (such as Python and Javascript) increase in popularity, it is desirable to be able to conceive long-running applications with them too. This paper introduces iPOPO and Pelix, a Python-based service-oriented component model and dynamic service platform respectively, which are inspired on two popular Java technologies for the development of long-running applications: the iPOJO component model and the OSGi Service Platform. To illustrate the approach, a usage of iPOPO and Pelix is presented on the context of mediation software.