Skip to main content

previous disabled Page of 7
and
  1. No Access

    Chapter and Conference Paper

    Language technology for post-relational data systems

    Practice has proven that databases are the keystones for nearly all application systems with a wider functionality, utilization and availability. As a consequence, next generation database systems will have to...

    Joachim W. Schmidt, Florian Matthes in Database Systems of the 90s (1990)

  2. No Access

    Chapter and Conference Paper

    The rationale behind DBPL

    The DBPL language orthogonally integrates sets and first-order predicates into a strongly and statically typed programming language, and the DBPL system supports the language with full database functionality i...

    Joachim W. Schmidt, Florian Matthes in MFDBS 91 (1991)

  3. No Access

    Chapter and Conference Paper

    Towards database application systems: Types, kinds and other open invitations

    Software development is moving rapidly from the coding of programs to system's modelling utilizing the services provided by open and modular environments. This shift enables service suppliers to gain customers...

    Florian Matthes, Joachim W. Schmidt in Next Generation Information System Technology (1991)

  4. No Access

    Chapter and Conference Paper

    Ty** schemes for objects with locality

    The crucial characteristic of object-oriented databases is the concept of object identity which allows the direct representation of various kinds of dependencies between objects, for example, sharing and cycli...

    Florian Matthes, Atsushi Ohori in Next Generation Information System Technol… (1991)

  5. No Access

    Book

    Persistente Objektsysteme

    Integrierte Datenbankentwicklung und Programmerstellung

    Florian Matthes (1993)

  6. No Access

    Chapter

    Ausgewählte Schnittstellen der Tycoon Standardbibliothek

    Jede Implementierung des Tycoon System ist mit einer Sammlung von TL Bibliotheken ausgestattet, die zumindest die durch die Bibliothek StdLib definierte Standardumgebung umfaßt. Auszüge aus den Schnittstellen der...

    Florian Matthes in Persistente Objektsysteme (1993)

  7. No Access

    Chapter

    Eine modellunabhängige Objektspeicherschnittstelle

    Wie bereits in § 3.1 hervorgehoben wird, strebt die Tycoon Systemarchitektur eine konzeptionelle und systemtechnischen Trennung von Datenmodellierung (Tl), Datenmanipulation (Tml) und Datenspeicherung (Tsp) an. G...

    Florian Matthes in Persistente Objektsysteme (1993)

  8. No Access

    Chapter

    Einführung und Motivation

    Der Begriff persistente Objektsysteme bezeichnet eine Klasse von Softwaresystemen, die ihren Benutzern einen flexiblen, problemadäquaten und sicheren Umgang mit großen Mengen langlebiger Objekte unterschiedlichst...

    Florian Matthes in Persistente Objektsysteme (1993)

  9. No Access

    Chapter

    Tycoon: Ein Modell- und Systemüberblick

    Ausgehend von der in § 2.2 getroffenen Klassifikation existierender Systemarehitekturen zur Datenbankprogrammierung läßt sieh die Tycoon Architektur - überspitzt formuliert - als der Versuch der Integration de...

    Florian Matthes in Persistente Objektsysteme (1993)

  10. No Access

    Chapter

    Die Programmiersprache TL

    Die folgende Notation wird zur Definition syntaktischer ung lexikalischer Elemente verwendet, wobei Id ein nicht-terminales Symbol (eine Metavariable) und A and B syntaktische Ausdrücke repräsentieren.

    Florian Matthes in Persistente Objektsysteme (1993)

  11. No Access

    Chapter

    Die Tycoon Maschine

    typedef AbstractWord data_Value; /* The type of all runtime values. Bit indices are in the range 0..31. The two least significant bits [bit 0 & 1] are lost for tagging. */

    Florian Matthes in Persistente Objektsysteme (1993)

  12. No Access

    Chapter

    Innovative Tycoon Bibliotheksabstraktionen

    Die Qualität einer Programmiersprache für datenintensive Anwendungen läßt sich nur unzureichend an kleinen Beispielen überprüfen, wie sie in § 4 und § 5 vorgestellt wurden. Erst bei der Konstruktion komplexer ...

    Florian Matthes in Persistente Objektsysteme (1993)

  13. No Access

    Chapter

    Sprachen und Systeme zur Programmierung persistenter Objektsysteme

    Durch die Betonung der Bedeutung sprachlicher Abstraktionsprinzipien für die Programmierung persistenter Systeme steht das Tycoon System in der Tradition der Datenbankprogrammiersprachen. Im ersten Teil dieses Ka...

    Florian Matthes in Persistente Objektsysteme (1993)

  14. No Access

    Chapter

    Ein Sprachkern zur generischen Benennung, Bindung und Typisierung

    Dieses Kapitel führt schrittweise in die grundlegenden TL Sprachkonzepte ein. Beginnend mit nicht-parametrisierten (monomorphen) Datentypen werden die Benennungs- und Bindungskonzepte für vordefinierte (§ 4.2)...

    Florian Matthes in Persistente Objektsysteme (1993)

  15. No Access

    Chapter

    Definition der statischen TL Sprachsemantik

    Eine präzise Beschreibung einer Programmiersprache ist eine Voraussetzung für ihre Implementierung und ihre Benutzung. Die Beschreibung kann verschiedene Formen besitzen, die jeweils einem gewissen Zweck angep...

    Florian Matthes in Persistente Objektsysteme (1993)

  16. No Access

    Chapter

    DBPL: The System and its Environment

    The DBPL system and its environment support the modular implementation of advanced data-intensive applications based on integrated database and programming language technology. It provides state-of-the-art sys...

    Florian Matthes, Joachim W. Schmidt in Database Application Engineering with DAIDA (1993)

  17. No Access

    Chapter

    Generische Programmierung persistenter Objektsysteme

    Kapitel § 4 stellt den Tl Sprachkern anhand rein funktionaler Sprachkonzepte (Funktionsabstraktion, Funktionsapplikation, bedingte Evaluation) vor. Gegenstand dieses Kapitels sind die verbleibenden Tl Sprachprimi...

    Florian Matthes in Persistente Objektsysteme (1993)

  18. No Access

    Chapter

    Eine portable untypisierte Zwischensprache

    Fig. 3.2 auf Seite 21 verdeutlicht bereits die Rolle der Tycoon Maschinensprache Tml als einer Abstraktion, die Tycoon Sprach- und Systemwerkzeuge von Hardware- und Softwareeigenschaften konkreter Maschinenarchit...

    Florian Matthes in Persistente Objektsysteme (1993)

  19. No Access

    Chapter

    Modular and Rule-Based Database Programming in DBPL

    DBPL is the target language for the implementation of data-intensive applications in the DAIDA project. This chapter illustrates how DBPL supports the construction of correct, modular and efficient database pr...

    Joachim W. Schmidt, Florian Matthes in Database Application Engineering with DAIDA (1993)

  20. No Access

    Chapter and Conference Paper

    Building Persistent Application Systems in Fully Integrated Data Environments: Modularization, Abstraction and Interoperability

    Research and development in the FIDE project on Fully Integrated Data Environments has led to the concept of Persistent Object Systems (POS) which generalize database systems by re-interpreting schemas as type...

    Joachim W. Schmidt, Florian Matthes in Europäischer Informatik Kongreß Architektu… (1993)

previous disabled Page of 7