XML

  • submit to reddit

StAXON - JSON via StAX

XML is for dinosaurs, right? Everybody uses JSON these days. So you do, don't you? But what about things like XSD, XSLT, JAXB, XPath, etc -- is it all evil?

0 replies - 903 views - 02/08/12 by Christoph Beck in Articles

Conveniently Processing Large XML Files with Java

When processing XML data it's usually most convenient to load the whole document using a DOM parser and fire some XPath-queries against the result. However, since we're building a multi-tenant eCommerce plattform we regularly have to handle large XML files,...

4 replies - 2507 views - 01/10/12 by Andreas Haufler in Articles

The Depth of SAML

Security Assertion Markup Language (SAML) is an XML standard for exchanging authentication and authorization data between entities which is a product of the OASIS Security Services Technical Committee. - SAML 1.0 was adopted as an OASIS standard in Nov...

1 replies - 3410 views - 12/01/11 by Prabath Siriwardena in Articles

New OpenCms 8.0.3 available from Alkacon

OpenCms 8.0.3 is now ready and available for download. OpenCms is one of the most popular Open Source Content Management Solutions. This new version was developed by Alkacon Software GmbH with the support of the international OpenCms developer community.

0 replies - 467 views - 11/16/11 by Peter Sreckovic in Announcements

iText 5.1.2 — XML Worker 1.1.0

iText 5.1.2

0 replies - 527 views - 08/15/11 by Bruno Lowagie in Announcements

Data Exchange Format between Web Front End and Web Back End

In order to improve development efficiency of Web Application, we need to implement the parallel development between Web Front End and Web Back End. To achieve this goal, first we should determine the data exchange format between Web Front End and Web Back...

0 replies - 603 views - 07/08/11 by Jacky Cui in Articles

XML unmarshalling benchmark in Java: JAXB vs STax vs Woodstox

Towards the end of last week I started thinking how to deal with large amounts of XML data in a resource-friendly way.The main problem that I wanted to solve was how to process large XML files in chunks while at the same time providing upstream/downstream...

6 replies - 8288 views - 06/27/11 by Marco Tedone in Articles

Apache Camel and Scala: A Powerful Combination

I really like the integration framework Apache Camel and I also like Scala a lot. This article shows the basics of this combination. It is NO introduction to Apache Camel or Scala. I created a Git project to use it as simple startup for Camel-Scala-Maven...

1 replies - 4948 views - 06/27/11 by Kai Wähner in Articles

iText 5.1.1 — XML Worker 1.0.0

We're proud to announce a new iText® release and a new release of iText® XML Worker 1.0.0iText 5.1.1We're releasing iText 5.1.1 about one month after the 5.1.0 release because we've introduced some functionality that was needed in XML Worker 1.0.0: for...

0 replies - 1116 views - 06/20/11 by Bruno Lowagie in Announcements

Testing Solr update XML messages

When updating a Solr index with the DataImportHandler or one of the available Solr clients you don’t really need to bother with all the details of updates. Most clients just give a simplified “add”, “delete” and “commit” interface to Solr...

0 replies - 10864 views - 04/14/11 by Bas De Nooijer in News

Building a mobile RSS reader with Flash Builder "Burrito" and Packaging for Android

Create an RSS reader for mobile devices with step-by-step instructionsPrerequisite knowledgePrevious experience with Flash Builder, Flex, and ActionScript will help you make the most of this tutorial.Sample files:SlashdotRSSReaderProjects.zip

3 replies - 11324 views - 02/16/11 by Duane Nickull in Articles

And now instead, 5 things Java envies PHP for

Disclaimer: I do not want to start a religion war on Java vs. PHP. You know the old saying that we should learn a new programming language every now and then? The purpose is to get a fresh perspective and collect new ideas that we can use in our preferred...

26 replies - 10592 views - 01/25/11 by Giorgio Sironi in Articles

Papervision3D and Beyond - 3D Graphics With Just a Few Lines of AS3 or XML

In recent months we have seen 3D come into play more and more. With more movies being created in 3D and even 3D televisions being introduced it is starting to...

0 replies - 5401 views - 01/20/11 by Mitchell Pronsc... in Videos

Annoying XML Comments: NetBeans IDE Plugin

Commenting XML ... you have to write "<!--" and then "-->" ,if you have to write some large doc, and want it be well commented, you'll get really bored by typing four chars just to start comment block.

9 replies - 4239 views - 01/11/11 by Daniel Kec in Tips and Tricks

Utilities for Java Apps

 Java is better programming language for building web and enterprize applications with its matured APIs and tons of frameworks to make easier and faster the development. Now we have 100s of frameworks in each area like for web app development we have Struts...

0 replies - 1106 views - 01/10/11 by Sivaprasadreddy... in Articles