JVM Languages
jocap.txt
Associated article: Java & the OpenCable Application Platform
Tags: JVM Languages
Published source code accompanying the article by Linden deCarmo in which examines the strengths and weaknesses of the OpenCable Application Platform's Java interfaces.
Java OCAP
by Linden deCarmo
Listing One
import org.ocap.net.*;
import java.io.*;
import org.dvb.dsmcc.*;
import org.davic.net.*;
public class Listing1
{
public static void main (String [] args )
{
// create the carousel object
ServiceDomain carousel = new ServiceDomain();
// next, ...


