Object-centric reflection with Bifrost

On Monday 10 December 2012, 13:30-14:30 INRIA Lille room B31 (new building), Jorge Ressia (University of Bern) will give a talk on “Object-centric reflection with Bifrost”

 

Abstract:
Reflective applications are able to query and manipulate the structure and behavior of a running system. This is essential for highly dynamic software that needs to interact with objects whose structure and behavior are not known when the application is written. Software analysis tools, like debuggers, are a typical example. Oddly, although reflection essentially concerns run-time entities, reflective applications tend to focus on static abstractions, like classes and methods, rather than objects. This is phenomenon we call the object paradox, which makes developers less effective by drawing their attention away from run-time objects. To counteract this phenomenon, we propose a purely object-centric approach to reflection. Reflective mechanisms provide object-specific capabilities as another feature. Object-centric reflection proposes to turn this around and put object-specific capabilities as the central reflection mechanism. This change in the reflection architecture allows a unification of various reflection mechanisms and a solution to the object paradox.

Bifröst is an object-centric reflective system based on first-class meta-objects. Development itself is enhanced with this new approach: talents are dynamically units of reuse, and object-centric debugging prevents the object paradox when debugging. Software analysis is benefited by object-centric reflection with Chameleon, a framework for building object-centric analysis tools and MetaSpy, a domain-specific profiler.