Daily DevelopmentDaily DevelopmentBlog about practises and challanges in daily software developers work such a tools usage, architecture and design, project management, configuration management and others. Articles
Refactor singleton out of your code
2007-08-01 20:40:00 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... More About: Code , Actor
My first real Java application
2007-07-02 19:05:00 I just found very funny Java application in my archive. It was year 2002 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... More About: Real , Application
What I am missing on del.icio.us
2007-07-02 10:52:00 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... More About: Missing , Missi
Intercepting Filter Design Pattern
2007-06-14 20:00:00 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,... More About: Design , Pattern
Windows XP - Expired Credentials
2007-06-13 13:50:00 I just get following message from Windows XP: Then when I clicked: It happends when I was logged in using remote desktop on a remote machine. Then I Disconnected (but I was still logged in), changed my domain password and connected again. After while, when I was working on access rule... More About: Windows Xp
Singleton pattern implementation in 4 steps
2007-05-30 15:41:00 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... More About: Pattern , Implementation , Steps
Code Content Assistant Efficiency
2007-05-16 18:15:00 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... More About: Code , Efficiency , Assist , Tent
Don't write code - use Eclipse
2007-04-20 09:13:00 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... More About: Write , Code , Eclipse , Clipse
Interceptor Design Pattern
2007-04-11 16:01:00 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... |



