CXF 在“Apache CXF”中代表什么?
CXF 缩写是什么意思?
什么是“C”?
什么是“X”?
什么是“F”?
What does CXF
abbreviation mean?
What is "C" ?
What is "X" ?
What is "F" ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据
this(编辑:链接内容不再可用),它是两个项目(Celtix 和 XFire)的组合,名称来自每个项目的首字母。According to
this(edit: link content is no longer available) it's the combination of two projects (Celtix and XFire) and the name comes from the initial letters of each project.Apache CXF
是Celtix
和XFire
两个项目的产品,因此得名CXF
。Celtix
是一个基于 Java 的开源企业服务总线 (ESB) 项目,是提供开源中间件解决方案的 ObjectWeb 联盟的产品。该项目由IONA
赞助。另一方面,
XFire
是一个基于 Java 的SOAP
框架,是Codehaus
的一个开源项目。Celtix
和XFire
在其初始版本中都有许多共同点,因此两个项目的开发人员决定发挥两个世界的优点,并计划更好的方案Celtix
和XFire
2.0 版本。这两个项目的社区都进入了 Apache 软件基金会的孵化阶段,以开发 2.0 版本。在 CXF 最终推出之前,Apache 孵化器花了大约 20 个月的时间。
CXF
现在正式称为Apache CXF
,专注于提供开源 Web 服务框架。该框架的第一个版本为v2.0
,现在已发展为v2.2
,修复了错误并添加了新功能。Apache CXF
is the product of two projects,Celtix
andXFire
, hence the nameCXF
.Celtix
, an open source Java-basedEnterprise Service Bus
(ESB) project, is a product of ObjectWeb consortia that delivers open source middleware solutions. The project was sponsored byIONA
.On the other hand,
XFire
, a Java-basedSOAP
framework, is an open source project fromCodehaus
. BothCeltix
andXFire
, while in their initial versions, had many things in common and therefore the developers of both projects decided to bring out the best of both worlds and planned a better 2.0 version ofCeltix
andXFire
.The communities of both these projects entered incubation at the Apache Software foundation to develop version 2.0. It took about 20 months at the Apache incubator before CXF finally rolled out.
CXF
is now formally known asApache CXF
which concentrates on delivering an open source web service framework. The framework which had its first release asv2.0
, is now evolved asv2.2
, with bug fixes, and the addition of new features.