News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Use an XML database in PHP and Java applications
April 03, 2008 @ 09:33:36

The IBM developerWorks site has posted a tutorial (you'll need to log in) showing how to use native XML databases to speed up development time for your applications.

Native XML databases have grown in popularity along with XML, because data is stored as native XML, rather than through tables in a traditional database. Using a native XML database means that a change to the schema requires minimal changes to your code and no change to the database. PHP and Java developers can benefit greatly from using native XML databases

IT talks about how to connect to the database (in this case DB2), grab the XML data via a query and how to insert information back in via a web-based form. There's also an example showing how to make a "search" on the data and how to change the schema of the database on the fly as well.

0 comments voice your opinion now!
xml database application tutorial db2 modify schema


blog comments powered by Disqus

Similar Posts

Gonzalo Ayuso's Blog: Inject dependencies via PhpDoc

Carl Vuorinen: Controller testing with database fixtures in Zend Framework

Community News: "PHP Tip a Day" Blog

PHPBuilder.com: Use PDO to Access Just About Any Database from PHP

MongoDB Blog: MongoDB for the PHP Mind, Part 1


Community Events











Don't see your event here?
Let us know!


community database framework introduction opinion testing development language code podcast functional interview series api release composer example phpunit unittest zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework