Thursday, April 28, 2011

Re: Call EJB 3 from GWT

Use a wrapper. When you are in server side is plain Java. With plain Java you can communicate with a EJB

2011/4/28 NahumMor <nahummor@gmail.com>
hi,
i trying to call EJB 3 from GWT RPC,
i use Eclipse 3.6 GWT 2.2.0 and Glassfish 3.1,
i write simple ejb, the EJB work fine if i call him from application
EE client (servlet),
but when i try to call the EJB from GWT RPC i get error, Null pointer
exeption.
my question is it possible to call EJB 3 that found in glassfish 3.1
from GWT 2.2.0  ?


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment