Beyond XML and JSON: YAML for Java Developers
Get a high-level introduction to the YAML file format for Java developers. Find out how it differs from XML and JSON and examine its relative... more »
1 commentsSave Tags: java, xml
XML: Why Jeff Atwood Is Right
Firstly, I, like many of you, am glad to see that Dare Obasanjo’s indefinite hiatus from the blogosphere was short lived. Secondly, while I most... more »
0 commentsSave Tags: opinion, xml
The Easiest Java XML Binding
I have an XML document and I want to use that document to populate a corresponding set of Java objects. This is a commonly encountered scenario when... more »
5 commentsSave Tags: how-to, java, xml
Ten XML Schemas you should know
In this article, look at some top XML schemas that provide solutions for all sorts of problems, from the basics of Web services to data description.... more »
0 commentsSave Tags: xml
The Benefits of a Data Abstraction Layer for SOA
Enterprises have complex information structures as a result of evolving applications and databases deployed through the years. In addition to modern... more »
0 commentsSave Tags: database, java, web services, xml
PHPExcel: Manipulate Excel Spreadsheets with PHP on Linux
Have you ever faced a situation when you need to manipulate Excel spreadsheets with PHP on the server that is running Linux? With Open XML and... more »
0 commentsSave Tags: how-to, open source, php, xml
Refreshing Eclipse Workspace using ANT
I was looking for a way to programmatically refresh some specific folders in my workspace anytime I ran my ANT script. Eclipse provides several ant... more »
0 commentsSave Tags: coldfusion, eclipse, java, xml
Cool Ant file trick and concept
I watched Qasim Rasheed's CFUnited presentation on Continuous Integration with SVN, ANT, CFUnit & Selenium. I picked up a fundamental concept,... more »
0 commentsSave Tags: coldfusion, eclipse, java, xml
CSS Layout Cheats
These CSS layout template cheats are tested in all browsers to provide workarounds for CSS browser issues and a killer starting point for a variety of... more »
0 commentsSave Tags: css-html, standards, web design, xml
Microsoft: 'ODF Has Clearly Won'
The battle between the OpenDocument Format and Microsoft's Open Office XML was long, and here and there rather nasty, but it appears as if we finally... more »
0 commentsSave Tags: announcement, microsoft, standards, xml
Track spatial objects with an Ajax-driven radar screen
Maybe you're trying to keep track of the traffic waiting for you on the commute home, or perhaps you're tracking the objects and people floating... more »
0 commentsSave Tags: javascript, news, tools, xml
Storing XML content to Relational Database
Storing XML content to Relational Database – an approach using iBatis & XStream
0 commentsSave Tags: database, how-to, java, xml
Get ready for new Firefox 3.0 enhancements
Mozilla Firefox 3 is a major release with many enhancements, some of which are targeted at users, and some at developers. In this article, you will... more »
0 commentsSave Tags: news, open source, tools, xml
Lazy Loading Object Design pattern
Some time when you are working with large objects where some of the data (properties in the object) is not required frequently, the use of Lazy... more »
0 commentsSave Tags: .net, methodology, xml
Java XML Libraries Quick Reference
Recently i have been involved in a project that uses heavy XML which game me opportunity to look into many Java and XML related... more »
1 commentsSave Tags: java, reviews, tools, xml
It’s time to Sharpen your Programming & Design Skills
I am sure many of you have heard the buzzword “Web 2.0″. For many, it may have been from people or design companies that say make sure your website is... more »
0 commentsSave Tags: ajax, css-html, javascript, xml
XForms and Ruby on Rails at the doctor's office
Learn to use XForms, DB2 pureXML, and Ruby together to create Web applications. Discover the individual strengths of each technology and learn how to... more »
4 commentsSave Tags: news, ruby, xml
Database Connectivity for JavaScript
Discover Database Connectivity, a JavaScript API and implementation that enables Web clients to use an Ajax style of programming to directly access... more »
0 commentsSave Tags: javascript, php, web services, xml
JDOM Quick Reference
A real quick reference to JDOM and its classes with 2 example. The idea of the article is to introduce the JDOM and its most used classes.
1 commentsSave Tags: how-to, java, xml
Web Services Contracts: WSDL and WADL
An overview of the structure and important concepts behind WSDL, and a brief look at the more REST-oriented WADL.
0 commentsSave Tags: standards, web services, xml
Using XSL-FO to create PDF files
Libraries like iText,PDFBox are some of the best libraries available for PDF creation and manipulation. But these libraries have its disadvantages... more »
3 commentsSave Tags: frameworks, java, standards, xml
Country lists in most popular languages
Country lists in the form of html select boxes, great for web developers who need to put a country select in the registration format. In the main... more »
1 commentsSave Tags: tools, web design, web services, xml
Build Multi-core Ready Java Applications, Part 2
About Pervasive DataRush, its architecture and programming model, and a sample application. (check out part 1 as well) This application uses DataRush... more »
0 commentsSave Tags: database, java, xml
ParserFear
I talk quite a bit with people about DomainSpecificLanguages these days and a common reaction I get to external DSLs is that it's hard to write a... more »
0 commentsSave Tags: opinion, trends, xml
via