0 Replies Latest reply on Aug 27, 2003 9:41 AM by andys

    Local/Remote interfaces interaction?

      I have a large number of entity beans that I want to be related.

      However, simultaneously, I want people to be able to access them remotely, doing various operations on them.

      How do local and remote beans interact? There are a number of cases where objects have non-trivial relationships with each other (for example, many to one relationships), where I might wish to access one of the 'many' objects and have that play with the one object concurrently.

      Also - is it possible to get a local interface given a remote one? Or is this just wishful thinking (I'm pretty sure it is - other than by calling findByPrimaryKey on the localhome.....)

      Any advice would be welcome!