Rustan Leino and Mike Barnett on Spec#
Rustan Leino and Mike Barnett of Microsoft Research discuss the technology in Spec# and its futures.
- .NET,
Tracking change and innovation in the enterprise software development community
Posted by Scott Delap on Aug 28, 2006 05:27 PM
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:
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.
JProbe Freeware – Eclipse Plugin for efficient memory analysis and diagnosis
The Key to SOA Governance: Understanding the Essence of Business
Guide to Calculating ROI with Terracotta Open Source JVM Clustering
The Agile Business Analyst: Skills and Techniques needed for Agile
Introducing application infrastructure virtualization and WebSphere Virtual Enterprise
hi there, i get a 404 for your jibx link. http://www.infoq.com/errorna.jsp BR, ~A
hi there,
i tried subscribing to the user list and got the following error response.
Thanks for pointing this out, I fixed the links.
That's a problem with the Apache mailing list; nothing we at InfoQ can do about this ...
That's a problem with the Apache mailling list server; there's nothing we at InfoQ could do about it.
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!
Rustan Leino and Mike Barnett of Microsoft Research discuss the technology in Spec# and its futures.
Henrik Kniberg talks about 10 possible reasons to fail while doing Scrum and XP. Maybe the team does not have a definition of what Done means to them, or they don't know what their velocity is.
This article outlines 9 principles Marc Lammers discovered while building the world’s best field hockey team, mapping them to software development practices.
Michael Poulin explains the necessity for SOA governance to ensure an Enterprise SOA's success, relying on concepts from the OASIS SOA Reference Model and Reference Architecture.
This article covers setting up a RichFaces portlet using JBoss Portlet Container and JBoss Portlet Bridge, deploying a RichFaces portlet, and RichFaces capabilities.
This article discusses scalability worst pratices including The Golden Hammer, Resource Abuse, Big Ball of Mud, Dependency Management, Timeouts, Hero Pattern, Not Automating, and Monitoring.
Obie Fernandez shares his experience selling consulting services for both Thoughtworks and Hashrocket and give tips how Ruby developers can work with clients.
Jeffries and Hendrickson derive Agile practices from the natural laws of software development. They don't just say "Be Agile!", but they explain why Agile practices make perfect sense.
6 comments
Reply