Hubbry Logo
search
search button
Sign in
Historyarrow-down
starMorearrow-down
Hubbry Logo
search
search button
Sign in
Jolie (programming language)
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Jolie (programming language) Wikipedia article. Here, you can discuss, collect, and organize anything related to Jolie (programming language). The purpose of the hub is to connect people, foster deeper knowledge, and help improve the root Wikipedia article.
Add your contribution
Inside this hub
Jolie (programming language)
Jolie
ParadigmsMicroservices, SOA
Designed by
  • Claudio Guidi
  • Fabrizio Montesi
DeveloperFabrizio Montesi
First appearedJuly 31, 2006; 19 years ago (2006-07-31)
Stable release
1.11.0 / May 24, 2023; 2 years ago (2023-05-24)
Implementation languageJava
PlatformJava
LicenseLGPLv2
Filename extensions.ol, .iol, .jap
Websitewww.jolie-lang.org

Jolie (Java Orchestration Language Interpreter Engine[1]) is an open-source[2] programming language for developing distributed applications based on microservices. In the programming paradigm proposed with Jolie, each program is a service that can communicate with other programs by sending and receiving messages over a network. Jolie supports an abstraction layer that allows services to communicate using different mediums, ranging from TCP/IP sockets to local in-memory communications between processes.[3][4]

Jolie is currently supported by an interpreter implemented in the Java language, which can be run in multiple operating systems including Linux-based operating systems, OS X, and Windows.[5] The language comes with formal semantics, meaning that the execution of Jolie programs is mathematically defined. For this reason, Jolie is used in research for the investigation of language-based techniques for the development of distributed systems,[6] and it is also used for teaching at some universities.[7]

The Jolie open source project was started by Fabrizio Montesi in 2006, as part of his studies at the University of Bologna. The project initially began as an implementation of the SOCK process calculus, a formal model proposed by Claudio Guidi et al. at the University of Bologna[8][9] inspired by the CCS process calculus and the WS-BPEL programming language. Jolie extends SOCK with support for, e.g., tree-like data structures (inspired by XML, but with a syntax resembling that of C and Java), message types, typed session programming, integration with Java and JavaScript, code mobility, application containment, and web programming.[5][10][11] A complete list of the project contributors is available at.[12]

The project is currently maintained by Fabrizio Montesi and its evolution is driven by Fabrizio Montesi and Claudio Guidi.

Since it supports the orchestration of web services, Jolie is an alternative to XML-based orchestration languages such as WS-BPEL as it offers a concise (C-like) syntax for accessing XML-like data structures.

References

[edit]
[edit]
Add your contribution
Related Hubs