Agility eLetter July, 2004

 

In this issue...

In this issue, we have a detailed article on Decorator Pattern by Example.

 

Abstract: In this article we present an example that illustrates the use of the Decorator pattern. The objective is to illustrate the flexibility provided by this very elegant pattern. The example is presented in Java; however any .NET developer must be able to grasp the concept from it. Please visit http://www.agiledeveloper.com/download.aspx to download the complete article from the Agile Developer web site.

Message from us

I will be speaking at a number of No Fluff Just Stuff events this year. To see where it is in a city near you, please visit http://www.nofluffjuststuff.com.

 

If you would like any question to be addressed or topic to be discussed, please send us an email at agility@agiledeveloper.com. At the end of the year, one person will be randomly selected from the list of respondents for a special prize. We would like to hear from you.

Please send suggestions, corrections and comments to agility@agiledeveloper.com.

Quiz corner

In Java, at runtime, how do I determine the location (on disk) of the Jar file/.class file for a class?

Send your response to agility@agiledeveloper.com, and you may become the winner of 2004 Agility special prize. The more quizzes you answer, the better your chances are to be a winner!


Quiz from the past issue

How does the CLR determine which method/function to start running when a .NET program is executed?

 

Answer!

This received quite a number of responses. The first correct response came from Wullie! His words quoted here “will execute whatever method / function is marked with the .entrypoint IL directive.

Subscription Information

To subscribe or unsubscribe to the free issues of Agility eLetter, please visit http://www.agiledeveloper.com/eLetter.aspx.

Thus spake...

‘When the going gets tough, the tough gets going,’ – Unknown.