<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;Ck8MSH8yeyp7ImA9WxBWFUo.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013</id><updated>2010-02-07T20:28:09.193+01:00</updated><title>bosy.DailyDev.org</title><subtitle type="html">Blog about practises and challanges in daily software developer's work such a tools usage, architecture and design, project management, configuration management and others.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://bosy.dailydev.org/" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/DailyDevelopment" /><feedburner:info uri="dailydevelopment" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;D0cAQ385eip7ImA9WxVXGEU.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-8312774378006739114</id><published>2009-02-17T16:03:00.001+01:00</published><updated>2009-02-17T16:37:22.122+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-17T16:37:22.122+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="maven" /><title>Speed up Maven build</title><content type="html">From a sprint retrospective we got a lot of 'minuses' related to the speed of Maven build executed by every developer localy on their computers many times per day. The developers were frustrated that complete build tooks from 10 to 15 minutes and estimated that they spend from 30 to 60 minutes...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/uIuQX7kjjMM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/8312774378006739114/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=8312774378006739114" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/8312774378006739114?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/8312774378006739114?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/uIuQX7kjjMM/speed-up-your-maven-build-four-times.html" title="Speed up Maven build" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://bosy.dailydev.org/2009/02/speed-up-your-maven-build-four-times.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04AQ3Y_eip7ImA9WxRWEkw.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-2643438510113814565</id><published>2007-08-01T20:40:00.002+02:00</published><updated>2008-10-28T19:52:22.842+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-10-28T19:52:22.842+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="java" /><category scheme="http://www.blogger.com/atom/ns#" term="coding tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><category scheme="http://www.blogger.com/atom/ns#" term="refactoring" /><title>Refactor singleton out of your code</title><content type="html">There are a lot of posts about that the Singleton design pattern [GoF] is not pattern but anti-pattern (eg. SINGLETON - the anti-pattern!). Some posts also proposes an alternatives for Singleton design pattern or solutions for already existing Singleton design pattern problem (eg. Patterns I Hate...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/J2XHrKbMvzM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/2643438510113814565/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=2643438510113814565" title="13 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/2643438510113814565?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/2643438510113814565?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/J2XHrKbMvzM/refactor-singleton-out-of-your-code.html" title="Refactor singleton out of your code" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">13</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/08/refactor-singleton-out-of-your-code.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck8MSHw7eCp7ImA9WxBWFUo.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-7609394726924517053</id><published>2007-07-02T19:05:00.005+02:00</published><updated>2010-02-07T20:28:09.200+01:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-07T20:28:09.200+01:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="java" /><category scheme="http://www.blogger.com/atom/ns#" term="application" /><category scheme="http://www.blogger.com/atom/ns#" term="fun" /><title>My first real Java application</title><content type="html">I just found very funny Java application in my archive. It was year 1999 and I was studying college in Ostrava. We had strange theme called Java Technologies. Following applet was my semestral project for the theme. It is very simple, multi threaded (!!!), simulation of cross way. A colored squares...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/cl-Feq0yRh0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/7609394726924517053/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=7609394726924517053" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/7609394726924517053?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/7609394726924517053?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/cl-Feq0yRh0/my-first-real-java-application.html" title="My first real Java application" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/07/my-first-real-java-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcFRXw9fSp7ImA9WB5QE0Q.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-7747560400804403866</id><published>2007-07-02T10:52:00.000+02:00</published><updated>2007-07-02T17:26:54.265+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-02T17:26:54.265+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="bookmarking" /><category scheme="http://www.blogger.com/atom/ns#" term="environment" /><category scheme="http://www.blogger.com/atom/ns#" term="team" /><title>What I am missing on del.icio.us</title><content type="html">As member of a team I was looking for some solution which will enable us to share bookmarks across the team. Because I have some good experiences with del.icio.us bookmark manager and it also fulfil basic conditions, my focus was clear from the beginning.

