|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 9
Messages: 9
Messages: 9
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
IBM Releases XML Feature Pack (XPath/XSLT 2.0, XQuery 1.0)
IBM WebSphere Application Server Feature Packs are optionally installable product extensions that offer targeted, incremental new features.
Since first being standardized in 1999, XML usage in application development environments has grown significantly to include many scenarios. WebSphere Application Server is a leading platform for the latest application development standards that matter including XML. The XML Feature Pack is based on a subset of these standards. To read the announcement of these standards, click on this link.
The IBM WebSphere Application Server Feature Pack for XML provides application developers with support for the Worldwide Web Consortium (W3C) XML standards XSLT 2.0, XPath 2.0, and XQuery 1.0. These new and updated W3C XML standards enable application developers with numerous advanced capabilities for building XML applications.
Specific benefits delivered in the XSLT 2.0 (subset implementation), XPath 2.0, and XQuery 1.0 (subset implementation) standards include:
- Helps simplify XML application development and improve developer productivity.
- Query large amounts of data stored in XML outside of a database with XQuery 1.0.
- Designed to improve XML application performance through new features introduced in the W3C specifications to address previous shortcomings.
- Helps improve upon XML application reliability with new support for XML Schema awareness and validation.
See my blog entry on the release along with video demos here.
Download the beta here.
|
|
Message #308030
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: IBM Releases XML Feature Pack (XPath/XSLT 2.0, XQuery 1.0)
So what's the benefit over Saxon which supports all of the above, is quite stable, and is usable in any context, not just WebSphere?
Is it just that if you already own WebSphere you can get a schema-aware XSLT 2 implementation at no extra charge (whereas schema awareness is only available in the commercial version of Saxon)?
Does it provide full source code as Saxon does (at least for the non-commercial portions)?
|
|
Message #308035
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: IBM Releases XML Feature Pack (XPath/XSLT 2.0, XQuery 1.0)
Saxon is a one-man show. It has two versions - one for paying clients and a cut-down version for the non-paying. I will not use Saxon, if my application is not a throw-away application.
|
|
Message #308046
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: IBM Releases XML Feature Pack (XPath/XSLT 2.0, XQuery 1.0)
We have used Saxon's XSLT engine in our enterprise application for many years. It is deployed in many business critical and high volume installations, Saxon has never caused any issues for us. We switched to XSLT 2.0 some 1.5 years ago...
|
|
Message #308049
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: The Benefit
The benefit is providing WebSphere Application Server customers with support for these critically important XML standards.
We will not be providing source code with this feature pack.
|
|
Message #308050
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
This is currently a beta
I should clarify as the title lost the "Beta" word that this technology is a Beta at this point. Anyone can freely download it and ask questions/post comments on our forum.
|
|
Message #308080
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: IBM Releases XML Feature Pack (XPath/XSLT 2.0, XQuery 1.0)
Saxon is a one-man show. It has two versions - one for paying clients and a cut-down version for the non-paying. I will not use Saxon, if my application is not a throw-away application.
As another poster stated, we too have been using Saxon for years.
It may be a one-man show, but that one man is Michael Kay, editor of the XSLT 2.0 spec and an editor of the XPath 2.0 spec, and generally deeply involved in all specs in this area. He's also addresses issues more rapidly than a horde of developers.
Overall we've found Saxon and Michael Kay's support to be of the highest quality -- and this is in the free version!
|
|
Message #308081
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: The Benefit
The benefit is providing WebSphere Application Server customers with support for these critically important XML standards.
We will not be providing source code with this feature pack.
So how does this differ from them just deploying Saxon to their applications in WebSphere -- or dropping Saxon into lib/endorsed for that matter?
|
|
Message #308082
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: IBM Releases XML Feature Pack (XPath/XSLT 2.0, XQuery 1.0)
I should note that one feature I'd like to see in an XSLT engine that I've not seen in *any* engine is comprehensive streaming support.
Saxon provides some limited streaming support, but I've seen no XSLT engine that performs a deep static analysis of the XSLT and then uses the results to keep only as much of the source document in memory as necessary.
Some XSLT stylesheets do operations that all but require random access on the entire source document, but some don't even require any look ahead/behind at all and could stream the entire document through. I'm not aware of any XSLT engine that analyzes the XSLT involved to stream where possible -- incorporating limited look-ahead/behind as needed. This is clearly possible in cases even without knowledge of the source document's schema, though this is necessary in other cases.
Whoever implements this feature in a robust, high performance XSLT engine will push XSLT into areas it currently cannot touch.
Or is this behavior present in XQuery engines and one has to use XQuery to get this even when one really is doing XSLT-like things?
|
|
Message #308119
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
The Benefit
The benefit is providing WebSphere Application Server customers with support for these critically important XML standards.
We will not be providing source code with this feature pack.
So how does this differ from them just deploying Saxon to their applications in WebSphere -- or dropping Saxon into lib/endorsed for that matter?
The difference is in who supports the functionality. Saxon, as folks have mentioned, has support for free for Saxon-B and charges for support of Saxon-SA. With the XML Feature Pack Beta, WAS customers work with IBM when they need help through the open beta program.
Also, I wouldn't suggest putting any 3rd party library into lib/endorsed. I would suggest deploying any 3rd party library as part of a ear/war and/or using the WAS shared library support. This lets the application server manage the dependencies better and lets you enable them on a per application basis.
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(January 21, Article)
Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala.
(January 15, Article)
Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language.
(November 24, Article)
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|