Category: Software Development
First of all, although the name suggests otherwise, HttpUnit is NOT a unit-testing framework. What is it then? Well, read this excerpt from the HttpUnit site: “HttpUnit emulates the …
After a promising start, getting me all enthousiastic about the new features described in the “what’s new” document, Eclipse 3.0 got to a grinding halt when i tried to …
I have tested JBoss via Eclipse with the Lomboz plugin along the lines of this great tutorial. I got it relativerly easy up and running and it is a …
Currently, plugins for the 3.0 release of Eclipse are only sparsely available. However, I already discoverd two interesting ones: a subversion Eclipse plugin (CVS support is already present in …
Eclipse 3.0 is available for download from the 25th of June. I downloaded and installed it. It looks great and has some great new features, among others integration with …
If you have just installed the MySQL RPMs and wonder what to do next, check out Getting Started with MySQL. This is a wonderful concise to-the-point comprehensible “getting started”, …
With Eclipse 2.1.3 using the SysDeo plugin for Tomcat (I’m using Tomcat 4.1.30) I am not able to un/redeploy an application: the old code isn’t replaced by the new. …
You can access a database with Ant. This can be useful when you want to create a database and fill it with some default data at the start/deployment of …