Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 747 Bytes

Java-EE-Cookbook

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.

Building the project

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

We need your help

Pull requests are welcome.

License

The Java-EE-Cookbook is release under version 2.0 of the Apache License.