# tutorial-examples **Repository Path**: mirrors_javaee/tutorial-examples ## Basic Information - **Project Name**: tutorial-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### :warning:This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the [corresponding Eclipse repository](https://github.com/eclipse-ee4j/glassfish-tutorial-examples). See [here](https://www.eclipse.org/ee4j/status.php) for the overall EE4J transition status. --- # Java EE tutorial examples This repository contains the example source that is used in the [Java EE Tutorial](https://javaee.github.io/tutorial). This software is provided to you under the terms described in this [License](LICENSE.txt). By using this software, you agree to accept the terms, as described by this license. If you are interested in contributing to this project, please see the [Contributing](CONTRIBUTING.md) page. If you encounter any issues, or wish to report bugs, please log into GitHub and file an [Issue](https://github.com/javaee/tutorial-examples/issues). ## Pre requisites - Maven - JDK8+ - GlassFish 5 ## Build the examples Clone this repository and build the examples using: ``` mvn package ```