Why JSON will continue to push XML out of the picture
The world’s digital infrastructure is currently characterized by a plethora of data interchange formats. It’s not the least bit... more »
Tweet 0 Comments Save Tags: opinion , trends , xml
Spring BeanDefinitionStoreException
Spring BeanDefinitionStoreException - Causes, Solutions, IOException, FileNotFoundException
Expressing the UI with JavaFX FXML
You may have used the JavaFX Scene Builder tool to create the user interface for a JavaFX application. The underlying data format for... more »
Tweet 0 Comments Save Tags: gui , java , open source , xml
Processing XML with a single PHP call
PHP provides several extensions to parse XML documents but you still have to write a lot of custom code to validate and extract data from... more »
Java XML Tutorial
XMLs are used everywhere and Java provides various APIs to read, write, edit XML data. Learn all about XML Processing in java using DOM,... more »
Tweet 2 Comments Save Tags: java , xml
Free Online PDF to FXML Converter now available
A new free online service to convert PDF files into JavaFX with FXML. The converter allows you to download the Java and FXML source files... more »
Tweet 0 Comments Save Tags: java , xml
XML-RPC using scala
Purpose Calling remote procedure using XML-RPC and Scala. On Telecom IT environment and specially middelware solution, we will... more »
Tweet 0 Comments Save Tags: how-to , java , xml
Streaming APIs: JSON vs XML and REST is King
Streaming APIs are becoming more popular because of the low latency they provide. What are the common protocols and data formats of these... more »
Tweet 0 Comments Save Tags: javascript , research , web services , xml
Store Phyiscal XML Files in Database Table
I have XML files stores as physical files and I want to store these file on database table. Scenario 1- Create a table for storing... more »
Tweet 0 Comments Save Tags: database , how-to , methodology , 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
Install local jar with Maven
Install local jar with Maven and the maven-install-plugin
Tweet 3 Comments Save Tags: how-to , java , xml
xml-utilities : High Level XML Java Utility APIs
We created these utility classes a long time back and because of lack of similar APIs I kept on copying these APIs in different projects.... more »
Tweet 0 Comments Save Tags: java , open source , xml
Web Service Using PHP, MySQL, XML, and JSON
Today Web Services gain much popularity in web world. There are thousands of Web Services availble for updating E-Commerce, schools,... more »
Tweet 0 Comments Save Tags: php , web services , xml
How to Serialize Objects to XML and Back Again with XStream?
To create XML form Java objects is something that can be very error prone, e.g. doing the correct encoding of the various data types can... more »
Tweet 1 Comments Save Tags: frameworks , java , xml
XML unmarshalling benchmark: JAXB vs STax vs Woodstox
Towards the end of last week I started thinking how to deal with large amounts of XML data in a resource-friendly way.
Tweet 1 Comments Save Tags: frameworks , java , xml
Setting AffineTransform and Font in FXML vs JavaFX
This article will compare and show you how to set AffineTransforms and Fonts in JavaFX and FXML. It talks about advantages and... more »
Tweet 0 Comments Save Tags: how-to , java , xml
Android UI in Action: Layout Animations
These three types of animation fall into two categories: frame animations and tweened animations. Unsurprisingly, frame-base animations... more »
Tweet 1 Comments Save Tags: java , mobile , xml
Set up a Nightly Build Process with Jenkins, SVN and Nexus
We wanted to set up a nightly integration build with our projects so that we could run unit and integration tests on the latest version... more »
Tweet 0 Comments Save Tags: java , methodology , 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
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
WS-BPEL Spec Sample using WSO2 BPS
In this article, we will look at how to implement a simplified version of the Purchase Order Process sample provided in the WS-BPEL 2.0... more »
Tweet 0 Comments Save Tags: open source , standards , web services , xml
How To Create Email From JSF Templates
In this blog I'm going to share a little trick for creating emails using JSF Facelets templates. The concept is actually independent of... more »
SVG shapes not working in Firefox but fine in Chrome, Safari, IE & Opera?
Puzzled by shapes in SVG not appearing in Firefox? This article is an investigation and explanation of what to avoid when using shapes in... more »
Tweet 0 Comments Save Tags: how-to , other languages , research , xml
attoparser: say goodbye to the miseries of parsing HTML or XML in java
attoparser is a new java parser for markup (both HTML and/or XML). It is fast, it is powerful, it is easy to use and it offers you two... more »
Tweet 0 Comments Save Tags: announcement , java , open source , xml
Google Apps Script: Creating Archives of Documents and Files of User in Google Apps Domain
The Google Documents List API allows developers to create, retrieve, update, and delete Google Docs (including text documents,... more »
Tweet 0 Comments Save Tags: other languages , xml