Other News

Community

Retrofitting date values in SQL

(Arthur Fuller) In a time-tracking database that I worked on recently, the table of interest contained the columns displayed in Listing A. You can make several criticisms of this table design. Most obvious is the use of NULLable columns—this data makes no sense if any of the values are null. (There

Community

An Introduction to UML and Classes

(Grady Booch, Ivar Jacobson and James Rumbaugh) Classes are the most important building block of any object-oriented system. A class is a description of a set of objects that share the same attributes, operations, relationships, and semantics. A class implements one or more interfaces. This chapter

Community

‘I Used to Be an App Server’

(Kameron Cole) First of all, we have to start saying “integration server” instead of “application server.” We’ve gotten so accustomed to saying “apps” and “app server” that we’ve lost the meaning. Of course, an application server serves applications. Applications were actually a “trend” at one t

Community

Understanding XML Server

(Balaji B) XML Server can be a Web Server that stores the XML files in it and serves them on demand. The XML Server would have processing capabilities with an XML engine and to transform the XML document to other forms. Basically a server which hosts and serves the XML documents is called a XML Serv

Community

PHP Web Blog – Part 1

(Eric Bessere) In this introductory article, we will look into the use of many different aspects of PHP in order to create a fully functional web application. This article will cover the 5 most common functions that a PHP-to-MySQL relationship will generate.