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
How to Write an XML file through a simple Java program ?.
Program to demonstrate how to Write an XML file in Java. 1. Create a simple POJO class whose properties needs to be stored in XML file.
Tweet 0 Comments Save Tags: how-to , java , xml
Scala is better than injection framework
Shows how the android development can be improved when using Scala
Building Live Stock Quotes App in Android
In this step by step tutorial, we would learn how to build an Live Stock Quotes app in Android using RESTful webservice involving parse... more »
Blog for coding addicts: Drools decision tables with Camel and Spring
As I've shown it in my previous post JBoss Drools are a very useful rules engine. The only problem is that creating the rules in the Rule... more »
Tweet 0 Comments Save Tags: java , server , xml
Citrus Testcase Example: CSV File Inbound -> XML HTTP Outbound
As promised I’m going to show a test case for which I have used Citrus to implement it. The case is like this:
Tweet 0 Comments Save Tags: how-to , web design , xml