REWERSE-RP-2007-043

Matteo Baldoni, Guido Boella, Leendert van der Torre:
Interaction between Objects in powerJava.


Complete Text [
.pdf, 468KB]
In: Journal of Object Technology (JOT) 6 (2), 5-30, February 2007
© ETH Swiss Federal Institute of Technology

Abstract
In this paper we start from the consideration that high level interaction between entities like web services has very different properties with respect to the interaction between objects at the lower level of programming languages in the object oriented paradigm. In particular, web services, for security, usability and user adaptability reasons, offer different operations to different users by means of access control and keep track of the state of the interaction with each user by means of sessions. The current vision in object orientation, instead, considers attributes and operations of objects as being objective and independent from the interaction with another object, which is sessionless. To introduce these features in the interaction between objects directly in object oriented programming languages, we take inspiration from how access control is regulated by means of roles. Roles allow objects to offer different operations depending on the type of the role, of the type and identity of the player of the role, and to define session-aware interaction. We start from a definition of roles given in ontologies and knowledge representation and we discuss how this definition of roles can be introduced in Java, building our language powerJava.

URL:
http://rewerse.net/publications/rewerse-publications.html#REWERSE-RP-2007-043

BibTeX:

@article{REWERSE-RP-2007-043,
	author = {Matteo Baldoni and Guido Boella and Leendert van der Torre},
	title = {Interaction between Objects in powerJava},
	journal = {Journal of Object Technology (JOT)},
	year = {2007},
	volume = {6},
	number = {2},
	pages = {5--30},
	url = {http://rewerse.net/publications/rewerse-publications.html#REWERSE-RP-2007-043}
}