Active components as a method for coupling data and services - a database-driven application development process

  • Authors:
  • Beat Signer;Moira C. Norrie

  • Affiliations:
  • Vrije Universiteit Brussel, Brussels, Belgium;Institute for Information Systems, ETH Zurich, Zurich, Switzerland

  • Venue:
  • ICOODB'09 Proceedings of the Second international conference on Object databases
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In the area of highly interactive systems, the use of object databases has significantly grown in the past few years due to the fact that one can, not only persistently store data in the form of objects, but also provide additional functionality in terms of methods defined on these objects. However, a limitation of such a tight coupling of objects and their methods is that parts of the application logic cannot be reused without also having instances of these objects in the new application database. Based on our experience of designing multiple interactive cross-media applications, we propose an approach where we distinguish between regular database objects containing the data and so-called active components storing metadata about specific services. Active components are first class objects which, at activation time, can perform some operations on the server as well as on the client side. Since active components are standalone lightweight components, they can be dynamically bound to single objects or semantically grouped sets of objects and be automatically invoked by different forms of database interactions. The database-driven development of arbitrary client and server-side application functionality not only simplifies the design of highly interactive systems, but also improves the reuse of existing components across different systems.