An open API service indexing awesome lists of open source software.

https://github.com/humbertodias/java-ee-parallel-and-concurrency

Java EE application that uses some concurrency and parallel solutions
https://github.com/humbertodias/java-ee-parallel-and-concurrency

concurrency java-ee parallel-programming

Last synced: 4 months ago
JSON representation

Java EE application that uses some concurrency and parallel solutions

Awesome Lists containing this project

README

        

# java-ee-parallel-and-concurrency

Requires

* Java 9+
* Maven 3+

Test

```
mvn test
```

Run

```
mvn wildfly:run
```

[http://localhost:8080](http://localhost:8080)

Stress Test

```
time curl -s "http://localhost:8080/EntityManagerServlet?[1-1000]"
```

References

* [java-ee-concurrency-api-tutorial](https://www.javacodegeeks.com/2014/07/java-ee-concurrency-api-tutorial.html)

* [injection-of-entitymanager](http://tomee.apache.org/examples-trunk/injection-of-entitymanager/README.html)

* [javaee7-samples](github.com/javaee-samples/javaee7-samples)