Guys,
The following is from
EJB 3 in Action,
If you want, you can apply the @Local, @Remote, or @WebService annotation in the
bean class without having to implement the business interface as follows:
My question here is with the @Remote annotation specified in the code above as it says that BidManager.class which is a POJI is the Remote interface for this session bean. So does this imply that when I write my client class (which is going to be a remote client), can I do a DI like this below,
OR do I have to do this,
Please help guys!
[ September 03, 2008: Message edited by: Jothi Shankar Kumar Sankararaj ]