• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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 ]
reply
    Bookmark Topic Watch Topic
  • New Topic