Book description
Learn a use-case approach for developing Java enterprise applications in a continuously test-driven fashion. With this hands-on guide, authors and JBoss project leaders Andrew Lee Rubinger and Aslak Knutsen show you how to build high-level components, from persistent storage to the user interface, using the Arquillian testing platform and several other JBoss projects and tools.
Through the course of the book, you’ll build a production-ready software conference tracker called GeekSeek, using source code from GitHub. Rubinger and Knutsen demonstrate why testing is the very foundation of development—essential for ensuring that code is consumable, complete, and correct.
- Bootstrap an elementary Java EE project from start to finish before diving into the full-example application, GeekSeek
- Use both relational and NoSQL storage models to build and test GeekSeek’s data persistence layers
- Tackle testable business logic development and asynchronous messaging with an SMTP service
- Expose enterprise services as a RESTful interface, using Java EE’s JAX-RS framework
- Implement OAuth authentication with JBoss’s PicketLink identity management service
- Validate the UI by automating interaction in the browser and reading the rendered page
- Perform full-scale integration testing on the final deployable archive
Publisher resources
Table of contents
- Foreword
- Preface
- 1. Continuity
- 2. Enabling Technologies
- 3. Scratch to Production
- 4. Requirements and the Example Application
- 5. Java Persistence and Relational Data
- 6. NoSQL: Data Grids and Graph Databases
- 7. Business Logic and the Services Layer
- 8. REST and Addressable Services
- 9. Security
- 10. The User Interface
- 11. Assembly and Deployment
- 12. Epilogue
- Index
- Colophon
- Copyright
Product information
- Title: Continuous Enterprise Development in Java
- Author(s):
- Release date: March 2014
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449328290
You might also like
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Testing Java Microservices: Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito
Summary Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running …
book
Fluent Python, 2nd Edition
Python’s simplicity lets you become productive quickly, but often this means you aren’t using everything it …