• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JNDI Problems

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) What is JNDI?. What is Naming Service? What is Directory Service?.
2) What is the difference between NAMING AND DIRECTORY Service?.
3) What is the use of InitialContext() and Why should i use it?.
4) Is it possible to connect to EJB using URLConnection class?. If it is not, Why can't it be?. Because, I can connect to JSP and Servlet using URLConnection?
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This might be what you are looking for - JNDI Tutorial from Sun.
 
author
Posts: 3892
5
Redhat Quarkus Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Uhhh...I think you also need to read a book or tutorial on EJB's -- I'm not sure you get what they are used for and how they work. Richard Monson-Haefel's book is a good start, or you could download "Mastering EJB" from the ServerSide...
Kyle
reply
    Bookmark Topic Watch Topic
  • New Topic