Hello Marko, If you run into any problems, just ask the SL forum. The easiest way to get you started is with the GWTRPCServiceExporter - its a Controller which you can bind directly to an URL handler (like Springs SimpleUrlHandlerMapping) and to which you give a reference to your service bean. It then manages the conversion between RPC <-> your service.
As tip: for the simplest configuration to work, your service should implement a service interface extending RemoteService, but you can do without that if you're willing to do some more configuration. On Jan 17, 7:47 pm, marko <[email protected]> wrote: > Thanks for the suggestion. > The main uses in my project for Spring are DI and declarative > transaction support. > Does GWT-SL work with Spring 3.0 and GWT 2.0?
-- 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.
