What have you tried? For example, have you looked at the plentiful example code included with GWT, which includes examples of how to do RPC:
http://code.google.com/webtoolkit/examples/ And of course the RPC documentation with example code: http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html The xxxService and xxxServiceAsync are interfaces, which you implement on the server side (xxxService) and call on the client side (xxxServiceAsync), as shown in those examples. Not going to write your application for you...but certainly willing to help you out with specific questions or problems.. On May 11, 11:02 am, Felipe Guarda <[email protected]> wrote: > Abhi, you could best describe what must be put on every piece of code? > You sent me a piece of code that must remain in the Class > EmailServiceImpl server.side. My doubts are now, I need to create some > kind of interface EmailService and EmailServiceAsync? > In cliente.side.code how do I send the e-mail? Should I instantiate > that class? > Sorry for the stupid questions, I am now getting this world java / > gwt. > > thanks, > > Felipe -- 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.
