List of usage examples for com.google.gwt.rpc.server RpcServlet subclass-usage
From source file com.google.gwt.sample.validation.server.GreetingServiceImpl.java
/** * The server side implementation of the RPC service. */ @SuppressWarnings("serial") public class GreetingServiceImpl extends RpcServlet implements GreetingService {
From source file org.qualipso.factory.ui.service.oslc.server.OSLCServletImpl.java
/**
* OSLC servlet.
*
* @author Huihui Yang <yhh.ruoya@gmail.com>
* @date 14 April 2010
*/