You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/19 17:49:03 UTC

[Incubator-yoko Wiki] Update of "ModuleOverview" by AdiSakala

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Incubator-yoko Wiki" for change notification.

The following page has been changed by AdiSakala:
http://wiki.apache.org/incubator-yoko/ModuleOverview

------------------------------------------------------------------------------
  Yoko consists of several modules, currently
  
   * '''api''' This module runs the xsdtojava task contained in the celtix codegen plugin which is run with corba-binding schema and generates the java classes for this schema. These classes will then be used by both the tools and runtime modules. 
-  * '''bindings:''' This module contains bindings that can be used with Celtix which will allow a Celtix application to communicate over a specific protocol.  Currently, the beginnings of a CORBA (IIOP) binding are contained in this module.  JIRA issue Yoko-40 relates to this module.
+  * '''bindings:''' This module contains bindings that can be used with Celtix which will allow a Celtix application to communicate over a specific protocol.  Currently, the beginnings of a CORBA (IIOP) binding are contained in this module.  JIRA issue Yoko-40 relates to this module. RMI Binding is expected in future will be part of this.
   * '''tools''' This module contains the command line tools used for wsdl to idl and idl to wsdl. Currently there is only the initial directory structure setup for the tools but the tools code will be added in steps in here. The JIRA issues that relate to this module are
  
    * ''WSDLToIDL'' - JIRA Issue 42 - http://issues.apache.org/jira/browse/YOKO-42
    * ''IDLToWSDL'' - JIRA Issue 41 - http://issues.apache.org/jira/browse/YOKO-41
  
-  * '''orb:''' This module contains the ORB and IIOP transport that will be used by the bindings for sending and receiving requests.  The ORB will be used in a binding in place of a normal Celtix transport.
+  * '''core:''' This module contains the ORB and IIOP transport that will be used by the bindings for sending and receiving requests.  The ORB will be used in a binding in place of a normal Celtix transport.
  
  The modules '''bindings''' and '''orb''' should be combined into a '''core''' module which will represent the core functionality of the Yoko project, as described in the "Initial Tasks" email on the yoko-dev mailing list, March 3rd and 6th, 2006.