2009/09/14 03:15
JAX-RS(Java™ API for RESTful Web Services)는 자바 플랫폼에서 경량화된 REST 방식의 웹 애플리케이션 구현을 지원하는 자바 API이다.
(출처 : 위키피디아 http://ko.wikipedia.org/wiki/JAX-RS)
- Restlet
- JBoss RESTEasy
RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is a fully certified and portable implementation of the JAX-RS specification. JAX-RS is a new JCP specification that provides a Java API for RESTful Web Services over the HTTP protocol.
RESTEasy can run in any Servlet container, but tighter integration with the JBoss Application Server is also available to make the user experience nicer in that environment. While JAX-RS is only a server-side specification, RESTEasy has innovated to bring JAX-RS to the client through the RESTEasy JAX-RS Client Framework. This client-side framework allows you to map outgoing HTTP requests to remote servers using JAX-RS annotations and interface proxies. - Apache CXF
Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
CXF(CeltiXfire) 정보 : http://xfire.codehaus.org/XFire+and+Celtix+Merge
spring cxf2.0 - jax-rs : http://jcjang.tistory.com/55
Spring2.5 and CXF2.0 : http://wheelersoftware.com/articles/spring-cxf-web-services.html
또 다른 CXF Tutorial : http://www.theasolutions.com/tutorials/cxfuploadattachment.jsp
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html
스프링과 아파치 CXF를 이용해 POJO 웹 서비스를 디자인하고 구현하기 : https://www.ibm.com/developerworks/kr/library/ws-pojo-springcxf2/
- Jersey : sun, CDDL+GPL license, JAX-RS1.1지원
tutorial : http://blogs.sun.com/enterprisetechtips/entry/jersey_and_spring
http://www.javakaffee.de/blog/ 2008/04/21/jers ey-spring-integ ration-mostly-c omplete/
jsr311-api 1.0 API : https://jsr311.dev.java.net/nonav/releases/1.0/index.html
또한 참고 : http://blog.iolo.pe.kr/449 GAE에서 잘 돌아가지 않는 것이 많은듯 합니다.ㅡㅡ;;
참고로 Restlet보면 안드로이드에서 동작한다고 나와있는데 자세히 안봐서 어떤 내용인지는 모르겠군요. 확인해 보시죠.
'Technology_in_Life > Cloud_Computing' 카테고리의 다른 글
| Vision Software Interface Spac. v0.8 (1) | 2009/09/16 |
|---|---|
| GAE for Java와 REST 서비스 (0) | 2009/09/15 |
| JAX-RS정리 (0) | 2009/09/14 |
| Vision S/W Interface Spec. Draft버전 입니다. (0) | 2009/09/13 |
| Configuring JSF 2.0 to run on the Google AppEngine (0) | 2009/09/08 |
| JAX-RS 관련된 자료 (0) | 2009/09/07 |

댓글을 달아 주세요