On Sun, Sep 14, 2008 at 2:59 PM, Len <[EMAIL PROTECTED]> wrote: > That depends on your servlet container and not GWT. If your container > supports the @EJB injection then yes otherwise no. JBoss 5 does but > not 4 as far as I am aware.
Implicit in what Len has said is the fact that @EJB might work on the server (depending on your servlet container) but _won't_ work on the client. As such, it's not really a GWT issue. Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
