Example usage for com.google.gwt.user.server.rpc RemoteServiceServlet subclass-usage

List of usage examples for com.google.gwt.user.server.rpc RemoteServiceServlet subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.server.rpc RemoteServiceServlet subclass-usage.

Usage

From source file at.ait.dme.yuma.server.annotation.ImageAnnotationServiceImpl.java

/**
 * the implementation of the image annotation service
 * 
 * @author Christian Sadilek
 */

From source file at.ait.dme.yuma.server.auth.AuthenticationServiceImpl.java

/**
 * implementation of the authentication service
 * 
 * @author Christian Sadilek
 * @see AuthenticationService
 */

From source file at.ait.dme.yuma.server.enrichment.SemanticEnrichmentServiceImpl.java

/**
 * Implementation of the {@link SemanticEnrichmentService}
 * 
 * @author Manuel Gay
 * @author Rainer Simon
 */

From source file at.ait.dme.yuma.server.image.ImageTilesetProviderServiceImpl.java

/**
 * Implementation of the image tileset provider service.
 * 
 * @author Christian Sadilek
 */
public class ImageTilesetProviderServiceImpl extends RemoteServiceServlet implements ImageTilesetProviderService {

From source file at.ait.dme.yuma.server.image.ImageZoomServiceImpl.java

/**
 * image zoom service implementation
 * 
 * @author Christian Sadilek
 */
public class ImageZoomServiceImpl extends RemoteServiceServlet implements ImageZoomService {

From source file at.ait.dme.yuma.server.image.WebsiteCaptureServiceImpl.java

/**
 * Prototypical implementation of a service that captures a web site and stores it as 
 * image using cutycapt (http://cutycapt.sourceforge.net/).
 * 
 * @author Christian Sadilek
 */

From source file at.ait.dme.yuma.server.map.FindPlaceServiceImpl.java

/**
 * Service for geo-coding/reverse geo-coding of place names.
 * 
 * TODO refactor/eliminate overlap with {@link GeocoderServiceImpl}
 *
 * @author Rainer Simon

From source file at.ait.dme.yuma.server.map.GeocoderServiceImpl.java

/**
 * Service for various geo-coding tasks such as: resolve string to
 * geo-coordinates (geo-coding); resolve map coordinates to place name
 * (reverse geo-coding); get Semantic Tags for a map region.
 *
 * @author Rainer Simon

From source file at.ait.dme.yuma.server.map.transformation.TransformationServiceImpl.java

/**
 * the implementation of the transformation service
 * 
 * @author Christian Sadilek
 */
public class TransformationServiceImpl extends RemoteServiceServlet implements TransformationService {

From source file at.ait.dme.yuma.suite.apps.core.server.annotation.AnnotationServiceImpl.java

/**
 * the implementation of the image annotation service
 * 
 * @author Christian Sadilek
 */