2 resultados para ARCHITECTURAL DESIGN SHOWROOMS
em Helda - Digital Repository of University of Helsinki
Resumo:
The Modern City Planning of Architect Aarne Ervi in the Helsinki Metropolitan Area: The Planning of the Finnish Capital after the Second World War This study focuses on the city planning of architect Aarne Ervi (1910-1977) in the Helsinki metropolitan area, which includes the cities of Helsinki, Espoo, Kauniainen and Vantaa, from the 1940s to the end of the 1960s. Ervi succeeded in several major architectural competitions in Finland, acted as the main designer of the "New Town" of Tapiola and of the suburb of Vantaanpuisto in the metropolitan area, and worked as the first director of the city planning department of Helsinki from 1965-1969. This study belongs to the field of planning history in which the art historical study of architecture blends with the history of Finnish society. I examine architect Aarne Ervi and his city planning architecture through the concept of "modern". I link the theoretical literature of modernism in architecture and the modernization of society with historical documents and empirical archival research. I examine Ervi's professional career, the teamwork characteristic of his office, and the collegial community in which Ervi serves different vocational roles as an architect. The postwar development of planning legislation and of municipal and state planning organisations provides the necessary context for urban planning. I also discuss the municipal development of Espoo and Vantaa and the regionalization process that occured in Helsinki during the decades in question. The main results of this study relate to the collective and cooperative group nature of work in architectural design, to the introduction of an alternative approach to the question of modernism in Finnish architectural discourse, and to the post-war planning history of legislative and institutional organisations in Finland. Furthermore, the study includes new historical research about the city planning department of the city of Helsinki, the planning of Tapiola and Vantaanpuisto, and the operations of the main developers of these two suburban areas: the Asuntosäästäjät Society and the Asuntosäätiö Foundation.
Resumo:
Reuse of existing carefully designed and tested software improves the quality of new software systems and reduces their development costs. Object-oriented frameworks provide an established means for software reuse on the levels of both architectural design and concrete implementation. Unfortunately, due to frame-works complexity that typically results from their flexibility and overall abstract nature, there are severe problems in using frameworks. Patterns are generally accepted as a convenient way of documenting frameworks and their reuse interfaces. In this thesis it is argued, however, that mere static documentation is not enough to solve the problems related to framework usage. Instead, proper interactive assistance tools are needed in order to enable system-atic framework-based software production. This thesis shows how patterns that document a framework s reuse interface can be represented as dependency graphs, and how dynamic lists of programming tasks can be generated from those graphs to assist the process of using a framework to build an application. This approach to framework specialization combines the ideas of framework cookbooks and task-oriented user interfaces. Tasks provide assistance in (1) cre-ating new code that complies with the framework reuse interface specification, (2) assuring the consistency between existing code and the specification, and (3) adjusting existing code to meet the terms of the specification. Besides illustrating how task-orientation can be applied in the context of using frameworks, this thesis describes a systematic methodology for modeling any framework reuse interface in terms of software patterns based on dependency graphs. The methodology shows how framework-specific reuse interface specifi-cations can be derived from a library of existing reusable pattern hierarchies. Since the methodology focuses on reusing patterns, it also alleviates the recog-nized problem of framework reuse interface specification becoming complicated and unmanageable for frameworks of realistic size. The ideas and methods proposed in this thesis have been tested through imple-menting a framework specialization tool called JavaFrames. JavaFrames uses role-based patterns that specify a reuse interface of a framework to guide frame-work specialization in a task-oriented manner. This thesis reports the results of cases studies in which JavaFrames and the hierarchical framework reuse inter-face modeling methodology were applied to the Struts web application frame-work and the JHotDraw drawing editor framework.