Hello there true believers !
I've been training myself about
EJB 3. and I have a question, I believe the subject sums it up well, But still... I will describe it again so that you guys are able to acquire a better context.
I have noticed that
Servlets typically are the clients for EJBs that are deployed to the same
Java EE Server Solution. But what happens when The Client Servlet and the invoked EJB reside in different Servers?
Is there a way to configure the @EJB annotation so that it knows during Runtime where to look for the EJB ?
It'd be nice if someone could provide a code example of how this works.
Thanks in advance for all your comments.
Have a nice day,
Jose