Occasionally a user will receive so much email that it blows the file system limit for a domain. This can be because they haven't picked up their mail for a while or the domain has fallen into disuse.
Usually when you tell the user they have 6,000 ema… more »
Categories: "Computer Languages"
Where do I put my beans? What beans? Coffee beans? Java beans? No - Spring beans!
When running a servlet container, such as Apache Tomcat, you must define all your java beans in such a way as to facilitate the separation of the live and development sy… more »
Been having a look at OpenID. It seems like a really good idea. I have loads of user names and passwords to all the support sites on the internet. You try and pick the same one on each but occasionally there is another joebloggs out there who steals your… more »
Surprisingly Hibernate 3 does not support UUID's. I think the main reason for this is that UUID is not yet an ANSI database type. Each database manufacturer has implemented it in a different way, stored it as a slightly different type and has a driver (o… more »
B2evolution has a really good user interface for managing and updating your blogs, but when it comes to doing bulk changes it falls down a little. That said, none of the blogging applications allow you to do the kinds of operations that only SQL can… more »