access ejb from gwt ServiceImpl

2010-03-10 Thread Roman Makurin
Hi All! Its my first post here :) my system is: linux x86_64, eclipse 3.5, gpe 1.2, gwt-2.0.3, jboss 5.1 I have a ear project which include war and ejb parts in it. Web part based on servlets, and im using constructions like public class MyServlet extends HttpServlet { @EJB

Re: access ejb from gwt ServiceImpl

2010-03-10 Thread Chris Lercher
Hi, just gwt-compile the GWT parts using gwtc (In Eclipse, use the red GWT Compile Project icon. Or alternatively use the ant target gwtc or war from the build.xml that webAppCreator created for you.) You can basically treat the compiled result as if it were static HTML content in a web project -