2010-07-28 24 views
14

Desidero creare un servizio Web RESTful in Java, distribuito utilizzando Jetty e sviluppato utilizzando Eclipse come IDE. Mi chiedevo se qualcuno potesse postare o collegarmi a un tutorial per principianti (anche un "buongiorno!" Sarebbe buono, per i principianti).Esercitazione Java RESTful Web Service con Eclipse e Jetty

Grazie in anticipo!

risposta

8

The Jersey (JSR-311) implementazione per RESTful Web Services ha una bella sezione "Getting Started":

http://jersey.java.net/nonav/documentation/latest/getting-started.html

+1

collegamento è morto, prova questo: http://jersey.java.net/nonav/documentation/latest/getting-started.html – fernandohur

+0

grazie per il collegamento aggiornato! – fasseg

+0

fas sei il migliore! Grazie ha funzionato benissimo anche per me. Hai ottenuto il server mock attivo e funzionante in 5 minuti. – msqar