The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

idl2java - IDL compiler to language Java mapping

SYNOPSIS

idl2java [options] spec.idl

OPTIONS

All options are forwarded to C preprocessor, except -h -i -v -x.

With the GNU C Compatible Compiler Processor, useful options are :

-D name
-D name=definition
-I directory
-I-
-nostdinc

Specific options :

-h

Display help.

-i directory

Specify a path for import (only for IDL version 3.0).

-p "m1=prefix1;..."

Specify a list of prefix (gives full qualified Java package names).

-s

Generate the same serial uid as with C & Python.

-t "m1=new.name1;..."

Specify a list of name translation (gives full qualified Java package names).

-v

Display version.

-x

Enable export (only for IDL version 3.0).

DESCRIPTION

idl2java parses the given input file (IDL) and generates files that following the IDL to Java Language Mapping Specification, v1.2.

idl2java is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.

idl2java needs a cpp executable.

CORBA Specifications, including IDL (Interface Language Definition) and JAVA Language Mapping are available on <http://www.omg.org/>.

SEE ALSO

cpp, idl2html, idl2c

COPYRIGHT

(c) 2002-2007 Francois PERRAD, France. All rights reserved.

This program and all CORBA::JAVA modules are distributed under the terms of the Artistic Licence.

AUTHOR

Francois PERRAD, francois.perrad@gadz.org