12345678910111213141516171819 |
- ###############################################################################
- # Copyright (c) 2012 IBM Corporation and others.
- # All rights reserved. This program and the accompanying materials
- # are made available under the terms of the Eclipse Public License v1.0
- # which accompanies this distribution, and is available at
- # http://www.eclipse.org/legal/epl-v10.html
- #
- # Contributors:
- # IBM Corporation - initial API and implementation
- ###############################################################################
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=Dieses Feature aktiviert die Unterst\u00fctzung f\u00fcr Java API for RESTful Web Services Version 2.1. \
- JAX-RS-Annotationen k\u00f6nnen f\u00fcr die Definition von Web-Service-Clients und Endpunkten verwendet werden, die dem REST-Architekturstil entsprechen. \
- Der Zugriff auf die Endpunkte erfolgt \u00fcber eine allgemeine Schnittstelle, die auf den HTTP-Standardmethoden basiert.
|