Web Development
CORBAWEB.ASC
Associated article: CorbaWeb: A Navigator for CORBA Objects
Tags: Web Development
Source code accompanying the article by Philippe Merle, Christophe Gransart, Jean-Marc Geib in which they discuss the CorbaWeb environment--a generic gateway between HTTP servers and CORBA objects--makes it possible for World Wide Web clients to navigate through CORBA object links using dynamically- generated URLs for each object.
CorbaWeb: A Navigator for CORBA Objects
by Philippe Merle, Christophe Gransart, Jean-Marc Geib
Example 1:
interface computer {
typedef unsigned long Positive;
boolean is_prime_number (in Positive number);
sequence<Positive> prime_numbers (in Positive number);
sequence<Positive> ...