The basic conditions were:
bookmarks...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/l1ptQm78Nys" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/7747560400804403866/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=7747560400804403866" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/7747560400804403866?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/7747560400804403866?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/l1ptQm78Nys/what-i-am-missing-in-delicious.html" title="What I am missing on del.icio.us" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/06/what-i-am-missing-in-delicious.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08MQH85fip7ImA9WB5REUo.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-8706216904275050590</id><published>2007-06-14T20:00:00.000+02:00</published><updated>2007-06-18T16:11:21.126+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-06-18T16:11:21.126+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="intercepting filter" /><category scheme="http://www.blogger.com/atom/ns#" term="J2EE" /><category scheme="http://www.blogger.com/atom/ns#" term="design patterns" /><category scheme="http://www.blogger.com/atom/ns#" term="architecture" /><title>Intercepting Filter Design Pattern</title><content type="html">Intercepting Filter is classified as an enterprise or J2EE design pattern. Intercepting Filter design pattern is typically used in cases where some messages should be processed but the target processing should be wrapped into chain of arbitrary pre/post processings as are authorization checks,...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/jAtA7kJJrck" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/8706216904275050590/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=8706216904275050590" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/8706216904275050590?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/8706216904275050590?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/jAtA7kJJrck/intercepting-filter-design-pattern.html" title="Intercepting Filter Design Pattern" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_kLvS0pUgiGY/RnF37lA03-I/AAAAAAAAAG8/AWtYvUXy9bE/s72-c/InterceptingFilter_classes.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/04/intercepting-filter-design-pattern.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04MQHk6fyp7ImA9WB5QFU8.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-3114380879487336716</id><published>2007-05-30T15:41:00.001+02:00</published><updated>2007-07-04T08:19:41.717+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-04T08:19:41.717+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="java" /><category scheme="http://www.blogger.com/atom/ns#" term="coding tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><category scheme="http://www.blogger.com/atom/ns#" term="refactoring" /><title>Singleton pattern implementation in 4 steps</title><content type="html">The article describes very simple, fast and efficient way how to create class implementing Singleton design pattern [GoF]. Everything is done in 4 steps using standard features of Eclipse IDE (refactoring and source code manipulation). But it is of course applicable for every IDE providing similar...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/KMyt1FA_2gk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/3114380879487336716/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=3114380879487336716" title="12 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/3114380879487336716?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/3114380879487336716?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/KMyt1FA_2gk/singleton-pattern-implementation-in-4.html" title="Singleton pattern implementation in 4 steps" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp1.blogger.com/_kLvS0pUgiGY/Rl2Mnc1pj_I/AAAAAAAAAEY/n9WH8qsHLz4/s72-c/singleton_02_EmptyClass.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">12</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/06/singleton-pattern-implementation-in-4.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0IBSX8zeip7ImA9WB5RE04.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-109993365380576097</id><published>2007-05-16T18:15:00.000+02:00</published><updated>2007-06-20T11:25:58.182+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-06-20T11:25:58.182+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="content assistant" /><category scheme="http://www.blogger.com/atom/ns#" term="coding tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><title>Code Content Assistant Efficiency</title><content type="html">Purpose of this article is to evaluate efficiency of content assistant functionality provided by Eclipse with focus on type name completion. The results will be of course applicable not just for type names but also for field and method names.

Content assistant functionality
Eclipse content...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/HK-xYseh4eA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/109993365380576097/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=109993365380576097" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/109993365380576097?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/109993365380576097?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/HK-xYseh4eA/content-assistant-efficiency.html" title="Code Content Assistant Efficiency" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp3.blogger.com/_kLvS0pUgiGY/Rks-Vc1pj5I/AAAAAAAAADY/3YDaajM4Qa8/s72-c/efficiencyTable.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/05/content-assistant-efficiency.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcERXwzeyp7ImA9WB5QFU4.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-5752205455729197509</id><published>2007-04-20T09:13:00.000+02:00</published><updated>2007-07-04T08:20:04.283+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-07-04T08:20:04.283+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="java" /><category scheme="http://www.blogger.com/atom/ns#" term="coding tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Eclipse" /><category scheme="http://www.blogger.com/atom/ns#" term="refactoring" /><title>Don't write code - use Eclipse</title><content type="html">Eclipse IDE provides multiple functionalities which can help you when you are coding. The functionalities what I am talking about are typically very small and easy to use actions such as Content Assistant, Quick Fix, Refactoring and other code manipulations. Usage of those features can improve...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/bjREc3CUzvI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/5752205455729197509/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=5752205455729197509" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/5752205455729197509?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/5752205455729197509?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/bjREc3CUzvI/dont-write-code-use-eclipse.html" title="Don't write code - use Eclipse" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp2.blogger.com/_kLvS0pUgiGY/Ri4jpw8b6cI/AAAAAAAAAA8/uf8Ele9pUF4/s72-c/new.PNG" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">7</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/04/dont-write-code-use-eclipse.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0INRHozeip7ImA9WB5REUo.&quot;"><id>tag:blogger.com,1999:blog-4345824448663422013.post-1685750448322207627</id><published>2007-04-11T16:01:00.000+02:00</published><updated>2007-06-18T16:06:35.482+02:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2007-06-18T16:06:35.482+02:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="interceptor" /><category scheme="http://www.blogger.com/atom/ns#" term="J2EE" /><category scheme="http://www.blogger.com/atom/ns#" term="design patterns" /><category scheme="http://www.blogger.com/atom/ns#" term="architecture" /><title>Interceptor Design Pattern</title><content type="html">Usage of Interceptor Design Pattern [POSA2] can solve many problems in daily development. It is very easy to: monitor what is the application doing insideprovide possibility to change some of application's behaviorprovide possibility to extend application with new featuresimplementer of the...&lt;img src="http://feeds.feedburner.com/~r/DailyDevelopment/~4/FtILFmsszQU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://bosy.dailydev.org/feeds/1685750448322207627/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4345824448663422013&amp;postID=1685750448322207627" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/1685750448322207627?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4345824448663422013/posts/default/1685750448322207627?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DailyDevelopment/~3/FtILFmsszQU/interceptor-design-pattern.html" title="Interceptor Design Pattern" /><author><name>Roman B.</name><uri>http://www.blogger.com/profile/10191921864885167276</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="14369494794793708316" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://bp2.blogger.com/_kLvS0pUgiGY/RkQjwEqM2eI/AAAAAAAAAC8/z1zt_XXoWo8/s72-c/InterceptorClassDiagram.png+" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://bosy.dailydev.org/2007/04/interceptor-design-pattern.html</feedburner:origLink></entry></feed>
