欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Apache CXF
(→相关链接) |
|||
第9行: | 第9行: | ||
感兴趣的朋友可以参考以下链接获取信息 | 感兴趣的朋友可以参考以下链接获取信息 | ||
− | + | [http://docs.huihoo.com/apache/cxf/2.0 Apache CXF 2.0 Documentation] | |
− | * | + | * [http://cwiki.apache.org/CXF/architecture-guide.html CXF构架介绍] |
− | * | + | * [http://cwiki.apache.org/CXF/source-repository.html 如何获取代码] |
− | * | + | * [http://cwiki.apache.org/CXF/building.html 编译] |
− | * | + | * [http://cwiki.apache.org/CXF/setting-up-eclipse.html 创建Eclipse工程] |
− | * | + | * [http://cwiki.apache.org/CXF/mailing-lists.html 参与开发讨论] |
+ | |||
+ | ==新闻== | ||
+ | <rss>http://mail-archives.apache.org/mod_mbox/cxf-dev/?format=atom|short|date|max=10</rss> | ||
==Standards== | ==Standards== | ||
第86行: | 第89行: | ||
*http://download.huihoo.com/apache/cxf/ | *http://download.huihoo.com/apache/cxf/ | ||
*http://docs.huihoo.com/apache/cxf/ | *http://docs.huihoo.com/apache/cxf/ | ||
− | * | + | *[http://groups.google.com/group/cxf-zh 中文用户组] |
{{Comment}} | {{Comment}} |
2010年11月2日 (二) 01:10的版本
您可以在Wikipedia上了解到此条目的英文信息 Apache CXF Thanks, Wikipedia. |
Apache CXF: An Open Source Service Framework
Apache CXF 是一个Service框架,他简化了Service的创建, CXF实现了JAX-WS2.0规范,并通过了JAX-WS2.0 TCK; CXF和Spring无缝集成;CXF支持多种传输协议(HTTP, JMS, Corba等),支持多种Binding数据格式(SOAP,XML,JSON等), 支持多种DataBinding数据类型(JAXB, Aegis) 。CXF基于Interceptor的架构,使得整个框架非常易于扩展。
首先目前CeltiXfire已经正式更名为CXF,预计本月底M1就要发布了。作为继承Celtix以及XFire两大开源项目的精华,CXF提供 JAX-WS的全面支持,并且提供了多种Binding以及Transport的支持,你可以采用WSDL first 或者 Code first 轻松实现WebService的发布和使用。 感兴趣的朋友可以参考以下链接获取信息
目录 |
新闻
自http://mail-archives.apache.org/mod_mbox/cxf-dev/?format=atom加载RSS失败或RSS源被墙
Standards
Support for Multiple Standards
- JAX-WS, JAX-WSA, and JSR-181and SAAJ
- SOAP 1.1, 1.2, WS-I BasicProfile,
- WS-Security, WS-Addressing,
- WS-RM and WS-Policy
- WSDL 1.1 and 2.0
- MTOM
Transports & Bindings
Multiple Network Protocols (Transports) and Message Formats (Bindings)
- Built-in support for SOAP and XML over HTTP, JMS, and Jabber transports
- StAX-based streaming XML
- Extensible API to support additional bindings including CSV and fixed record length
- Data bindings include JAXB 2.0, XML Beans, Castor, and JiBX
Flexible Deployment
- Lightweight containers: deploy services in Apache Tomcat or Spring-based containers
- JBI integration: deploy as a service engine in a JBI container such as Apache Incubator's ServiceMix, Sun's OpenESB or ObjectWeb's Petals
- SCA integration: deploy in an SCA container such as Apache Incubator's Tuscany
- J2EE integration: deploy services in J2EE application servers such as Apache Geronimo, JOnAS, JBoss, WebLogic, and WebSphere
- Standalone Java client/server
Multiple Languages
Support for Multiple Programming Languages
- Full support for JAX-WS 2.0 client/server programming model
- JAX-WS 2.0 synchronous, asynchronous and one-way API's
- JAX-WS 2.0 Dynamic Invocation Interface (DII) API
- Support for wrapped and non-wrapped styles
- XML messaging API
- Support for JavaScript and ECMAScript 4 XML (E4X) — both client and server
- Support for CORBA with Yoko
- Support for SCA withTuscany
- Support for JBI with ServiceMix
- JavaScript
可以用 JavaScript 实现 Apache CXF 服务。
Code Generation
- Java to WSDL
- WSDL to Java
- XSD to WSDL
- WSDL to XML
- WSDL to SOAP
- WSDL to service
Install
http://download.huihoo.com/apache/cxf/ 如: cxf-2.0-incubator-RC/samples/hello_world ant build ant server ant client
Building and running the demo in a servlet container
ant clean ant war export CATALINA_HOME=/usr/local/apache-tomcat-5.5.17 ant deploy -Dtomcat=true ant client-servlet -Dbase.url=http://localhost:8080 or ant client-servlet -Dhost=localhost -Dport=8080 ant undeploy -Dtomcat=true
Running demo with HTTP GET, APACHE CXF support HTTP GET to invoke the service
ant client ant client.get
相关链接
- http://cxf.apache.org/
- http://wiki.apache.org/incubator/CeltiXfire
- http://wiki.apache.org/incubator/CeltiXfireProposal
- http://download.huihoo.com/apache/cxf/
- http://docs.huihoo.com/apache/cxf/
- 中文用户组
<discussion>characters_max=300</discussion>