更新时间:2021-07-14 11:15:46
封面
版权页
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Introducing Modular Programming
Software – the perspective
Modules
The gang – modular programming
Tiers and layers in an enterprise application
Sharing the work
Coordinate with the team
Summary
Chapter 2. Saying Hello to Java EE
The enterprise as an application
The Java EE platform
Chapter 3. Implementing the Presentation Layer
Presentation
Chapter 4. Talking to the Database
Persistence
Interaction of Java with relational databases
Introduction to ORM
Introduction to unit testing
Chapter 5. Developing the Business Layer
Business logic
Transaction management
Chapter 6. Testing Your Application
Software testing
Mock testing
Why integration testing?
Mockito testing
Chapter 7. Securing the Application
Make it safe make it secure
Spring security framework
Chapter 8. Versioning and Deploying
Versioning
Visual SVN server
Project deployment
Index