| Author |
Open Source JNDI Service?
|
james render
Ranch Hand
Joined: May 08, 2003
Posts: 72
|
|
Does anyone know of an open source lightweight JNDI compliant naming service? I need to use a rmi over iiop to look up a EJB service whilst using the IBM JDK, HOWEVER I can't use the Websphere based kit (which is the only way that I've managed to get it working so far!) I don't want a full JBoss installation. Thanks James
|
[SCJP][SCWCD][SCJD]
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
How about a "minimal" JBoss setup? The architecture of JBoss is such that you only need to deploy the services you are going to use. Look at the minimal directory - it comes with JNDI and the deployer service. Nothing else.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
james render
Ranch Hand
Joined: May 08, 2003
Posts: 72
|
|
Well, I'm just looking at Sun's JNDI implementation, turns out that you can pick and chose the bits that you want, so I thought that I might try to get the COS naming service running on top of IBM's JDK.. lol, gutton for punishment!! Then maybe I'll try to extract the naming service stuff (JBossNS) from a JBoss install and try running that on its own.. Wonder if it needs to be running or its possible to call it on demand..
|
 |
Axel Janssen
Ranch Hand
Joined: Jan 08, 2001
Posts: 2164
|
|
apache has a directory server project in incubator. Have not tried it. http://incubator.apache.org/directory/subprojects/apacheds/index.html
|
 |
james render
Ranch Hand
Joined: May 08, 2003
Posts: 72
|
|
|
thanks, unfortunately I need it for rmi over iiop rather than ldap.
|
 |
 |
|
|
subject: Open Source JNDI Service?
|
|
|