JAX-RS TUTORIALS

Language/JSP 2013. 7. 10. 13:09

Quick Start

Some quick start examples to use JAX-RS.

Basic Examples

Basic annotations and functions to develop REST service.

File Upload Examples

How to handle multipart data in JAX-RS.

Working with XML

XML support in JAX-RS.

Working with JSON

JSON support in JAX-RS.

RESTful Java clients

Create a RESTful Java client to perform “GET” and “POST” request to manipulate json data.

JAX-RS + Spring

Integrate JAX-RS with Spring framework.

Common Error Messages

Some common error messages in JAX-RS development.




'Language > JSP' 카테고리의 다른 글

Procedure Call  (0) 2013.11.18
jsp db 연결 및 실행  (0) 2013.11.11
Configuring JAX-RS services in container with Spring configuration file.  (0) 2013.07.10
인코딩 - 8859_1의 비밀(?)  (0) 2013.04.23
Tomcat과 한글 인코딩  (0) 2013.04.23
: