Infrastructure
Enterprise features including managed executors for concurrency, asynchronous EJB methods, interceptors for cross-cutting concerns, and timer services for scheduled task execution.
Examples
Section titled “Examples”concurrency-jobsManagedExecutorService with
@Resource injection for concurrent task execution.concurrency-taskcreatorManaged executors for async tasks with WebSocket updates.ejb-asyncAsynchronous EJB methods with Future<T> return types.ejb-interceptorEJB interceptors for method-level cross-cutting concerns.ejb-timersessionEJB timer service with @Schedule and @Timeout for scheduled tasks.