call ejb remote
问题 Is it possible to access an EJB remote interface method from a GWT client module write with RPC? The gwt application is on an server with Tomcat and the EJB is deployed in a Jboss server. If is it possibile, where i can find example code? 回答1: The tutorial you've provided looks fine, and though it's for a command line app, the same concept should work for an application deployed on Tomcat. What problems have you found with it? Here you've a simpler example: let's suppose you've an EJB with