[EMAIL PROTECTED] wrote:
>
> Thank you. I misunderstood the relationship. But now I have a very basic
> question: is it possible, with the current release of EJBoss, to put a
> client and the EJBoss server on separate machines?
>
Absolutely, we don't do RMI was the joy of it ;-)
say what is the "provider URL" and off you go.
marc
> - jeremiah
>
> marc fleury <[EMAIL PROTECTED]>@list.working-dogs.com> on 12/21/99
> 12:35:00 PM
>
> Please respond to EJBoss <[EMAIL PROTECTED]>
>
> Sent by: ejboss <[EMAIL PROTECTED]>
>
> To: EJBoss <[EMAIL PROTECTED]>
> cc:
>
> Subject: Re: Remote Access to Beans
>
> [EMAIL PROTECTED] wrote:
> >
> > I don't see anywhere in the EJB spec that access methods to remote beans
> is
> > specified. For example, in an example I looked at for WebLogic, it
> looked
> > like you would set the PROVIDER_URL attribute in the properties to talk
> > remote. I hear a lot about using RMI/IIOP for accessing EJBs, but I
> > haven't seen code - particularly for the client side.
> >
> > Is there anything specified for what the container should provide? Does
> > EJBoss have any remote invocation implemented?
>
> ?
>
> All method access are remote by definition of the spec.
> (javax.ejb.EJBObject extends Remote).
>
> EJBoss implements Remote invocations on the beans you submit. Part of
> our strength is that we dynamically generate these, without any
> intervention on your part. Another strength of EJBoss is the capacity
> to actually *bypass* this Remote invocation when calls are intra-vm.
> AFIAK only WebLogic has this capacity and theirs is non compliant (i.e
> not pass by copy) while ours is, less nasty potential bugs.
>
> Maybe I am missing your question.
>
> PRovider URL is set for people to specify what JNDI server is answer the
> naming queries.
>
> marc
>
> >
> > - jeremiah
> >
> > --
> > --------------------------------------------------------------
> > To subscribe: [EMAIL PROTECTED]
> > To unsubscribe: [EMAIL PROTECTED]
> > Problems?: [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]