eclipse

Setting up a convenient Eclipse working environment

Here I would like to list all task, I need to do when setting up my Eclipse environment Plug-ins to be installed More Unit - the best tool for generating and maintaining unit test created for Eclipse JRebel - in case of server side programming, you can save a huge amount of time with it.… Continue reading Setting up a convenient Eclipse working environment

Advertisement
Design pattern, Java, Spring

Using prototype in Spring singleton service

I wanted to use a Spring bean, with private fields in order to build an object. Previously the builder class was really as an example of the builder pattern implemented. It was able to build the required object based on the parameters, defined for the builder. Later on, after the requirement changed, the builder had… Continue reading Using prototype in Spring singleton service