Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java RESTful Jersey Examples? [closed]

Tags:

java

rest

jersey

Are there any examples that demonstrate using Java and Jersey to perform Client<->Server communication? Such as sending XML data to and from each other?

like image 294
mike adams Avatar asked Dec 02 '22 03:12

mike adams


1 Answers

I would suggest this tutorial from Lars Vogel

It's great place to start with exploring Java Restful, with the use of Tomcat and Jersey. With small remark that not everything there is cohirant- you should try to do some of the work yourself.

Furthermore I had trouble myself working with it, but I found this great extension to the Vogel's tutorial.

like image 98
VessoVit Avatar answered Dec 25 '22 10:12

VessoVit