All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.h5.rest.RestfulApplication Maven / Gradle / Ivy

Go to download

TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)

There is a newer version: 2.5.2
Show newest version
/*
 * File: $HeadURL$
 * Id  : $Id$
 * 
 * created by: Tom, Thomas Schneider
 * created on: 22.04.2015
 * 
 * Copyright: (c) Thomas Schneider 2015, all rights reserved
 */
package de.tsl2.nano.h5.rest;

import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;

/**
 * registers all jax-rs services under /web.
 * 
 * @author Tom, Thomas Schneider
 * @version $Revision$
 */
@ApplicationPath("/web")
public class RestfulApplication extends Application {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy