What problem does it solve?
It solves the problem of implementing Jakarta EE and MicroProfile features inconsistently by providing proven, production-oriented patterns and idioms for common enterprise needs.
Core Features & Use Cases
- CDI backbone: choose appropriate scopes, define producers, and apply qualifiers to keep dependency injection clean and maintainable.
- REST and error handling: structure JAX-RS resources with consistent request handling and domain/validation exception mapping.
- Persistence and messaging: implement JPA entities and repositories with optimistic locking patterns plus CDI events and JMS consumers/producers.
- MicroProfile capabilities: externalize configuration with Config, add resilience with Fault Tolerance, and expose operational readiness/liveness with Health.
Quick Start
Use this skill to design a production Jakarta EE 11 service by asking the AI to generate a reference implementation outline for a new Order API using CDI, JAX-RS, JPA, MicroProfile Config, Fault Tolerance, Health, and an interceptor for logging.