XML

  • submit to reddit

How to Tune Java Garbage Collection

This is the third article in the series of "Become a Java GC Expert". In the first issue Understanding Java Garbage Collection we have learned...

0 replies - 15055 views - 10/09/12 by Esen Sagynov in Articles

Russian Novel Programming

One of the things that makes Russian novels hard to read, at least for Americans, is that characters have multiple names. For example, in The Brothers...

1 replies - 3203 views - 10/01/12 by John Cook in Articles

Testing XML Generation with vimdiff

A couple of weeks ago, I spent a bit of time writing a Ruby DSL to automate the setup of load balancers, firewall and NAT rules through the VCloud...

0 replies - 2348 views - 10/01/12 by Mark Needham in Articles

Use Local Resources When Validating XML

Depending of you enterprise security policy, some – if not most of your middleware servers have no access to Internet. It’s even worse when your...

0 replies - 2178 views - 09/30/12 by Nicolas Frankel in Articles

New MissionKit Raises the Bar for Modeling Tools

Any developer who is working with significant amounts of XML and doing data modeling or UML needs to be aware of Altova and the MissionKit.  The 2012...

0 replies - 2888 views - 09/19/12 by Mitch Pronschinske in Articles

Mediation Routing Using Apache Camel

In this part of the article we proceed to the practical side of integration using patterns. As implementation of EIPs I’ll use Apache Camel integration...

0 replies - 3138 views - 09/13/12 by Michał Warecki in Articles

Android UI in Action: Layout Animations

Editor's Note: This post is a free chapter from Manning Publications' "Android UI in Action" by Carlos Sessa.Android has three main types of...

0 replies - 7962 views - 09/06/12 by Allen Coin in Articles

How to Integrate TimeMachine Scheduler in Spring-Based Applications

One of the goals for TimeMachine Scheduler is to make using POJO as friendly as possible so that we can integrate into any IoC container easily. I've...

2 replies - 2654 views - 09/05/12 by Zemian Deng in Articles

XML Validation with Imported/Included Schemas

Recently, I tried to help a teammate design a WSDL file. I gently drove him toward separating the interface itself in the WSDL file and domain objects in a...

0 replies - 2287 views - 09/02/12 by Nicolas Frankel in Articles

Log4j JSONLayout and JLogIndexer

Last year I was working on building a Solr based log indexing and search.  My idea was simple.  Write a custom appender, use XML Layout, parse the XML into...

0 replies - 4028 views - 09/01/12 by Arun Manivannan in Articles

Getting C/C++ Performance from Java Object Serialisation

Do you ever wish you could turn a Java object into a stream of bytes as fast as it can be done in a native language like C++?  If you use standard Java...

0 replies - 5331 views - 07/25/12 by Martin Thompson in Articles

Tweaking Your Android Performance: ParseArray v. Hashmap

For the conclusion, just skip to the last section. One of the more recent Android ADT updates added Android Lint. Lint will check your Android project for...

0 replies - 6236 views - 07/17/12 by Isaac Taylor in Articles

Check Out this Digital Signature Library for Node.js

Get xml-crypto on github Node.js does not always have the right libraries for Xml operations. When such libraries exist they are not always cross...

0 replies - 2274 views - 07/11/12 by Yaron Naveh in Articles

Integrating Lucene into a Transactional XML Database

Petr Pleshachkov of EMC lead a really cool and informative session recently about how to use Lucene with an XML database (xDB).  (abstract below) In this...

1 replies - 3646 views - 05/24/12 by Mitch Pronschinske in Articles

JDOM 2.0 is out - is it time for a pure JDK 6+ version?

A lot of us folks have been using JDOM from the old days,  It has always been a great alternative to the traditional DOM bindings to the Java language...

0 replies - 1125 views - 04/14/12 by Chris Clark in Announcements