Is there any tutorial about Writing a JNDI Service Provider and accessing the objects and methods from another project to it step by step. There are some information on Building a service provider but it is not easy to implement.
Thanks.
|
Is there any tutorial about Writing a JNDI Service Provider and accessing the objects and methods from another project to it step by step. There are some information on Building a service provider but it is not easy to implement. Thanks. |
||||
|
|
|
I followed the JNDI Tutorial online to help me with what I needed. It is a bit old looking (and written for JDK 1.4.2) but still applicable. Sun/Oracle JNDI Tutorial. |
|||||
|
|
Now I solved my problem with annotations and global usage of InitialContext class. Stateless annotation and ejb-jar xml files and accessing the global jndi addresses the keys for usage. Access Code:
Service Code; IMyInterface.java:
MyClass.java:
ejb-jar.xml;
|
|||
|
|