-
Two approaches to testing of code with database access
Often we deal with database. Data is flying back and forth between application and data store. Following the modern influences, we wish to have tested everything that might break some day. When you get enough experience and develop the sense of well code design, this task will become easy and straightforward, but unfortunately I can see very often bad samples of code separation and awful design. So what it is all about?
First EJB3 Impressions with JBoss 4.0.3
Writing Effective Software Descriptions
Today I was looking for a good manual on how to build correct and well-formed Debian distribution packages. As you might know, every package has some sort of description telling what application it holds, why user needs this application, what platform this application is supposed to work on etc. While it is a regular descriptor, it still plays big role in advertising your product.