-
Notifications
You must be signed in to change notification settings - Fork 144
Home
David Matějček edited this page Aug 7, 2024
·
9 revisions
This wiki is for information related mostly to the development of Eclipse GlassFish.
- Download Eclipse GlassFish:
- Read Eclipse GlassFish Documentation
- Use GlassFish for testing with TestContainers
- Browse Eclipse GlassFish own tests
- They don't use the docker image, however these tests use similar principles.
- These tests use
glassfish-itest-tools
instead of docker. - Eclipse GlassFish Application Tests are covering application compatibility with GlassFish.
-
Eclipse GlassFish Admin Tests are covering usage of
asadmin
and the REST Admin Interface.
- Browse Jakarta EE resources
- Short howto for GlassFish developers: https://github.com/eclipse-ee4j/glassfish?tab=readme-ov-file#eclipse-glassfish
- TCK Tests