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=Questa funzione abilita il supporto per AX-RS (Java API for RESTful Web Services) v2.1. \
- Le annotazioni JAX-RS possono essere utilizzate per definire i client dei servizi Web e gli endpoint che rispettano lo stile architettonico REST. \
- \u00c8 possibile accedere agli endpoint attraverso un'interfaccia comune basata sui metodi standard HTTP.
|