1234567891011121314151617181920 |
- # Licensed Materials - Property of IBM
- #
- # "Restricted Materials of IBM"
- #
- # Copyright IBM Corp. 2012 All Rights Reserved.
- #
- # US Government Users Restricted Rights - Use, duplication or
- # disclosure restricted by GSA ADP Schedule Contract with
- # IBM Corp.
- #
- # -------------------------------------------------------------------------------------------------
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=Questa funzione abilita il supporto per JAX-RS (Java API for RESTful Web Services) 1.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.
|