Archive for February, 2006

links for 2006-02-28

links for 2006-02-25

links for 2006-02-22

  • IBM introduces DB2 Express-C, a version of DB2 Universal Database Express Edition (DB2 Express) for the community. DB2 Express-C is a no-charge data server for use in application development and deployment. Providing the same core data server features as
    (tags: db2 ibm)

Tim Bray on PHP

hear, hear!

On PHP

all the PHP code I’ve seen in that experience has been messy, unmaintainable crap. Spaghetti SQL wrapped in spaghetti PHP wrapped in spaghetti HTML, replicated in slightly-varying form in dozens of places. Everyone agrees on PHP’s upsides: it’s written for the web, it’s easy to deploy and get running, and it’s pretty fast. Those are important advantages. And I’m sure that it’s possible to write clean, comprehensible, maintainable, PHP; only apparently it’s real easy not to.

In 1999, I came to the same conclusion with Microsoft’s Active Server Pages (ASP). How does anyone maintain the mix of ASP, HTML, CSS, etc. in one ASP file; it’s a total mess. The solution then and now is Java.

On the other hand, this week I was explaining J2EE deployment in WebSphere Application Server to my co-workers. Mid-explanation I was hit by the hammer of too much abstraction and flexibility. I haven’t experimented with Rails, but I like many of the principles. In the comments on Tim Bray’s post, someone mentions that “it should be easy to do the right thing.” Hear, hear!

links for 2006-02-18

WAS 6.0 and DB2 8.1 pain

I kept getting an exception regarding com.ibm.db2.jcc.SQLJContext and found the following…

WebSphere Application Server - WebSphere 6.0 exception with JDBC datasource (com.ibm.db2.jcc.SQLJContext)

You need to have DB2 8.1.6 or higher or you will get this message. This class will be in the jar file if you have version 8.1.6 or higher.

links for 2006-02-15

links for 2006-02-14

links for 2006-02-10

links for 2006-02-09

  • Partition Image is a Linux/UNIX utility which saves partitions in many formats (see below) to an image file. The image file can be compressed in the GZIP/BZIP2 formats to save disk space, and split into multiple files to be copied on removable floppies (Z
  • SystemRescueCd is a linux system on a bootable cdrom for repairing your system and your data after a crash. It also aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk. It con

Next Page »