阅读更多

3顶
0踩

编程语言

原创新闻 CXF 2.0 发布了

2007-07-10 16:55 by 见习记者 jnn 评论(1) 有6240人浏览
虽然这篇帖子写得有的晚了,但是还是想把CXF 2.0 发布的消息告诉大家。

下面是转至 CXF dev maillist的发布信息。

The Apache Incubator CXF team is proud to announce the availability of
the 2.0 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 features:

* JAX-WS Compliant frontend - Apache CXF has now passed the standalone
   JAX-WS TCK.
* Java2WSDL and WSDL2Java tools and Maven plugin
* SOAP 1.1 & 1.2, XML and RESTful HTTP bindings
* JAXB 2.0 Databinding support
* WSDL 1.1 support
* WS-Addressing, WS-ReliableMessaging, WS-Security, and WS-Policy support
* MTOM attachment support
* HTTP, Servlet, JMS and Local Transports
* Simple POJO service frontend
* Javascript frontend
* JBI Service Engine. CXF services can be deployed into any JBI
   compliant container (ServiceMix or OpenESB)
* JCA 1.0 support, J2EE application can integrate with legacy
   application through JCA 1.0 support in CXF
* Spring Support
* JSON support with Jettison
* Many other bug fixes and feature enhancements


For more information see:
* Website: http://incubator.apache.org/cxf/
* Release Notes: http://incubator.apache.org/cxf/apache-cxf-20-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
0
评论 共 1 条 请登录后发表评论
1 楼 zhouyongtongxue 2010-11-09 16:24
CXF 支持用接口作为方法的参数吗

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • Xilinx vivado2016.2 lic

    Xilinx vivado2016.2 lic,买开发板送的,可以用

  • Xilinx_Vivado_SDK_2016.4_0124_1_Win64.exe

    Xilinx Vivado SDK 2016.4_0124_1_Win64,已验证可用。

  • Re: CXF 2.0 发布了

    some history: objectweb Celtix -> objectweb Celtix + codehaus Xfire -> Apache CeltiXire -> Apache CXF

  • CXF 2.0 RC 发布了

    经过4个月的努力,CXF 2.0 RC发布了, 我们会在后续的几个月中推出2.0正式版。  大家可以在此下载.   下面是Mail List中的公告。 The Apache CXF team is proud to announce the availability of the 2.0-...

  • 运用SpringDM和CXF来实现WebService的动态发布

    火龙果软件工程技术中心 在JAXWS2.0发布以前,用JAVA发布一个WebService是一件相当复杂的工作,令很多开发高手都望而却步;但随着JAXWS2.0、2.1版本的发布,通过大量使用JAVAannotation特性,以及运用JAXB20规范来...

  • spring boot 2.0整合cxf框架

    LDAP发布了个webService接口,需要我这边调用一下,发现老大搭建的spring boot框架没有整合cxf,捣鼓两个小时搞定 特意分享一下整合过程,方便自己方便别人 一共分为5步 一:pom添加cxf框架依赖(建议3.0以上,2....

  • Axis2与CXF的区别

    jws的发布对java webservice框架产生了巨大的影响,经过大浪淘沙,目前java开发webservice的框架主要包括axis2和cxf。 axis2和cxf都是apache旗下的产品,但是其目的不同,导致webservice开发方法也不一样。两个框架...

  • cxf发布webservice

     以上jar 包 可从apache官方网站下载 apache-cxf-2.1.2.zip, 然后从apache-cxf-2.1.2/lib 目录中获得    1 首先服务点接口。   package com.demo;    import java.util.List; ...

  • Spring整合cxf发布restful服务

    现在您已经学会了如何使用 CXF 开发基于 SOAP 的 Web 服务,也领略了 Spring + CXF 这个强大的组合,如果您错过了这精彩的一幕,请回头看看这篇吧: Web Service 那点事儿(2) —— 使用 CXF 开发 SOAP 服务 今天...

  • JAVA 使用SSH/springboot集成 CXF框架发布Webservice

    前言 公司需要本系统对外提供webservice接口,供其他系统上传数据到本系统,该项目的框架用的是SSH,自己开发学习的...1.cxf-2.1.3.jar 2.cxf-mainfest.jar 3.geronimo-annotation_1.0_spec_1.1.1.jar 4.geronimo-stax

  • webservice+cxf+spring+mysql+注解_使用CXF实现webservice发布+spring

    2,使用myeclipse创建web项目,添加spring和cxf相关jar,在web.xml中配置spring和cxf.Xml代码 contextConfigLocationclasspath:applicationContext.xmlorg.springframework.web.context.ContextL...

  • cxf webservice生成wsdl文件错误

     cxf webservice服务端发布服务时,通过浏览器查看wsdl信息,发现生成文件错误,主要是没有types、messages等属性,跟了一下代码发现代码实现没有问题,找了一个小时才发现,service的定义和实现不在一个目录下,...

  • 基于CXF框架的webservice接口发布与调用

    基于CXF框架的webservice接口发布与调用 前言 刚入职一家公司,到了项目上,技术总监让我负责项目上的接口开发,对于之前没开发过接口的小白来说甚是惶恐,赶进恶补了下接口的相关知识,基本概念类的东西就不在记录,...

  • SSH集成cxf 发布restful webservice

    首先讲一下什么是restful webservice ,这个问题网上一搜有很多博文去长篇大论的介绍它,但是最后你看完了也...之前做过一个移动端的产品,使用html5套的原生安卓app的壳,调用服务端发布的rest 服务,通过ajax就可...

  • CXF创建WebService服务配置说明

    使用CXF框架创建WebService服务,不需要使用tomcat发布

  • CXF实现WebService

    一、CXF简介 Apache CXF = Celtix + XFire,开始叫 Apache CeltiXfire,后来更名为 Apache CXF 了,以下简称为 CXF。CXF 继承了 Celtix 和 XFire 两大开源项目的精华,提供了对 JAX-WS 全面的支持,并且提供了多种 ...

  • CXF系列之JAX-RS:CXF发布与调用REST服务

    CXF 提供了一个名为 org.apache.cxf.jaxrs.JAXRSServerFactoryBean 的类,专用于发布 REST 服务,只需为该类的实例对象指定四个属性即可: Address:REST的基础地址 ResourceClasses:一个或一组相关的资源...

  • WebService与CXF

    可使用开放的xml标准来描述、发布、发现、协调和配置这些应用程序。用于开发分布式的互操作的应用程序。是一种跨编程语言、跨操作系统、跨网络的远程服务器调用技术。 WebService,顾名思义就是基于Web的服务。它...

  • java cxf 百科_【转】Apache CXF 简介

    CXF 应用开发下面就将开始我们的 CXF Web Services 的开发之旅!首先,要有一个基于 Eclipse 的开发环境;然后,我们将利用这个开发环境开发一个简单的“调查投票”示例,同时我们将解释一些 CXF 在开发中进行配置的...

Global site tag (gtag.js) - Google Analytics