Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 36363 invoked by uid 500); 9 Mar 2003 03:42:28 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 36348 invoked from network); 9 Mar 2003 03:42:27 -0000 Received: from out002pub.verizon.net (HELO out002.verizon.net) (206.46.170.141) by daedalus.apache.org with SMTP; 9 Mar 2003 03:42:27 -0000 Received: from verizon.net ([4.47.133.0]) by out002.verizon.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030309034236.RBIY6546.out002.verizon.net@verizon.net>; Sat, 8 Mar 2003 21:42:36 -0600 Message-ID: <3E6AB82C.1060500@verizon.net> Date: Sat, 08 Mar 2003 19:42:36 -0800 From: Christopher Oliver Reply-To: coliver@apache.org User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pier Fumagalli CC: cocoon-dev@xml.apache.org Subject: Re: Great shot (IDL and stuff)... References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [4.47.133.0] at Sat, 8 Mar 2003 21:42:36 -0600 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Pier, If you want the IDL for Java classes you could try using the rmic compiler that comes with the jdk. Just do rmic -idl java.io.OutputStream for example. Otherwise, I don't think you need a JavaObject, etc. You can just do module java { module lang { interface Object { }; }; }; Regards, Chris Pier Fumagalli wrote: > That is what I wanted... I didn't know that OpenORB (which is moving to > Apache once Intalio gets around on its ass and signs the transfer letter) > had a IdlDoc tool... > > That _is_ going to make my life _so_easy_ you won't believe it... > > BTW, can we split the big "Cocoon.idl" into separate files? What do you > think? Also, the module name should be "cocoon_flow", so that we can use the > "cocoon" module for other bindings in the future... > > Pier > >