%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>
U. Uzun, Towards Distributed Object Design (March 25, 1998).
Today's object-oriented (OO) software development methodologies use a number of graphical notations in analysis and design stages. There is an increasing research interest in incorporating distribution issues into these development methods. Allocation of objects and tasks, object replication and migration, remote interactions, multiple threads of control as well as network topologies are important issues in distributed object systems. In this report, ways to add distribution related issues to the object-oriented design methods (especially UML based methods) are discussed.