Category Archives: Java
-
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 -
Having JAXB1 and JAXB2 in the same classpath
Leave a comment30 August 2012 by ludovicianul
If you just add JAXB1 and JAXB2 jars into the same classpath you may end up with the following exception: …
Continue reading -
Guice – a lightweight DI framework alternative to Spring
33 February 2012 by ludovicianul
What is Guice? To quote from the Guice official page “Guice alleviates the need for factories and the use of new in …
Continue reading -
My JavaWorld article
Leave a comment6 October 2011 by ludovicianul
The link to my first JavaWorld article: http://www.javaworld.com/javaworld/jw-10-2011/111004-jtip-recursion-in-java-7.html
-
How to display images from the database in your jsp pages – the easy way
225 September 2011 by ludovicianul
The easiest and elegant way to read images from the database and display them in the UI is through a …
Continue reading -
How to increase Tomcat heap size in Eclipse
115 September 2011 by ludovicianul
If you get a lot of java.lang.OutOfMemoryErrors while running your web application on Tomcat from Eclipse, it means that you …
Continue reading -
Algorithm: Get all possible letter combinations from a dialed number
Leave a comment11 September 2011 by ludovicianul
Problem Implement a smart dialer. When typing digits into a dialer, get all contacts that match any letters combination corresponding …
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
