Metis: a thin-client application framework

  • Authors:
  • Deborra J. Zukowski;Apratim Purakayastha;Ajay Mohindra;Murthy Devarakonda

  • Affiliations:
  • IBM Thomas J. Watson Research Center, Yorktown Hts, NY;IBM Thomas J. Watson Research Center, Yorktown Hts, NY;IBM Thomas J. Watson Research Center, Yorktown Hts, NY;IBM Thomas J. Watson Research Center, Yorktown Hts, NY

  • Venue:
  • COOTS'97 Proceedings of the 3rd conference on USENIX Conference on Object-Oriented Technologies (COOTS) - Volume 3
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper introduces a thin-client programming model and then presents an object-oriented framework for developing applications using the model. The programming model and the framework have evolved from interactions with developers and users of commercial applications. The key aspects of the thin-client programming model are that the client downloads application front ends from the network; that these applications rely only on services found on network servers; that the services are bound as late as possible; and that the applications interact with each other within the confines of a workspace. We implemented the framework using Java Beans and JDK 1.1, and developed several sample applications using the framework.