BMTD 's Yard of Fun

    Technology, Sports, Music, Chinese Essays

    Browsing Posts published in December, 2005

    Visibroker Naming Service (VBNS) is the Corba naming services provided by Borland Visibroker. It supports implicit object clustering which allows you to bind multiple object references under one name. This is not CORBA compliant, how ever it allows easy/transparent clustering of corba objects instead of explictly going through the hassle of ClusterManager. Several things to [...]

    One recent problem I encountered was that I had to write a PERL client for an existing document/literal web service. The service is using polymorphism– there are two methods: Product[] getProducts1(Products[] products1); Product[] getProducts2(); “Product” is only an interface. Product1 and Product2 are concret classes that implement the “product’ interface. and the objects in the [...]