Throughout this book, we have covered many topics pertaining to Java EE. There are a few sources that helped me shape the content at various places. To continue your learning journey, you can refer to the following resources and references in the order of their occurrence in the book:
-
Java Enterprise Platform: http://www.oracle.com/technetwork/java/javaee/overview/index.html
-
Java Community Process: https://jcp.org/en/home/index
-
Clean Code, Robert C. Martin (Uncle Bob)
-
Design Patterns: Elements of Reusable Object-Oriented Software, Erich Gamma et al
-
Domain-Driven Design, Eric Evans
-
Screaming Architecture, Robert C. Martin (Uncle Bob): https://8thlight.com/blog/uncle-bob/2011/09/30/Screaming-Architecture.html
-
Conway’s Law, Mel Conway: http://www.melconway.com/Home/Conways_Law.html
-
Apache Maven: https://maven.apache.org...