Web Services, Part 1: SOAP vs. REST
This is the first of a series of upcoming articles on Web Services. The article contains an introduction to Web Services, a high level overview and... more »
0 commentsSave Tags: web services, xml
Re: RSS Feeds for Subversion
creating a quick RSS feeds server for your subversion repository in JRuby.
0 commentsSave Tags: java, ruby, xml
Simple XML in Erlang
xmerl is erlangs native XML library, it has powerful XPath and XSLT functionality, and is pretty fully featured. however when dealing with small XML... more »
0 commentsSave Tags: other languages, xml
Groovy Interchange Format?
Is Groovy a good way to pass complex data from one server to another (instead of JSON or XML)? If you're already using Groovy, you can use it very... more »
0 commentsSave Tags: groovy, java, web services, xml
Scala and XML
Scala is a popular new programming language that runs on the Java Virtual Machine (JVM.) Scala compiles into byte-code and thus it can leverage the... more »
1 commentsSave Tags: other languages, xml
Use the YouTube API with PHP
Discover how to access public content through the YouTube API and integrate this content into your PHP application using SimpleXML. Learn to retrieve... more »
0 commentsSave Tags: how-to, open source, tools, xml
Groovying XML
A quick tutorial on XML processing using Groovy.
0 commentsSave Tags: groovy, how-to, xml
Use XStream to serialize Java objects into XML
XML serialization has a myriad of uses, including object persistence and data transport. However, some XML-serialization technologies can be complex... more »
1 commentsSave Tags: how-to, java, xml
How to make a dynamic RSS feed in PHP
We introduce the RSS feed format and teach how to make a dynamic feed in PHP.
1 commentsSave Tags: how-to, php, web 2.0, xml
John Wilson: Groovy and XML
John Wilson is mainly known to the Groovy community because of his work on XmlSlurper, one of the easiest ways to work with XML in the JVM. Continue... more »
0 commentsSave Tags: groovy, xml
Making Graphviz diagrams pretty with XSL
A couple of years back I posted on my blog about an XSL transformation I used to clean up Graphviz output to make my diagrams prettier. I never posted... more »
0 commentsSave Tags: how-to, open source, tools, xml
How Not To Form a Standard
Out of a 6000 page submission, here is but one example of how Microsoft's OOXML becomes painful to implement.
0 commentsSave Tags: microsoft, standards, xml
Watch Your POST: Save PHP POST Data as XML
One of my main goals when creating PHP web forms is to keep them secure and protected from spammers and automated bots. With the amount of spam that... more »
1 commentsSave Tags: php, xml
Memory, memory everywhere and not a byte to eat
Good write-up on supposed memory leaks in Hibernate. Before you go looking into hard to solve possible problems, try this simple one first!
1 commentsSave Tags: database, frameworks, java, xml
How to work with XML in Actionscript 3
This tutorial gives examples on how to download, read, manipulate, upload and save XML to file in Actionscript 3.
1 commentsSave Tags: flash-flex, how-to, web 2.0, xml
Scriptella Like a Bat Out of ETL!
Scriptella is a damn useful piece of open source sweetness. Check it out!
0 commentsSave Tags: database, java, xml
Scraping HTML with DOM
Regular expressions is probably the most widely–used technique for HTML scraping. However, there are several issues in the regexp implementation.... more »
0 commentsSave Tags: css-html, how-to, php, xml
Annotations have been more successful than XML
Annotations have come to JDK since JDK5 (2004) since than they have evaluated and accepted so widely and even became both more powerful and useful... more »
0 commentsSave Tags: java, opinion, trends, xml
Escape from XML Hell Redux: Spring 2.5 Annotation Driven DI
This post is an escape from XML redux. As stated in the last post, there are some who do not like to configure dependency injection (DI) in XML. They... more »
1 commentsSave Tags: frameworks, how-to, java, xml
PHP Universal Feed Generator (supports RSS 1.0, RSS 2.0 and ATOM)
A PHP feed writer class that generates valid feed on the most popular feed formats - RSS 1.0, RSS 2.0 and ATOM.
1 commentsSave Tags: open source, php, tools, xml
First release of Sugar4j, a new kind of java code generator
Sugar4j creates Java code without the need of external template files. Both the static and the dynamic parts are contained in the same Java file.... more »
2 commentsSave Tags: announcement, java, open source, xml
Create custom activities for IE 8
Shows you how to take advantage of the new Activity feature of IE 8 on your own website
0 commentsSave Tags: javascript, xml
XML-RPC ping endpoint in C# and ASP.NET
All blog platforms send out pings using the XML-RPC protocol whenever a new post is created or an old one is updated. It is very simple to send out... more »
0 commentsSave Tags: .net, other languages, xml
Caching in for Fun and Profit
In this post I go over a how to cache an RSS feed to improve application response time as well as to prevent a heavily used application from making... more »
0 commentsSave Tags: .net, xml
Latest XML Parsing and Memory Benchmark
This benchmark report compares the parsing performance of VTD-XML, Xerces DOM, Pull, Piccolo and Xerces SAX. It also compares the memory usage of... more »
0 commentsSave Tags: c-and-cpp, java, web services, xml