Found one option to develop application without RPC and with call back as well.. using soafaces/universal client.
http://java.dzone.com/articles/gwt-universalclient-look-mom-n-0 On Apr 22, 1:47 pm, Sandeep_GE <[email protected]> wrote: > Hello, > I have written a client/server application using GWT & Eclipseand > developed a fancy UI in GWT which communicates with Multiple servlets/ > servers...its working fine > > Now according to our design i want to use the same server code as a > normal server in desktop application i.e since in server code i need > to extend my code with RemoteServlet also IDL used in client service > also needs to extend by RemoteService. > > e.g. public interface GreetingService extends RemoteService ( client > side stub ) > e.g. public class GreetingServiceImpl extends RemoteServiceServlet > implements GreetingService ( server side implementation ) > > Now is there any way to achieve common code by which i can run server > in both desktop as well as web.. > > - Thanks > Sandeep --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
