Distributed Objects

Distributed Objects

Author: Liana Chua

Publisher: Berghahn Books

Published: 2013-03-01

Total Pages: 232

ISBN-13: 0857457438

DOWNLOAD EBOOK

One of the most influential anthropological works of the last two decades, Alfred Gell’s Art and Agency is a provocative and ambitious work that both challenged and reshaped anthropological understandings of art, agency, creativity and the social. It has become a touchstone in contemporary artifact-based scholarship. This volume brings together leading anthropologists, archaeologists, art historians and other scholars into an interdisciplinary dialogue with Art and Agency, generating a timely re-engagement with the themes, issues and arguments at the heart of Gell’s work, which remains salient, and controversial, in the social sciences and humanities. Extending his theory into new territory – from music to literary technology and ontology to technological change – the contributors do not simply take stock, but also provoke, critically reassessing this important work while using it to challenge conceptual and disciplinary boundaries.


Engineering Distributed Objects

Engineering Distributed Objects

Author: Wolfgang Emmerich

Publisher: Springer

Published: 2003-06-29

Total Pages: 280

ISBN-13: 3540452540

DOWNLOAD EBOOK

This book constitutes the thoroughly refereed post-proceedings of the Second International Workshop on Engineering Distributed Objects, EDO 2000, held in November 2000 in Davis, California, USA.The 15 revised full papers presented together with session surveys were carefully reviewed and selected from 30 submissions. The book presents topical sections on middleware selection, resource management, architectural reasoning, distributed communication, advanced transactions, and service integration.


A Theory of Distributed Objects

A Theory of Distributed Objects

Author: Denis Caromel

Publisher: Springer Science & Business Media

Published: 2005-07-14

Total Pages: 353

ISBN-13: 3540272453

DOWNLOAD EBOOK

Offers an extensive review of concurrent languages and calculi, with comprehensive figures and summaries. Presents and analyses many implementation strategies that can readily be used by developers of distributed systems.


The Essential Distributed Objects Survival Guide

The Essential Distributed Objects Survival Guide

Author: Robert Orfali

Publisher: Wiley

Published: 1995-09-28

Total Pages: 644

ISBN-13: 9780471129936

DOWNLOAD EBOOK

Winner! 1996 Software Development/Jolt Productivity Award! "The first clear roadmap to commercial-grade object-oriented systems that many have been waiting for." -Tibbets and Bernstein, Information Week "A worthy sequel to The Essential Client/Server Survival Guide. It frames the CORBA and OLE/COM debate in ways useful to anyone curious about the technical underpinnings of a global computing fabric." -Jon Udell, Byte "Chock-full of useful information." -Mark Betz, Windows Tech Journal This is your best source to help you make intelligent decisions about distributed objects, component technologies, and their standards. Bestselling authors Orfali, Harkey, and Edwards combine detailed technical explanations with their unique brand of offbeat humor-using clever cartoons, controversial soapboxes, and witty quotes. You'll get the full story on distributed objects, including: * What CORBA 2.0 and OLE/COM can do, and how they differ * How distributed objects, components, and client/server come together * Detailed coverage of object frameworks, component suites, business objects, compound documents, and TP monitors * The inside scoop on key products like SOM, Orbix, ObjectBroker, Newi, and DOE Visit our web page at www.wiley.com/compbooks/


Distributed Object Architectures with CORBA

Distributed Object Architectures with CORBA

Author: Henry Balen

Publisher: Cambridge University Press

Published: 2000-02-13

Total Pages: 312

ISBN-13: 9780521654180

DOWNLOAD EBOOK

Distributed Object Architectures with CORBA is a guide to designing software comprised of distributed components. While it is based on OMG's Common Object Request Broker Architecture (CORBA) standard, the principles also apply to architecture built with other technology (such as Microsoft's DCOM). As ORB products evolve to incorporate new additions to CORBA, the knowledge and experience required to build stable and scalable systems is not widespread. With this volume the reader can develop the skills and knowledge that are necessary for building such systems. The book assumes a familiarity with object-oriented concepts and the basics of CORBA. Software developers who are new to building systems with CORBA-based technologies will find this a useful guide to effective development.


Distributed Object Technology

Distributed Object Technology

Author: Timothy W. Ryan

Publisher: Prentice Hall

Published: 1997

Total Pages: 220

ISBN-13: 9780133489965

DOWNLOAD EBOOK

This text presents a unifying "vision" of how users would like to see information systems accessed to tie together all the concepts presented. It discusses DOT technologies, COBRA, OLE and the WWW and how each will impact the way in which we organize and access information, both separately and together.


Fundamentals of Distributed Object Systems

Fundamentals of Distributed Object Systems

Author: Zahir Tari

Publisher: John Wiley & Sons

Published: 2004-04-07

Total Pages: 419

ISBN-13: 0471464112

DOWNLOAD EBOOK

Distributed Object Computing teaches readers the fundamentals of CORBA, the leading architecture for design of software used in parallel and distributed computing applications. Since CORBA is based on open standards, it is the only effective way to learn object-oriented programming for distributed systems. This language independent book allows material to be taught using Java, C++ or other Object Oriented Programming Languages.


Java Distributed Objects

Java Distributed Objects

Author: Bill McCarty

Publisher: Sams Publishing

Published: 1999

Total Pages: 968

ISBN-13:

DOWNLOAD EBOOK

This book is a comprehensive guide to Java distributed computing. The book covers networking, distributed computing architectures, advanced Java facilities, security, data managing, and specific distributed computing techniques including sockets, Remote Method Invocation, Java servlets, Microsoft's Distributed Component Model, and the Common Object Request Broker Architecture.


Coordinating Distributed Objects

Coordinating Distributed Objects

Author: Svend Frølund

Publisher: MIT Press

Published: 1996

Total Pages: 228

ISBN-13: 9780262061889

DOWNLOAD EBOOK

Coordinating Distributed Objects presents a novel object-oriented methodology to simplify the construction of distributed software systems. The methodology is based on a programming construct, called synchronizer, that allows the coordination of distributed application components to be programmed in a modular fashion and at a high level of abstraction. The methodology offers new insight into the problem of coordination in distributed systems and can be applied to a broad spectrum of distributed software systems such as process control, multimedia, and groupware. Current methodologies for developing distributed applications do not adequately address the complexity of coordinating application components. The coherence between asynchronous application components, for instance, is usually implemented by explicitly programming a large number of messages and the responses to them. The synchronizer construct, however, implements coordination as abstract and reusable coordination constraints, and thereby reduces code size and complexity by an order of magnitude. Synchronizers offer other attractions as well: they maintain procedural abstraction, data encapsulation, and inherent concurrency. Overall, they allow coordination to be expressed at a level of abstraction that is much closer to the mental model of code developers.


Java Distributed Computing

Java Distributed Computing

Author: Jim Farley

Publisher: "O'Reilly Media, Inc."

Published: 1998

Total Pages: 398

ISBN-13: 9781565922068

DOWNLOAD EBOOK

This book shows how to build software in which two or more computers cooperate to produce results. It covers Java's RMI (Remote Method Invocation) facility, in addition to CORBA and strategies for developing a distributed framework. It pays attention to often-neglected issues such as protocol design, security, and bandwidth requirements.