4 Commits

Author SHA1 Message Date
Amer Agovic
5f36b3d3e2 Add WebSocket support with Jakarta WebSocket integration
- Implemented WebSocketSession abstract class with callback-based API
- Added ServletWebSocketSession with full Jakarta WebSocket bridging
- Created @WebSocket annotation for declarative endpoint marking
- Updated JettyApp to initialize Jakarta WebSocket container
- Split Request/Response into abstract base and servlet implementations
- Moved JettyApp to jabba.servlet package
- Moved annotations to jabba.decor package
- Added comprehensive WebSocket test suite (5 tests, all passing)
- Updated README.md with WebSocket documentation and examples
- All 31 tests passing (async, sync, security, websocket, database)
- Fixed spelling errors in README.md
2026-01-07 08:57:12 -06:00
Amer Agovic
01d49e1ee9 fixed shutdown sequence, added better modularity 2024-01-15 10:45:40 -06:00
Amer Agovic
f8e8b2f05a revised readme.md 2023-01-11 17:13:06 -06:00
01dd8525b1 inital commit 2021-11-02 13:38:59 -05:00