Apache Axis2 - Tips and Tricks
This post gives a summary (With code examples) of some Tips and Tricks related to Apache Axis2 (Java). Apache Axis2 is a high performance Web Services... more »
0 commentsSave Tags: how-to, open source, web services, xml
Reading XML Using Flash
Today I will talk about creating Flash that is customizable to the end user. The problem with flash is that when something even as small as a... more »
0 commentsSave Tags: flash-flex, xml
Mixed emotions: SVG versus FXG
Adobe has released a new vector graphics specification for Flex called FXG, but some feel they should have kept with the standard SVG spec and... more »
0 commentsSave Tags: flash-flex, ria, standards, xml
Storing an Image in an XML file
I recently had a project that required a custom subset of data from a database be stored in an XML file. Each “row” of data also had a related image... more »
1 commentsSave Tags: .net, xml
Using Velocity in your Spring Applications
Have you ever found yourself doing something like this in some code you’ve been writing?
0 commentsSave Tags: frameworks, java, xml
XPath in SimpleXML
SimpleXML is very simple and powerful in traversing XML. But there are situations where it is not the right tool to use. This is where xpath help you.... more »
0 commentsSave Tags: how-to, php, xml
The Design of the Twitter REST API
This gives a simple overview about the REST API for Twitter. This raise the question whether it is Really RESTful?
0 commentsSave Tags: opinion, web services, xml
Navigationless Database XML: Hierarchical Data Processing
Although current databases limit XML processing to linear XPath or XQuery queries, existing hierarchical database techniques enable far more complex... more »
0 commentsSave Tags: database, frameworks, tools, xml
Flex Tutorial: How to read a local XML file with Flex
Links to the tutorial... read the note!
0 commentsSave Tags: flash-flex, xml
Serialising Java Objects to RDF with Jersey
This article shows how it is easy to publish any graph of Java Objects to the web using simple annotations and without having to invent any new... more »
1 commentsSave Tags: java, web 2.0, web services, xml
From the OpenLaszlo Incubator: Validator
The OpenLaszlo Incubator includes several useful components such tooltips, rich text editor, and the validators. I have blogged previously about the... more »
0 commentsSave Tags: frameworks, tools, xml
SLiP - a “Sorta Like Python” shorthand for XML
This morning, while eating breakfast I had a brainwave. Python, revolutionized programming, with no more curly braces {}, replacing them by... more »
3 commentsSave Tags: python, xml
A Generic, Reusable Solution for Marshalling Java Objects to/from XML
The callback approach to mapping from Java objects to XML solves many of the problems found with existing solutions. Find out how to "stream" objects... more »
0 commentsSave Tags: frameworks, java, xml
Design A Contact Form In Flex Part 2
Using CSS to design a contact form in flex.
0 commentsSave Tags: flash-flex, how-to, open source, xml
Design A Contact Form In Flex Part 3
Validating and and being able to reset your flex form.
0 commentsSave Tags: flash-flex, how-to, open source, xml
Design A Contact Form In Flex Part 1
Designing a contact form in flex.
0 commentsSave Tags: flash-flex, how-to, open source, xml
Compiling Your Own Byte Array Trojan With JAXB 2.0
When I started to use continuous integration against my own code, the very first results was buggy as expected, a lot of warnings, bugs and minor... more »
0 commentsSave Tags: java, methodology, xml
Fluent Interface for Building XML Documents
XML Tool is a Java library to help developers using XML document. You can build new documents, load existing documents, and execute all sorts of... more »
1 commentsSave Tags: announcement, java, xml
Creating a Weather Widget with XML and AS3
In this tutorial I’m presenting you a little weather widget, that could come handy for travel websites, or our personal page. If you make some changes... more »
0 commentsSave Tags: flash-flex, how-to, web services, xml
Simple XML unmarshalling in Java
A short and simple Java code snippet to aid users in turning XML text into Java. Works in very basic circumstances, but is a big timesaver in those... more »
5 commentsSave Tags: java, xml
Silverlight vs Flash: Simple XML Parser
This is a simple demonstration on XML Parsing. It’s really primitive knowledge and I added a drop down effect to make it looks much more... more »
0 commentsSave Tags: .net, flash-flex, frameworks, xml
XSLT (Book Review)
A terrific effort that might not be an "I've never done this before" introduction, but will certainly have a place on your bookshelf if you work with... more »
0 commentsSave Tags: books, java, reviews, xml
Reading XML with jQuery
Welcome to my first of many articles for Think2Loud! Today I thought I’d start with something simple that will lead into several other topics. So here... more »
0 commentsSave Tags: ajax, javascript, web 2.0, xml
The Java XPath API
XPath expressions are much easier to write than detailed Document Object Model navigation code. When you need to extract information from an XML... more »
1 commentsSave Tags: java, news, xml
Introduction to simple RESTful web application using Jersey and Maven
This purpose of this post is only to provide a jump start in setting up a Maven environment and start working with Jersey . I will try to provide a... more »
0 commentsSave Tags: how-to, java, open source, xml
via