𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Aspect-oriented software development with use cases

✍ Scribed by Ivar Jacobson, Pan-Wei Ng


Publisher
Addison-Wesley Professional
Year
2005
Tongue
English
Leaves
464
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Aspect-oriented programming (AOP) is a revolutionary new way to think about software engineering. AOP was introduced to address crosscutting concerns such as security, logging, persistence, debugging, tracing, distribution, performance monitoring, and exception handling in a more effective manner. Unlike conventional development techniques, which scatter the implementation of each concern into multiple classes, aspect-oriented programming localizes them. Aspect-oriented software development (AOSD) uses this approach to create a better modularity for functional and nonfunctional requirements, platform specifics, and more, allowing you to build more understandable systems that are easier to configure and extend to meet the evolving needs of stakeholders. In this highly anticipated new book, Ivar Jacobson and Pan-Wei Ng demonstrate how to apply use casesa mature and systematic approach to focusing on stakeholder concernsand aspect-orientation in building robust and extensible systems. Throughout the book, the authors employ a single, real-world example of a hotel management information system to make the described theories and practices concrete and understandable.The authors show how to identify, design, implement, test, and refactor use-case modules, as well as extend them. They also demonstrate how to design use-case modules with the Unified Modeling Language (UML)emphasizing enhancements made in UML 2.0and how to achieve use-case modularity using aspect technologies, notably AspectJ.


πŸ“œ SIMILAR VOLUMES


Aspect-Oriented Software Development wit
✍ Ivar Jacobson πŸ“‚ Library πŸ“… 2005 πŸ› Addison-Wesley Professional 🌐 English

"A refreshingly new approach toward improving use-case modeling by fortifying it with aspect orientation."<br /><br /><br /><br />--<b>Ramnivas Laddad,</b>author of<i>AspectJ in Action</i>"Since the 1980s, use cases have been a way to bring users into software design, but translating use cases into

Aspect-Oriented Software Development wit
✍ GΓ©rard RenΓ© Lemaitre πŸ“‚ Library πŸ“… 2005 πŸ› Addison-Wesley Professional 🌐 English

"A refreshingly new approach toward improving use-case modeling by fortifying it with aspect orientation." --Ramnivas Laddad, author of AspectJ in Action "Since the 1980s, use cases have been a way to bring users into software design, but translating use cases into software has been an art, at best

Using Aspect-Oriented Programming for Tr
✍ Vladimir O. Safonov πŸ“‚ Library πŸ“… 2008 πŸ› Wiley-Interscience 🌐 English

Learn how to successfully implement trustworthy computing tasks using aspect-oriented programming <p> This landmark publication fills a gap in the literature by not only describing the basic concepts of trustworthy computing (TWC) and aspect-oriented programming (AOP), but also exploring their

Using aspect-oriented programming for tr
✍ Safonov, V. O πŸ“‚ Library πŸ“… 2010 πŸ› Wiley-Interscience 🌐 English

* Provides the necessary tools to complete trustworthy computing tasks more efficiently with AOP. * Includes practical information on a working AOP tool for .NET (Aspect.NET) and a number of working examples of how to use AOP for the purposes of TWC. * Solutions throughout the book include tradition