A Little HTML5: Using JSON and File API to View Starred Google Reader Posts
I typically used my Google Reader starred items as an 'I’ll read this later' group. But with Google Reader's cancellation, I have a huge... more »
Tweet 0 Comments Save Tags: java , javascript , open source , xml
Some Basics on XSLT Transformation
This post will elucidate some basic concerns for development of XSLT scripts. While I was writing some script for a wso2 ESB XSLT... more »
Tweet 1 Comments Save Tags: xml
Google moves away from the XMPP open-messaging standard
Google is moving away from supporting XMPP, aka Jabber, the open-messaging protocol, because of its lack of broad support and its use by spammers.
Tweet 0 Comments Save Tags: news , standards , xml
Parsing XML using DOM, SAX and StAX Parser in Java
In this post I parse the same XML in different parsers to perform the same operation of populating the XML content into objects and then... more »
Tweet 0 Comments Save Tags: how-to , tools , xml
How to read a XHTML form data using EJB
This article will help us to learn about the procedure of reading the XHTML form data and also will explain the process of using EJB... more »
Tweet 2 Comments Save Tags: how-to , java , xml
XSLT Mediator Tutorial
When we have to deal with a dynamic request for an ESB proxy. (If the proxy request is dynamic (not static/not predefined) we will have... more »
Tweet 0 Comments Save Tags: tools , xml
A ridiculously simplified explanation of REST
Here's how this guy explained the concept of REST to his wife.
Tweet 0 Comments Save Tags: cloud , web services , xml
Creating Rich Clients with Apache Pivot
An introduction to the Apache Pivot framework with examples for creating rich clients either programmatical or using xml templates.
Tweet 0 Comments Save Tags: frameworks , gui , java , xml
Spring BeanDefinitionStoreException
Spring BeanDefinitionStoreException - Causes, Solutions, IOException, FileNotFoundException
Implementing API Content Negotiation
Content Negotiation servers two purposes: making it possible to have different versions of the same response, and letting clients specify... more »
Tweet 0 Comments Save Tags: cloud , standards , web services , xml
XStream: XStreamely Easy Way to Work with XML Data in Java
Learn what XStream is capable of and how it can be used to easily map XML data to Java objects. You won't regret it.
Tweet 0 Comments Save Tags: news , tools , xml
MQTT Transport for Axis2/Synapse
This blog posts introduces a new transport (MQTT) written for Apache Axis2/Synapse.
Tweet 0 Comments Save Tags: java , web services , xml
How can you stop RSS feed republishing of your blog
You will always wish to stop any sort of RSS feed while republishing your blog so that you can prevent theft of your content and can... more »
Tweet 0 Comments Save Tags: how-to , open source , web 2.0 , xml
Designing and Implementing our Camel-based mgm Cosmo Router - Robust and Fail-Safe Message Routing with Apache Camel, Part 1
This article discusses our Apache Camel-based solution to exchange XML documents in a reliable and robust manner between Java and .NET based systems.
Tweet 0 Comments Save Tags: .net , java , web services , xml
MOXy and JSON with Padding
JSON with padding is a communication mechanism used in JavaScript to overcome restrictions due to the same origin policy (for more... more »
Tweet 0 Comments Save Tags: javascript , xml
Install local jar with Maven
Install local jar with Maven and the maven-install-plugin
Tweet 3 Comments Save Tags: how-to , java , xml
Mule and JAXB: turning an XSD file into an XML Fiesta!
Has the following ever happened to you? You show up to work one morning and your boss tells you, “I need you to take this data and turn... more »
Tweet 0 Comments Save Tags: java , open source , tools , xml
Blog for coding addicts: Execution of Groovy scripts from Java - XmlSlurper and MarkupBuilder in mapping issues
The problem with mapping that we encountered in our project turned out to be a very interesting issue to deal with. The complexity of... more »
Tweet 0 Comments Save Tags: java , other languages , tools , xml
Huge Message Processing with WSO2 ESB Smooks Mediator
Smooks is a powerful framework for processing, manipulating and transforming XML and non XML data. WSO2 ESB supports executing Smooks... more »
Tweet 0 Comments Save Tags: how-to , java , open source , xml
php code to get alexa rank information
I’m going to show an easy way to get alaxa rank information of your website or other website by using php code. Alaxa is using the alaxa... more »
Tweet 0 Comments Save Tags: php , xml
Retrieve Values From XML in Config Registry with WSO2 ESB
The following configuration can retrieve the values in a config registry using the WSO2 ESB.
Tweet 0 Comments Save Tags: how-to , web services , xml
Why JBoss AS should use Scala... ;)
A look how Escalante, a Scala application server based on JBoss Application Server 7.1, builds and tests app server extensions using... more »
Tweet 0 Comments Save Tags: java , other languages , server , xml
How to XMLGregorianCalendar to Date in Java - JAXB Tutorial
By default XJC, which is used to create Java classes from XML Schema, maps date, time and datetime XSD types to XMLGregorianCalendar in... more »
Tweet 1 Comments Save Tags: how-to , java , open source , xml
XML->JSON->HashMap
I was trying to work out how to get XML converted to JSON and to a HashMap
Tweet 0 Comments Save Tags: java , xml