Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcuprak/graalvm_jee
Example Jakarta EE Projects using GraalVM
https://github.com/rcuprak/graalvm_jee
Last synced: about 1 month ago
JSON representation
Example Jakarta EE Projects using GraalVM
- Host: GitHub
- URL: https://github.com/rcuprak/graalvm_jee
- Owner: rcuprak
- License: apache-2.0
- Created: 2019-06-25T07:24:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:13:23.000Z (about 2 years ago)
- Last Synced: 2023-03-01T22:56:41.035Z (almost 2 years ago)
- Language: Java
- Size: 59.6 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraalVM Jakarta EE Demo Projects
* express+jee - NodeJS Express application front-ending a Java EE application running on Payara Micro
* helloworld_multi - Hello World implemented as a JSF application which calls a function in R, Ruby, JavaScript, Python, and C.
* jee_demo - Demo application in which Python seamlessly manipulates JPA entities. Changes made to the entities are flushed back to the database.
* HelloWorld - Simple hello world application.Slides for the projects from Devoxx.pl:
https://www.slideshare.net/rcuprak/polygot-java-ee-on-the-graalvm-151964564You can use GraalVM to run embed code from other languages in your Jakarta EE application. Alternatively, you can use GraalVM to embed a Jakarta EE application server in another application. The example of an NodeJS Express application front-ending Payara demonstrates that there are many possibilities!