Coverage includes * Defining end-to-end J2EE development strategies that promote speed without compromising quality * Understanding how your design-time decisions impact overall project schedules * Building agile application architectures that promote rapid development *
Foundations of AOP for J2EE Development
โ Scribed by Lionel Seinturier, Renaud Pawlak
- Book ID
- 127449239
- Publisher
- Apress; Distributed to the book trade worldwide by Springer-Verlag
- Year
- 2005
- Tongue
- English
- Weight
- 9 MB
- Edition
- 1
- Category
- Library
- City
- Berkeley, Calif. :, New York
- ISBN
- 1430200634
No coin nor oath required. For personal study only.
โฆ Synopsis
Foundations of AOP for J2EE Development covers a relatively new programming paradigm: aspect-oriented programming, or AOP. Presented are the core concepts of AOP: AspectJ 5, JBoss AOP, Spring AOP, and JAC. Specific features of these tools are compared. The book also explores the potential uses of AOP in everyday programming life, such as design patterns implementation, program testing, and application management.In the latter part of the book, the authors show how AOP can ease the task of J2EE application development. (J2EE is known for being a rich and somewhat complicated framework.)
๐ SIMILAR VOLUMES
Eclipse has proven to be a best-of-class, open source, extensible application development framework. Eclipse offers many tools for developing Java applications including wizards, unit testing, debuggers, and editors. Not all of these tools support the development of enterprise applications. To make
Test-driven development was first introduced as part of the extreme programming (XP) paradigm. While not everyone agrees with all aspects of XP, most developers believe in the benefits of test-driven development. Although the basic techniques of test-driven development are simple to understand, its