• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Where get RMI Implementation on Jacorb!

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to build my RMI application on jacorb,and found jacorb didn't supply some rmi interfaces implementation, for example:

javax.rmi.CORBA.StubDelegate
javax.rmi.CORBA.UtilDelegate

Where can I get implementation of the above interfaces on jacorb?

Thanks!
[ May 23, 2008: Message edited by: chris liao ]
 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If I understand the API documentation of the interfaces you mention (StubDelegate), it is not necessary to implement them. They seem to be available in case you want to override the behaviour of the "Util" and "Stub" classes.
I guess JacOrb is happy with the default implentation of those classes and they have no need to implement the interfaces.
 
chris liao
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When a corbar client(jacorb) visits Jacorb server with default RMI implementation in JDK, a exception has been thrown as below:


[ May 28, 2008: Message edited by: chris liao ]
 
If you send is by car it's a shipment, but if by ship it's cargo. This tiny ad told me:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic