Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 77106 invoked from network); 23 Sep 2003 16:29:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Sep 2003 16:29:32 -0000 Received: (qmail 80230 invoked by uid 500); 23 Sep 2003 16:29:08 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 80204 invoked by uid 500); 23 Sep 2003 16:29:08 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 80193 invoked from network); 23 Sep 2003 16:29:08 -0000 Message-ID: From: Tom Jordahl To: "'axis-dev@ws.apache.org'" Subject: RE: java2wsdl - Using Interfaces? Date: Tue, 23 Sep 2003 12:29:14 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Josh, It doesn't sound like you are missing anything. I would encourage you to attempt to implement this functionality if you have the inclination. -- Tom Jordahl -----Original Message----- From: Josh Rehman [mailto:jrehman@citysearch.com] Sent: Thursday, September 18, 2003 9:08 PM To: axis-dev@ws.apache.org Subject: Re: java2wsdl - Using Interfaces? There is a note about this in fromJava/todo.txt "support exporting by interface" with the response: seems like we have enough bells and whistles here". Looks like Ravi Kumar and Rich thought this would be a nicety, and decided not to do it. I imagine they thought it was a nicety so that users could support a subset of the exported API. But actually it is more than that - support for this allows for RMI-like behaviour where you can, for example, use exactly the same test on the client and server side, useful for isolating various parts of your system. One could also use it as a "poor man's code generator", generating trivial beans from interface definitions; but this is a side-effect. :-) I would still like to find out if I should bother implementing this, or if the list thinks I'm missing something. Thanks, Josh