 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
IBM developerWorks: Use an XML database in PHP and Java applications
by Chris Cornutt 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.
voice your opinion now!
xml database application tutorial db2 modify schema
InfoWorld: Zend, IBM expand PHP pact
by Chris Cornutt August 09, 2007 @ 08:38:00
According to a new article on InfoWorld today, Zend and IBM are working together to extend the reach of their combined technologies even further by focusing on more functionality around IBM's DB2 database.
Featured in the arrangement are enhanced IBM DB2 Express-C capabilities in IBM Zend Core for IBM, which is Zend's PHP offering. DB2 Express-C is IBM's hybrid relational-XML data server for accessing enterprise capabilities such as data replication, clustering and offsite disaster recovery.
Also included is new support for DB2 Connect technology to access i5/PS and z/OS DB2 data servers. DB2 Connect technology makes it easy to build PHP applications that leverage DB2 hosted on IBM System z and System i servers.
The article also mentions how users can use existing System i Linux partitions, System i BladeCenter and System x servers to take advantage of this new functionality. Zend will be providing the support for this new product (a "single support solution").
voice your opinion now!
zend ibm db2 database expressc zendcore zend ibm db2 database expressc zendcore
IBM developerWorks: Java and PHP technology on AIX - Integrate the Java business application w/ DB2
by Chris Cornutt June 22, 2007 @ 11:56:00
On the IBM developerWorks site, the next part of their tutorial series looking at working with AIX and PHP has been posted. This time, there's a focus on integrating a Java business application in using DB2 (version 9) as the backend.
It is possible to develop applications that employ both Java and PHP technology on AIX. You can use the Java programming language for the core logic (or redeploy an existing Java-based application), while gaining the benefits of PHP as a Web-based interface platform. In this article, the third of the series, find out how to connect the core application created in the second installment to a DB2 database for the storage of the survey questions and responses.
They talk some about database roles before working through the DB2 database installation. Then it's time to make the connection to the application, create the table structures and insert information.
voice your opinion now!
ibm aix java db2 backend database tutorial ibm aix java db2 backend database tutorial
IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax
by Chris Cornutt January 31, 2007 @ 07:46:00
As mentioned on the Zend Developer Zone, there's a new article over on the IBM developerWorks website talking about getting Ajax and PHP to play nicely together with DB2 through Xajax.
Various PHP class libraries are available for using Ajax with PHP, among them Xajax, an open source, object-oriented, PHP class library. In this article, learn how to implement PHP, Ajax, and Xajax to develop a dynamic Web application solution accessing IBM DB2 9 for Linux, UNIX, and Windows.
They look at what Xajax is before getting started (to level the playing field) and then start with the installations and usage:
- Install DB2 for Linux, UNIX, and Windows
- Install PHP and Xajax
- Create a DB2 database table
- Sending a request
- Processing a request
By the end, you'll have a simple (form) application that can interact easily with a PHP backend, talking to a DB9 database, that can save catalog information.
voice your opinion now!
ajax xajax db2 install tutorial form application catalog ajax xajax db2 install tutorial form application catalog
|
Community Events
Don't see your event here? Let us know!
|