https://github.com/eclipse-ee4j/glassfish-samples
https://github.com/eclipse-ee4j/glassfish-samples
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/glassfish-samples
- Owner: eclipse-ee4j
- License: other
- Created: 2019-11-04T11:09:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T10:49:18.000Z (over 5 years ago)
- Last Synced: 2025-08-14T15:43:54.352Z (11 months ago)
- Language: Java
- Size: 11.7 MB
- Stars: 37
- Watchers: 26
- Forks: 28
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GlassFish Samples
This repository contains the source files for the
[GlassFish Samples](https://github.com/eclipse-ee4j/glassfish-samples) that are delivered with the
Java EE SDK.
This software is provided to you under the terms described in
this [License](LICENSE). By using this software, you agree to accept
the terms, as described by this license.
If you encounter any issues, or wish to report bugs, please log into
GitHub and file an [Issue](https://github.com/eclipse-ee4j/glassfish-samples/issues).
# Building the Java EE 8 Samples
## Prerequisites
- Maven
- JDK8+
- GlassFish 5
## Build the Examples
To build the Java EE 8 GlassFish Samples:
* Clone this repository.
* From the `ws/javaee8` directory, run
```
mvn install
```
Each application module builds and the resulting WAR is written to each respective `target` subdirectory.
See the [README](ws/javaee8/README.md) file in the `/javaee8` directory for details on adding additional modules.