`
jnn
  • 浏览: 287710 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

CXF 2.0.1 发布

    博客分类:
  • ESB
阅读更多
The Apache Incubator CXF team is proud to announce the availability of
the 2.0.1 release!

Apache CXF is an open source services framework. CXF helps you build
and develop services using frontend programming APIs, like JAX-WS.
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 includes a broad feature set, but it is primarily focused on the
following areas:

* Web Services Standards Support: CXF supports a variety of web service
standards including SOAP, the Basic Profile, WSDL, WS-Addressing,
WS-Policy, WS-ReliableMessaging, and WS-Security.

* Frontends: CXF supports a variety of "frontend" programming models. CXF
provides a JAX-WS Compliant frontend. 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.

* 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.0 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.

This release contains the following improvements:

* Many Aegis related bug fixes
* Many XFire migration related bug fixes
* Fixes to handle Arrays & Lists much better with JAXB in code first scenarios
* Enable HTTPSession & Session use
* Add support for <databinding> in endpoint & client configuration
* Allow access to Jetty Server or at least Context object
* Support for configuring interceptors using annotations
* Feature Support for the Bus
* Fix MTOM interop issue inside Tomcat
* Over 60 other bug fixes and enhancements

For more information see:
* Website: http://incubator.apache.org/cxf/
* Release Notes:
http://incubator.apache.org/cxf/apache-cxf-201-incubating-release-notes.html
* Mailing lists: http://incubator.apache.org/cxf/mailing-lists.html

If you have feedback, questions or would like to get involved in the
CXF project please join the mailing lists and let us know your
thoughts.

The Apache Incubator CXF Team
http://incubator.apache.org/cxf/
分享到:
评论
3 楼 jnn 2007-08-27  
CXF 使用 JAXB 作为default的DataBinding
下面是相关的例子
http://weblogs.java.net/blog/kohsuke/archive/2005/04/xmladapter_in_j.html
2 楼 dihin 2007-08-24  
请问一下CXF能不能处理Map类型的数据,我有一个方法是返回MAP类型的,请问一下该怎么做?
1 楼 maomaode 2007-08-24  
此文的中文翻译在论坛

http://groups.google.com/group/cxf-zh/browse_thread/thread/6158232bc266c387

相关推荐

    CXF框架发布webservice

    2. **自动扫描和发布**:在Spring配置中启用CXF的自动扫描功能,CXF会自动发现并发布实现服务接口的bean。 3. **Spring的WS配置**:使用Spring的`&lt;jaxws:endpoint&gt;`标签来声明式地配置Web服务,包括服务接口、实现...

    ssh+cxf整合发布webservice实例

    SSH+CXF整合发布Web服务(Webservice)实例详解 在软件开发中,SSH(Spring、Struts、Hibernate)是一个常见的Java EE应用框架组合,用于构建高效、可维护的企业级应用程序。CXF则是一个开源的Java服务堆栈,主要...

    cxf发布webservice示例

    webservice示例 springmvc+maven+cxf发布webservice 博客地址 http://blog.csdn.net/joe_storm/article/details/78839150

    CXF servlet 发布webservice

    【标题】"CXF Servlet发布Web服务" 在Java Web开发中,Apache CXF是一个流行的开源框架,用于构建和部署Web服务。它支持多种协议和标准,如SOAP、RESTful、WS-*等。CXF允许开发者使用Java编程模型来创建和消费Web...

    使用CXF发布WebService

    当我们谈论“使用CXF发布WebService”时,我们实际上是在讨论如何利用Apache CXF框架创建和部署Web服务。Apache CXF是一个开源的Java框架,专门用于构建和消费Web服务,支持多种协议,如SOAP和RESTful。 首先,我们...

    Spring+CXF 发布WebService服务

    本文将深入探讨如何使用Spring和CXF来发布WebService服务。 首先,Spring是一个开源的Java平台,它提供了全面的编程和配置模型,用于简化企业级应用的开发。Spring框架的核心特性包括依赖注入、面向切面编程(AOP)...

    CXF 框架实战代码--服务器端CXF接口发布与调用

    【CXF框架实战:服务器端接口发布与调用】 CXF(CXF XFire与CXF的合并)是一个开源的Java框架,它主要用于构建和开发服务导向架构(SOA)和RESTful应用程序。CXF提供了丰富的功能,包括SOAP、REST、WS-*规范支持...

    CXF使用EndpointImpl发布WebService加入拦截器

    本篇文章将深入探讨如何使用CXF的`EndpointImpl`类来发布一个WebService,并加入拦截器。 首先,我们要理解`EndpointImpl`是CXF框架用于构建和配置Web服务端点的核心类。通过实例化这个类,我们可以自定义服务的...

    springboot整合CXF发布webservice和客户端调用

    通过这个项目,开发者不仅可以了解SpringBoot和CXF的基本概念,还能掌握两者如何协同工作,发布和调用Web服务。同时,对于SpringBoot应用的打包、部署和测试也有了一定的认识。这个例子是一个理想的实践项目,对于...

    cxf+spring发布webservice和restservice

    本项目“cxf+spring发布webservice和restservice”专注于利用Apache CXF框架与Spring框架结合,实现这两种服务的发布。Apache CXF是一个开源的、功能丰富的服务栈,它使得开发者能够轻松地构建和部署SOAP和RESTful ...

    CXF发布WebService的多种方法实例

    2、把web.xml里的spring的监听器注释掉,保证WEB-INF下有cxf-servlet.xml,然后发布到WEB服务器即可 3、web.xml里配置spring监听器,及其加载的beans.xml,把cxf-servlet.xml删掉,发布到WEB服务器即可,注意这种方式...

    Springboot整合CXF发布Web service和客户端调用(用户和密码验证)

    本教程将详细介绍如何利用Spring Boot与CXF进行集成,以发布Web服务并实现用户和密码验证的客户端调用。 首先,我们需要在Spring Boot项目中引入CXF的依赖。这通常通过在`pom.xml`文件中添加对应的Maven依赖来完成...

    CXF+Spring+Tomcat发布WebService

    【标题】"CXF+Spring+Tomcat发布WebService"涉及的是使用Apache CXF框架与Spring框架结合,在Tomcat服务器上部署和消费Web服务的过程。这是一个常见的企业级应用开发场景,特别是对于实现基于SOAP协议的Web服务。...

    用cxf发布webservice所需的基础jar包

    本篇文章将深入探讨使用CXF发布Web服务所需的基础Jar包及其重要性。 首先,我们要明白什么是Web服务。Web服务是一种通过HTTP协议进行通信的软件系统,它允许不同的应用程序之间交换数据。而CXF作为一个优秀的Web...

    webservice[CXF]发布和调用[ 带数据库]demo

    【发布Web服务】使用CXF发布Web服务通常涉及以下步骤: 1. 定义服务接口:通过Java接口定义服务的方法和参数。 2. 创建服务实现:实现接口中的方法,提供业务逻辑。 3. 创建服务端点:使用CXF提供的API将接口和实现...

    使用CXF发布和调用接口(星座运势接口)

    在本文中,我们将深入探讨如何使用Apache CXF框架来发布和调用接口,特别是针对一个有趣的实例——星座运势接口。Apache CXF是一个流行的开源框架,它允许开发人员创建和使用Web服务,支持多种协议和标准,如SOAP、...

    ssM+cxf接口发布demo原型

    【ssM+cxf接口发布demo原型】是一种基于Spring Boot(ssM)和Apache CXF(cxf)技术实现的Web服务发布示例。这个项目旨在展示如何将Java应用程序中的业务逻辑封装为Web服务,以便其他系统能够通过标准的SOAP协议进行...

    SpringBoot框架及CXF发布WebService

    1. **服务器端Web服务发布**:CXF允许开发者通过JAX-WS或JAX-RS接口定义服务,然后自动暴露为SOAP或RESTful服务。SpringBoot结合CXF,可以轻松将服务发布到内嵌的Servlet容器中。 2. **客户端Web服务调用**:CXF还...

    cxf服务端wsdl发布帮助.docx

    ### CXF服务端WSDL发布及代码生成详解 #### 一、概述 在现代软件开发中,特别是企业级应用开发领域,Web服务扮演着至关重要的角色。CXF(Camel and XFire)作为Apache下的一个开源项目,为开发高质量的Web服务提供...

    cxf发布RestFul接口。 maven

    本篇文章将深入探讨如何使用CXF、Spring、Maven等技术栈来发布一个支持HTTP请求和SOAP调用的RestFul接口。 首先,我们需要理解CXF的核心功能。CXF(Camel XFire)是一个强大的服务框架,它允许开发者以多种方式创建...

Global site tag (gtag.js) - Google Analytics