Package com.invirgance.convirgance.web.servlet
package com.invirgance.convirgance.web.servlet
Provides servlet components and service management utilities for web
applications.
This package contains:
- Servlet implementations that serve as entry points for HTTP requests in both
Jakarta EE (
JakartaServicesServlet) and Java EE (JavaEEServicesServlet) environments - Utility classes for invoking services (
ServiceCaller) programmatically from within web applications - Application initialization components (
ApplicationInitializer) for setting up database connections and performing startup tasks
- Author:
- jbanes
-
ClassesClassDescriptionWeb application lifecycle listener that will load an
application.propertiesfile if included in the project.Servlet implementation for Jakarta EE environments that routes HTTP requests to services.Servlet implementation for Java EE environments that routes HTTP requests to services. * This servlet acts as the entry point for web requests in Java EE applications HTTP method support can be configured via initialization parameters.Utility class for invokingSelectServiceinstances and returning their results asJSONObjects.Records the current state of the Service using a ThreadLocal so that pluggable objects can access the state during execution.