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
-~----------~----~----~----~------~----~------~--~---

Reply via email to