InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Java SOAP Framework XFire 1.2 Released

Posted by Scott Delap on Aug 28, 2006

Sections
Development,
Enterprise Architecture
Topics
Java ,
SOA ,
Web Services ,
WS Standards
Tags
WSDL ,
SOAP ,
XFire ,
XML ,
WS-Reliable Messaging
XFire, the high performance Java SOAP framework from Codehaus has released version 1.2, the last version before the 2.0 release which will be merged with ObjectWeb's Celtix project as a new Apache project called CeltiXfire.    XFire includes such features as Spring integration, JBI support, and pluggable bindings for POJOs, JAXB, and XMLBeans. Improvements since version 1.1:

  • JiBX databinding support
  • HTTP GZIP Support
  • WSDL2Java now auto generates services.xml
  • Aegis binding inheritance support
  • Option to disable server stub generation

InfoQ sat down with project committer Dan Diephouse to talk about the 1.2 release. In regards to the advantages of using XFire over other options like Axis, Diephouse responded:

The comment that I most often here is that XFire makes building web services easy. Things like our Spring integration makes XFire very straightforward to integrate into a lot of applications. XFire also has a very extensible and usable API, making it easy to embed, hack and reuse. Another big difference between XFire and others is the performance. If you're still using something like Axis 1.x, XFire can give you a 5x boost in performance.

Expanding on why XFire is faster:

XFire is based on StAX, which is the Java streaming XML API. Using this API we are able to parse the XML one chunk at a time. This is much faster and more memory efficient as we don't need to create a DOM for the XML.

As far as common use cases include:

XFire is most commonly used to build and consume web services. You may be trying to build a more service oriented architecture. XFire can help you build the services part by exposing services through WSDL & SOAP. Or you may be building services to do some cross language integration. Nearly very language speaks SOAP & WSDL. We have people doing integration with .NET, Python, Ruby, Perl, PHP, and more!

On XFire vs. Glassfish's JAX-WS implementation. Diephouse explained that XFire has a broader set of goals than Glassfish such as pluggable databindings and Spring integration out of the box.   

Going forward, XFire will merge with ObjectWeb's Celtix team as the projects goals were found to be very similar.  The new project will be hosted at Apache and is called CeltiXfire (CXF). "For the XFire community it can be thought of as XFire 2.0." CXF will include REST, WS-ReliableMessaging, and WS-Policy support.   Development on the project has already begun.

  • This article is part of a featured topic series on SOA
jibx by anjan bacchu Posted
Re: jibx by Stefan Tilkov Posted
mailing list not created yet by anjan bacchu Posted
Re: <cxf-users-subscribe@incubator.apache.org> mailing list n by Stefan Tilkov Posted
Re: <cxf-users-subscribe@incubator.apache.org> mailing list n by Stefan Tilkov Posted
Re: <cxf-users-subscribe@incubator.apache.org> mailing list n by Dan Diephouse Posted
  1. Back to top

    jibx

    by anjan bacchu

    hi there,

    i get a 404 for your jibx link. www.infoq.com/errorna.jsp

    BR,
    ~A

  2. Back to top

    mailing list not created yet

    by anjan bacchu

    hi there,

    i tried subscribing to the user list and got the following error response.

    <cxf-users-subscribe@incubator.apache.org>:
    Sorry, no mailbox here by that name. (#5.1.1)

    BR,
    ~A

  3. Back to top

    Re: jibx

    by Stefan Tilkov

    Thanks for pointing this out, I fixed the links.

  4. Back to top

    Re: &lt;cxf-users-subscribe@incubator.apache.org&gt; mailing list n

    by Stefan Tilkov

    That's a problem with the Apache mailing list; nothing we at InfoQ can do about this ...

  5. Back to top

    Re: &lt;cxf-users-subscribe@incubator.apache.org&gt; mailing list n

    by Stefan Tilkov

    That's a problem with the Apache mailling list server; there's nothing we at InfoQ could do about it.

  6. Back to top

    Re: &lt;cxf-users-subscribe@incubator.apache.org&gt; mailing list n

    by Dan Diephouse

    hi there,

    i tried subscribing to the user list and got the following error response.

    <cxf-users-subscribe@incubator.apache.org>:
    Sorry, no mailbox here by that name. (#5.1.1)

    BR,
    ~A


    Turns out the link on the mailing list page was wrong, its supposed to be cxf-user-subscribe@incubator.apache.org. I've fixed the link on the page, so everything should be good now!

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.