All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jaxrs.examples.bootstrap.package-info Maven / Gradle / Ivy

/**
 * Java SE bootstrap examples.
 *
 * 
    *
  • {@link BasicJavaSeBootstrapExample} - Basic example solely using defaults
  • *
  • {@link ExplicitJavaSeBootstrapExample} - Explicit configuration instead of defaults
  • *
  • {@link HttpsJavaSeBootstrapExample} - HTTPS instead of HTTP
  • *
  • {@link TlsJavaSeBootstrapExample} - TLS customization
  • *
  • {@link ClientAuthenticationJavaSeBootstrapExample} - HTTPS with bidirectional authentication
  • *
  • {@link NativeJavaSeBootstrapExample} - Custom (non-portable) properties (using Jersey's Grizzly2 backend)
  • *
  • {@link PropertyProviderJavaSeBootstrapExample} - Bulk-loading configuration using a property provider (using * Microprofile Config explicitly, hence in a non-optional, portable way) *
  • {@link ExternalConfigJavaSeBootstrapExample} - Bulk-loading configuration from external configuration mechanics * (using Microprofile Config implicitly, hence in an optional, not necessarily portable way) *
* * * @author Markus KARG ([email protected]) * @since 3.1 * @see jakarta.ws.rs.SeBootstrap */ package jaxrs.examples.bootstrap;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy