| Component | Description | Class |
|---|---|---|
| GWT Service Exporter | Allows standard Spring configured beans to be exported as services to Google Web Toolkit applications. The services must follow the standard GWT conventions on interface implementations | net.sf.jwc.gwt.spring.GWTServiceExporter |
| GWT Service Handler | Implementation that can be sub-classed in much the same way as the RemoteServiceServlet?, but is configured through the Spring configuration, allowing standard IoC? configuration. | net.sf.jwc.gwt.spring.GWTServiceHandler |