Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
The book contains seven chapters. The first chapter defines terms like framework and profile. It explains in what ways a framework can be extensible and states the goals of the UML-F profile. The second chapter discusses the UML notation in the light of the extensions by the UML-F profile. Chapter three explains tagged values and stereotypes and introduces two UML-F specific presentation tags, the completeness and incompleteness tag. Inheritance indicators are introduced to be able to indicate in class and object diagrams whether methods and attributes are abstract or can be overridden. Some new tags are introduced for the sequence diagrams to indicate triggers and repetition of messages. Three other tags for class diagrams are used to indicate which classes belong to the framework and which classes to the application. The
fixed,
adapt-staticand
adapt-dyntags are introduced to indicate how classes and methods can be specialised by an application, e.g. a fixed tag does not allow overriding of a method in application classes.
Chapter four presents framework construction principles and introduces the corresponding UML-F tags. Two important construction principles are discussed, the unification and separation construction principle. Template and hook methods are explained. At the end of this chapter it is shown how UML-F tags can be defined for the Composite pattern. Appendix B defines more tags for the GOF patterns. Chapter five discusses how to facilitate framework adaptations, i.e. guide the writing of real applications and discusses how a cookbook can consist of a guided tour and a collection of recipes. Some example recipes are given.
Chapter six provides a case study that exemplifies the theory of the previous chapters. The last chapter gives some hints to framework development, which in itself is more complicated then developing an application according to given requirements.
I did not agree with all of the statements made about framework development, but on the whole this book is an interesting and original piece of work, presenting lots of useful concepts for framework design.