Category Archives: CodeProject
-
My first open source project: Selenium on Steroids
Leave a comment12 March 2013 by ludovicianul
The projects targets QA automation engineers that want a clean and simple way to create Selenium tests allowing them to …
Continue reading -
Using Google Guice in Web Applications
45 February 2013 by ludovicianul
Introduction As promised in the previous article I’ll continue presenting Google Guice also for web applications. In order to do …
Continue reading -
Code Review Guidelines – Part 2
127 January 2013 by ludovicianul
Please read Part 1 first. Automating the Code Review process You can split the Code Review process into 2 parts: …
Continue reading -
Code review guidelines – Part 1
107 January 2013 by ludovicianul
Last updated on 27th of January. Please also read Code Review Guidelines Part 2. What is a Code Review? Code review is …
Continue reading -
The Generic DAO pattern in Java with Spring 3 and JPA 2.0
207 September 2011 by ludovicianul
One thing that annoys me the most is code duplication. The DAO layer is the perfect candidate for this kind …
Continue reading -
Creating a URL JLabel in Swing
Leave a comment5 September 2011 by ludovicianul
So, you need a simple clickable URL JLabel in your Swing application? You can, of course, use third party libraries …
Continue reading
