Take a use-case approach to Enterprise Java development, and discover how to program more effectively. This practical book shows you how to perform continuous development, using a testing platform the authors built with the JBoss community. Known as Arquillian, this platform acts as the missing link between testing and development.
Andrew Lee Rubinger and Aslak Knutsen demonstrate how testing is the very foundation of development—essential for learning and critical for ensuring that code is consumable, complete, and correct. Whether you’re learning a new technology, debugging broken behavior, or laying down new code, Arquillian helps you document your project in the form of test cases.
Chapter 1. Continuity
Chapter 2. Enabling Technologies
Chapter 3. Scratch to Production
Chapter 4. Requirements and the Example Application
Chapter 5. Java Persistence and Relational Data
Chapter 6. NoSQL: Data Grids and Graph Databases
Chapter 7. Business Logic and the Services Layer
Chapter 8. REST and Addressable Services
Chapter 9. Security
Chapter 10. The User Interface
Chapter 11. Assembly and Deployment
Chapter 12. Epilogue