Apache CXF???

2012. 11. 16. 10:01OpenSource/Apache CXF

반응형

http://cxf.apache.org/

Overview


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
* frontend : 사용자가 직접이용하는

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.


Features


CXF includes a broad feature set, but it is primarily focused on the following areas:
     * primarily : 주된, 주요한

  • Web Services Standards Support: CXF supports a variety of web service standards including SOAP, the WS-I Basic Profile, WSDL, WS-Addressing, WS-Policy, WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, WS-SecureConverstation, and WS-Trust (partial).
  • Frontends: CXF supports a variety of "frontend" programming models.

CXF implements the JAX-WS APIs. CXF JAX-WS support includes some extensions to the standard that make it significantly easier to use, compared to the reference implementation: It will automatically generate code for request and response bean classes, and does not require a WSDL for simple cases. // 음..자동적으로 bean classes 코드가 제공 되어지고, WSDL 이 요구되지 않는다고 한다. 간단 케이스를 위한? 음..무슨말인지는 잘모르겠지만..그렇다고 한다--;;

It also includes a "simple frontend" which allows creation of clients and endpoints without annotations. CXF supports both contract first development with WSDL and code first development starting from Java.

For REST, CXF also supports a JAX-RS frontend.

  • Ease of use: CXF is designed to be intuitive and easy to use. There are simple APIs to quickly build code-first services, Maven plug-ins to make tooling integration easy, JAX-WS API support, Spring 2.x XML support to make configuration a snap, and much more.
  • Binary and Legacy Protocol Support: CXF has been designed to provide a pluggable architecture that supports not only XML but also non-XML type bindings, such as JSON and CORBA, in combination with any type of transport.

To get started using CXF, check out the downloads, the user's guide, or the mailing lists to get more information!

보는 중~~~~ 입니다--;;

반응형