Component-Based Peer-to-Peer Distributed Processing in Heterogeneous Networks Using JAVA PORTS

  • Authors:
  • Elias S. Manolakos;Demetris G. Galatopoullos;Andy Funk

  • Affiliations:
  • -;-;-

  • Venue:
  • NCA '01 Proceedings of the IEEE International Symposium on Network Computing and Applications (NCA'01)
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

One of the main advantages of the Java programming language is that the source code can be executed in any type of machine or embedded system that implements a Java Virtual Machine (JVM). The JavaPorts (JP) framework adds another level of portability by extending this capability to multi-threaded distributed applications consisting of many concurrent and interacting components.In this paper we primarily discuss the aspects of the JavaPorts framework that pertain to the generation and reuse of components. We discuss how a distributed JP application is defined, using a Task Graph abstraction, and then captured and represented internally as an AMTP tree data structure. We present a suite of tools designed to help in simplifying the application development process. We explain how the JP Graphical User Interface can be used to assemble distributed applications by combining new and existing reusable software components.