Testing with Eclipse GlassFish

By David Matějček

Elevator Pitch

Testing Jakarta EE applications and modules was an issue for years - many projects wrote just integration tests which were slow and had bad coverage. This is a past - there is no pain anymore and you even have many options how to cover every piece of your system.

Description

The presentation will show examples:

  • Using virtualization to cover rare network issues and verify behavior of the application
  • Using mock database to speed up tests
  • Detecting performance issues with JMH
  • Using Embedded GlassFish
  • Using Weld Testing for full unit test coverage