JUCS - Journal of Universal Computer Science 12(7): 885-902, doi: 10.3217/jucs-012-07-0885
An Object Model for Interoperable Systems
expand article infoAlcides Calsavara, Aron Borges, Leonardo Nunes§, Diogo Variani|, Carlos Kolb
‡ Pontifícia Universidade Católica do Paraná, Brazil§ Sumersoft Tecnologia, Brazil| Global Village Telecom, Brazil¶ Companhia Paranaense de Energia, Brazil
Open Access
Abstract
Most modern computer applications should run on heterogeneous platforms and, moreover, objects and respective code should be easily interchangeable between distinct platforms at runtime. This paper describes a runtime platform based on distributed and cooperating virtual machines named Virtuosi. A unified object model permits easy inter-operation between applications written on different languages. All applications must be compiled to a standard runtime code format so they all can run on any platform where an implementation of the virtual machine exists. A novel code format which is entirely based on instances of the classes that define the object model itself is employed. A proper programming language has been defined, a corresponding compiler implemented, a virtual machine that includes a class loader, a code interpreter, a single-threaded execution control and a distributed object store implemented and tested through example applications.
Keywords
object model, interoperability, virtual machine