NextPrevTopContentsIndex

Preface

Product

Lispworks Ltd's Common Lisp Object Request Broker ? (ORB ? ) supports the Common Object Request Broker Architecture (CORBA ® ) defined by Object Management Group ® , Inc. (OMG ? ).

The LispWorks ORB and supporting tools provide CORBA architecture functionality to Common Lisp programmers, combining standardized distributed system development with a state-of-the-art dynamic object-oriented language.

Parts

The CORBA components included in The LispWorks ORB are:

  1. Three fasls that are placed in the library directory, and which may be required into the image:
  2. corba-support

    The client side of the ORB runtime plus the IDL parser.

    corba-orb

    The server side, the actual LispWorks ORB, which loads corba-support if it is not present.

    corba

    Graphical tools.

  3. Some example Common Lisp code including the subfolders:
  4. hello-world

    bank

    of the examples subfolder of the LispWorks installation folder.

  5. This manual.

Audience

This manual is intended for use by application programmers who wish to build CORBA applications using Common Lisp. The guide assumes that the reader is familiar with both the Common Lisp programming language and with building distributed applications using CORBA.

Standards compliance

The LispWorks ORB conforms to the CORBA 2.0 specification with some elements of CORBA 2.2, most notably the Portable Object Adapter (POA).

Further reading

Many resources exist for those who want to learn about CORBA and distributed software development. The OMG maintains a great starting point for beginners at:

http://www.omg.org/gettingstarted

(This address may change.)

Some recommended highlights are:

http://www.infosys.tuwien.ac.at/Research/Corba/OMG/arch2.htm#446864

(This address may change.)

Instant CORBA by R. Orfali

Published by John Wiley & Sons, 1997

ISBN 0-471-18333-4

corba-dev@randomwalk.com

This list discusses building CORBA-based systems. To subscribe, send email to corba-dev-request@randomwalk.com with
subscribe corba-dev in the body of the message.

 


Developing Component Software with CORBA - 23 Mar 2005

NextPrevTopContentsIndex