Frank and I talked about the registry the other day,
we both think it may be something useful for SDO Type registry (and Global
Property registry).
(Did you suggest that too?)
However, there's no concrete plan to integrate yet.

By the time we actually integrate (if it happens), maybe SDO impl is moving
to Java 5 I hope :-)
Otherwise, I can volunteer myself again for the porting.

BTW, many products including Application Servers has moved to Java 5, they
enable standalone usage of the registry.
Otherwise, I can also volunteer myself again for the porting.

On 9/11/06, Fuhwei Lwo <[EMAIL PROTECTED]> wrote:

Hi Yang,

I took a review of your prototype and found you are implementing it
in  Java 5 SDK. Currently SDO impl is on JDK 1.4. Do you plan to
support  JDK 1.4 for this registry feature?  Thanks.

Fuhwei

Yang ZHONG <[EMAIL PROTECTED]> wrote:   I've updated the
registry proposal basing on Jim's feedback especially his
wonderful runtime-pick-scope idea.
Please see the new attachment at
   http://issues.apache.org/jira/secure/attachment/12340483/registry3.zip
for JIRA
    http://issues.apache.org/jira/browse/TUSCANY-677

Thanks, Jim.

For your convenience, here copys some package description from the
included
JavaDoc
(Still the included ReadMe.txt may help you find corresponding info)

1. Accessing the registry service

   WSDLRegistries WSDL;

   @Autowire
   public setWSDLRegistries(WSDLRegistries registries)
   {
       WSDL = registries;
   }

2. Accessing Definition identified by Name Space

   Definition myDefinition = WSDL.getDefinition( "
http://incubator.apache.org/tuscany";);

--

Yang ZHONG





--

Yang ZHONG

Reply via email to