Sciweavers

OTM
2005
Springer

An Aspect-Oriented Communication Middleware System

13 years 10 months ago
An Aspect-Oriented Communication Middleware System
Abstract. This paper describes a Java-based communication middleware, called AspectJRMI, that applies aspect-oriented programming concepts to achieve the following requirements: (1) modular implementation of its features, including those with a crosscutting behavior; (2) high degree of configurability and adaptability; (3) performance similar to conventional object-oriented communication middleware systems, such as CORBA and Java RMI. In AspectJRMI, users may explicitly select the features provided by the middleware infrastructure, according to their needs. Most of these features have a crosscutting behavior, including interceptors, oneway calls, asynchronous calls, value-result parameter passing, and collocation optimizations. In this case, they are implemented as aspects. The design of AspectJRMI follows a set of principles, called horizontal decomposition, to achieve pluggability of aspects to the core middleware implementation. This paper presents the programming interface and the...
Marco Tulio de Oliveira Valente, Fabio Tirelo, Dia
Added 28 Jun 2010
Updated 28 Jun 2010
Type Conference
Year 2005
Where OTM
Authors Marco Tulio de Oliveira Valente, Fabio Tirelo, Diana Campos Leao, Rodrigo Palhares Silva
Comments (0)