You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Jakarta EE banking system featuring EJB Persistent Timers, Container-Managed Transactions & modular EAR architecture. Uses AOP Security Interceptors, IdentityStore & HttpAuthenticationMechanism for RBAC. Implements thread-safe Singleton beans, pessimistic locking & atomic rollbacks via "@ ApplicationException" for high-concurrency data integrity.
J2EE Security with JWT is a demonstration project showing how to implement secure JWT-based authentication and Role-Based Access Control (RBAC) in a J2EE application. Built with Jakarta EE 10, GlassFish 7, and Auth0 Java JWT, it features custom HTTP authentication mechanisms, environment-based configuration, and automated expired token cleanup.