Archive for September, 2007
PHP Code Navigation in eclipse PDT
I just checked out a PHP project (SAHANA), opened it in eclipse PDT, and found out that the code navigation is not working. I couldnt view a function’s code by just ctrl+click ing on the function call.
Asked Ravindra and this is the solution he gave me.
What I did was just created a new dummy [...]
Spring RCP – Tutorial 1
Spring RCP Tutorial 1 – The Basics.
Note : First of all I have to tell you that what I write here is what I experienced while learning Spring RCP. I am no expert in Spring RCP and there may be mistakes and wrong do’s in this tutorial. Experts are welcome to point them out.
[...]