Using JAXB for persistence
JAXB (Java Architecture for XML Binding) is one of the JEE API. It permits to create a mapping between Java objects and XML elements, by annotating... more »
Tweet 2 CommentsSave Tags: java, xml
Sun and Apache: the Java scars that endure
Among the scars aired Wednesday: Early work on XML that was dogged by politics as Java, middleware, and server rivals IBM and Sun Microsystems butted... more »
Tweet 4 CommentsSave Tags: java, news, xml
Java Interview: tips for the interviewer
This is a brief entry about how an interviewer should conduct a Java based interview. I have been on both side of the table and this is only based on... more »
Android Mobile Application Development - Budget My Day
...so Let me describe the factors that affected this weekend project: 1. The user interface of the application have to be nice a la iphone ... more »
Using Variables in Android's strings.xml
Today I was wondering how to create a variable in strings.xml, a file used in Android application development. It is actually very simple. :)
Tweet 1 CommentsSave Tags: java, mobile, xml
More Groovy magic with Maven 3 pom files
Last time, I introduced some of the new Groovy support available in Maven 3, and looked at how you will be able to write your pom files in Groovy, or... more »
The Top Open Source ESBs
In today's software markets, open source technologies are giving commercial products some stiff competition. Enterprise Service Buses are no... more »
Tweet 0 CommentsSave Tags: java, tools, xml
Meet the Object/XML mapping support in Spring
Within the Java™ Platform, Enterprise Edition (Java EE) community, Spring is becoming a widely accepted framework. One new feature in the latest... more »
Tweet 0 CommentsSave Tags: java, xml
Validating your XML Documents w/ XSD Schema
Taking a look at how to perform XML message validation by using an XSD document schema. By creating an XSD schema you can simply and easily validate... more »
5 Unrecognized Open Source Content Management Systems for Developers
In this article I will go over just a few open source (FREE) content management systems designed with developers. This doesn’t mean that these... more »
Tweet 0 CommentsSave Tags: .net, open source, php, xml
4 Handy Web based Source Code Editors
Here are some best web based source code editors which you can use anywhere and on any operating system. All that you will need is a web browser with... more »
Tweet 0 CommentsSave Tags: css-html, open source, web 2.0, xml
Handy PHP Code Snippets
Various PHP Code Snippets that tends to be useful sometimes
Tweet 1 CommentsSave Tags: php, web services, xml
25 New & Useful PHP Techniques & Tutorials
PHP has a large ever increasing helpful community. Here are 25 useful PHP techniques and tutorials, most of which have been published only in this... more »
Viral Data in SOA: An Enterprise Pandemic
A services-based IT solution such as "A Single View of the Customer", is typically deployed for use as an enterprise-wide business application. The... more »
Tweet 0 CommentsSave Tags: database, opinion, web services, xml
Java callout on the Oracle / AquaLogic Service Bus – Invoking static methods in any jar file
Sometimes a service bus is not sufficient for the job at hand. You can use EJB's and JMS queues, but that might be overkill. That's where a java... more »
Tweet 0 CommentsSave Tags: how-to, java, web services, xml
Groovy Goodness: Reading XML
In a previous Groovy Goodness post we learned how to write XML with builders. In this post we learn how to read XML with the XmlParser and XmlSlurper... more »
Tweet 0 CommentsSave Tags: groovy, how-to, xml
Using XML/SWF Charts to draw a diagram in the website (HTML/PHP)
Today, I want to introduce a software to draw a diagram in the Web. The name of this software is XML/SWF Charts. The main purpose of this software is... more »
Tweet 0 CommentsSave Tags: how-to, server, web design, xml
Groovy Goodness: Creating XML with MarkupBuilder
Groovy has some nice builder classes to create XML. We look at the MarkupBuilder and StreamingMarkupBuilder class in this post. Both allow us to... more »
Tweet 0 CommentsSave Tags: groovy, xml
VTD-XML 2.7 Released
Version 2.7 of VTD-XML, the next generation XML parser/indexer/modifier, is released. To download, please go to... more »
Tweet 1 CommentsSave Tags: c-and-cpp, java, open source, xml
Google asks Microsoft to support vector graphics on browser
Scalable Vector Graphics (SVG) may be experiencing a renaissance thanks to growing support from web browsers, but Microsoft's Internet Explorer... more »
Tweet 3 CommentsSave Tags: web design, web services, xml
Shooter 1.1.4 released
Your favorite screen-grabbing Firefox extension, Shooter, got today a minor update to version 1.1.4. Two of the changes are :
Tweet 0 CommentsSave Tags: javascript, tools, web 2.0, xml
Xvantage – Yet Another Xml Serializer!
Yet another xml serializer implementation.
Tweet 1 CommentsSave Tags: java, xml
Real JSON vs. XMLish JSON
How to convert XML to JSON and back? What is the difference between real JSON and XMLish JSON?
Tweet 0 CommentsSave Tags: javascript, xml
RESTful SOA with Open Source
With the exponential growth of the Web, REST as an architectural style has found its niche in the modern services landscape with its popularity poised... more »
Tweet 0 CommentsSave Tags: java, standards, web services, xml
Read and write XML
A quick starter for handling XML in Java. Two small programs showing how to read and write XML.
Tweet 2 CommentsSave Tags: java, xml