Personal
A website for hobbyists in Sri Lanka.
Check this out..
http://www.hobbytechlk.net
It is a knowledge sharing websites for hobbyists interested in Electronics, Robotics, Remote Controlled Cars, Airplanes, Trains, and Robot building.
Getting the 5-phase stepper to run.
Recently I bought three stepper motors from a junk seller in ‘armour street’. It costed me Rs. 300 each. The labels on these motors were almost unreadable, but since I selected all three motors of the same type I was able to put the remaining contents of the labels to find out about the motors.
The [...]
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.
[...]
Hibernate Xdoclet many-to-one generates dulicate unique=”true” – SOLVED!
While working on my degree project i came across a situation where i needed a one-to-one relationship. Among the two methods to implement such relationship in hibernate, i choose to use the foreign-key method other than the shared primary key method.
I was unable to do a schemaExport because of xdoclet generating two unique=”true” attributes in [...]