scispace - formally typeset
F

Francisco Reverbel

Researcher at University of São Paulo

Publications -  8
Citations -  230

Francisco Reverbel is an academic researcher from University of São Paulo. The author has contributed to research in topics: Common Object Request Broker Architecture & Application server. The author has an hindex of 4, co-authored 8 publications receiving 230 citations.

Papers
More filters
Proceedings ArticleDOI

The JBoss extensible server

TL;DR: This paper focuses on two major architectural parts of JBoss: its middleware component model, based on the JMX model, and its meta-level architecture for generalized EJBs, which requires a novel class loading model, which JBoss implements.
Proceedings Article

Making CORBA objects persistent: the object database adapter approach

TL;DR: The design and implementation of an Object Database Adapter that integrates an ORB and an ODBMS with C++ bindings is presented and uses delegation (rather than inheritance) to connect user-provided implementation classes and IDL-generated classes.
Proceedings ArticleDOI

Join point selectors

TL;DR: This paper proposes join point selectors as a simple extension mechanism for enriching current pointcut languages with constructs that play the role of "new primitive pointcuts", and shows how these selectors can be used as framework-specific selectors, which allow aspects to cross the boundary of a given framework while still respecting the modularity of that framework.
Book ChapterDOI

Dynamic Deployment of IIOP-Enabled Components in the JBoss Server

TL;DR: JBoss is an extensible Java application server that affords remote access to EJB components via multiple protocols and employs reflective techniques to avoid extra compilation steps and support on-the-fly deployment.
Proceedings ArticleDOI

Dynamic support to transactional remote invocations over multiple transports

TL;DR: XActor is a distributed transaction manager that affords transactional remote invocations over an open-ended set of transports that fully exploits a collection of RMI mechanisms and transport protocols that grows with the addition of plug-in modules to running instances of XActor.