12/06/05
In my previous note about QuantumDB, I explained how to use an SQL database within Eclipse. But now, the question is how to automate the run of a SQL script using Ant...
Note: to illustrate this, we will use a MySQL datatbase but it's the same idea with another database.
12/04/05
HtmlUnit tests with Eclipse and Ant -
Categories: Eclipse Platform, Ant, Eclipse plug-ins -
Serge Baccou
@ 03:10:11 pm
This note explains how to perform HTML unit tests within eclipse using HtmlUnit. HtmlUnit is a java unit testing framework for testing web based applications. It is a member of the JUnit family. This method work for any kind of web development project, not only Java ones but also PHP projects for example, as we are testing the HTML as it appears on the client side.
In this article we will also see how to integrate these tests with Ant.
Using Subversion from the Internet with Eclipse -
Categories: Eclipse Platform, Subversion -
Serge Baccou
@ 10:52:37 am
In my previous note entitled Installing and using Subversion on Windows with Eclipse, I was concentrated on the installation of Subversion on my PC. The current note explains a better solution for collaborative development: using Subversion (aka SVN) from the Internet.
10/15/05
Installing and using Subversion on Windows with Eclipse -
Categories: Eclipse Platform, CVS, Subversion, Eclipse plug-ins, Tutorials -
admin
@ 08:26:47 am
![]() |
I want to move from CVS to Subversion. Both are version control systems, but Subversion is a better CVS as explained in this article. For us, the main reason to switch from CVS to Subversion is that files and directories can be renamed or moved and directories are versionned as files. So the first questions are: how to install Subversion on Windows? What about the Subversion integration with Eclipse. This blog note will try to answer these questions. In a next note, I will deal with CVS to Subversion repository conversion using cvs2svn tool. |
09/11/05
Eclipse and the world of Hello World -
Categories: Eclipse Platform, Ant -
Serge Baccou
@ 04:28:05 pm
![]() |
One big strength of Eclipse compared to other IDE (ok, no name) is that Eclipse is language-agnostic so that you can use Eclipse in many programming languages or development frameworks. To prove that quality, I have written 4 Hello World! programs using Eclipse and using 4 different languages: Java, Ant (ok, it's tool rather than a language), PHP and Ruby on Rails. The level of integration with Eclipse is not the same for every languages, but the language-agnostic promise is respected. |
07/09/05
What's new in Eclipse 3.1? -
Categories: Tools, Eclipse Platform, CVS, Ant -
Serge Baccou
@ 09:44:08 pm
![]() | In a previous note, I have announced the release of Eclipse 3.1. Meanwhile, I have read carefully the following page on Eclipse web site: Eclipse 3.1 - New and Noteworthy and I have installed Eclipse 3.1 on my PC. This is a summary of what is new in Eclipse 3.1. You can also read section 3 of my new PowerPoint presentation on Eclipse 3.1 (which will be updated frequently). |

