Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Portable serialization of CORBA objects: a reflective approach
Killijian M., Ruiz J., Fabre J. ACM SIGPLAN Notices37 (11):68-82,2002.Type:Article
Date Reviewed: Jul 17 2003

The common object request broker architecture (CORBA) allows objects, possibly written in different languages or running under different systems, to communicate at message-passing level. It incorporates a standard for defining interfaces and messages, which maps to many commonly used programming languages.

An extension to CORBA, in which there is a standard for describing the execution state of objects, is described in this paper. This offers the possibility that, during the execution of some code, an object is saved in some standard form (that is, serialized), ported to another system, and revived and allowed to execute in that new system. As an example, an object running under Java could be ported and run under C++ code.

Besides restoring crashed programs, this technique could be used to implement cases where objects are moved between systems by some external agency (load-balancing), or through their own autonomous decision-making (mobile agents).

The approach taken in this paper is to use an open compiler to generate the serialization code. This means the original code is run through a source-to-source transformer, rather than having the serialization mechanism added ad hoc by a human programmer. This saves time, and ensures reliable code written to a common standard.

This paper looks like an important step on the way from the old world of stand-alone computers and programs to the new world of interconnectedness.

Reviewer:  M. Huntbach Review #: CR127962 (0311-1224)
Bookmark and Share
 
Object-Oriented Programming (D.1.5 )
 
 
Distributed Systems (H.3.4 ... )
 
 
Object Representation (E.2 ... )
 
 
Systems And Software (H.3.4 )
 
 
Data Storage Representations (E.2 )
 
Would you recommend this review?
yes
no
Other reviews under "Object-Oriented Programming": Date
Object-oriented programming systems, languages, and applications
Paepcke A.  Object-oriented programming systems, languages, and applications,Phoenix, AZ,Oct 6-Oct 11, 1991,1991. Type: Whole Proceedings
Oct 1 1992
Object lifecycles
Shlaer S., Mellor S., Yourdon Press, Upper Saddle River, NJ, 1992. Type: Book (9780136299400)
Apr 1 1993
Object-oriented programming
Voss G., Osborne/McGraw-Hill, Berkeley, CA, 1991. Type: Book (9780078816826)
Oct 1 1992
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy