Home Interfaces - Bootstrapping
  • Home objects needed to allow remote creation of objects
  • However, note that the home objects have, in fact, been defined by interfaces
    • It is not possible to instantiate an interface
    • So, as with EJB's, the question arises:
      • Q: How do I obtain a home object
      • A1: Home object for home objects (No.)
      • A2: Use the JNDI to locate them

Next Slide >>