The Java-EE-Cookbook project has the goal to make Java EE applications easier. This project provides a community cookbook with recipes/procedures on how to make Java EE applications. The cookbook is filled with industry best practices and design guidelines so that teams who follow the cookbook will program in a unified way.
You can view the cookbook by simply building the project using Gradle. Execute the following command:
gradlew build
and view the cookbook in the generated build folder
Pull requests are welcome.
The Java-EE-Cookbook is release under version 2.0 of the Apache License.