{"id":28873269,"url":"https://github.com/isharax9/auction-system-documentation","last_synced_at":"2026-01-31T22:38:50.387Z","repository":{"id":297861425,"uuid":"998130495","full_name":"isharax9/Auction-System-Documentation","owner":"isharax9","description":"Auction System Documentation","archived":false,"fork":false,"pushed_at":"2025-06-07T23:52:01.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-20T15:16:46.464Z","etag":null,"topics":["auction-system","ejb","j2ee","jms","realtime-notification"],"latest_commit_sha":null,"homepage":"https://auction.nawwa.xyz/AuctionSystem/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isharax9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T23:32:31.000Z","updated_at":"2025-06-08T13:21:30.000Z","dependencies_parsed_at":"2025-06-08T00:38:12.562Z","dependency_job_id":null,"html_url":"https://github.com/isharax9/Auction-System-Documentation","commit_stats":null,"previous_names":["isharax9/auction-system-documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isharax9/Auction-System-Documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isharax9%2FAuction-System-Documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isharax9%2FAuction-System-Documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isharax9%2FAuction-System-Documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isharax9%2FAuction-System-Documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isharax9","download_url":"https://codeload.github.com/isharax9/Auction-System-Documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isharax9%2FAuction-System-Documentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28958348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T22:20:19.638Z","status":"ssl_error","status_checked_at":"2026-01-31T22:18:07.061Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auction-system","ejb","j2ee","jms","realtime-notification"],"created_at":"2025-06-20T15:16:10.346Z","updated_at":"2026-01-31T22:38:50.381Z","avatar_url":"https://github.com/isharax9.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auction-System-Documentation\n\nThis project is an **online auction system** where users can **register**, **log in**, and **place bids** on items.\nIt features **real-time bid updates** using messaging and WebSockets, manages user sessions securely, and includes an **administrator panel** to monitor activity and sessions.\nAuctions are **managed** through EJBs and automatically **closed** when they expire.\n\n\n## Visual Overview\n\n```mermaid\nflowchart TD\n    A0[\"Entities (User, Auction, Bid)\n\"]\n    A1[\"Service EJBs (Auction, Bid, User)\n\"]\n    A2[\"User Session Management\n\"]\n    A3[\"JMS Messaging (Bid Notifications)\n\"]\n    A4[\"WebSocket Endpoint\n\"]\n    A5[\"Servlets (Auction, SessionAdmin)\n\"]\n    A6[\"Filters (Session, Admin, Encoding)\n\"]\n    A7[\"AuctionManagerSingleton\n\"]\n    A1 -- \"Manages Entities\" --\u003e A0\n    A5 -- \"Calls Services\" --\u003e A1\n    A5 -- \"Uses Session Manager\" --\u003e A2\n    A6 -- \"Validates Sessions\" --\u003e A2\n    A6 -- \"Uses User Service\" --\u003e A1\n    A1 -- \"Sends Messages\" --\u003e A3\n    A3 -- \"Broadcasts via WebSocket\" --\u003e A4\n    A7 -- \"Updates Entity State\" --\u003e A0\n    A5 -- \"Gets Stats\" --\u003e A7\n    A2 -- \"Manages State\" --\u003e A2\n    A4 -- \"Manages Connections\" --\u003e A4\n```\n\n## Chapters\n\n1. [User Session Management\n](01_user_session_management_.md)\n2. [Entities (User, Auction, Bid)\n](02_entities__user__auction__bid__.md)\n3. [Service EJBs (Auction, Bid, User)\n](03_service_ejbs__auction__bid__user__.md)\n4. [Filters (Session, Admin, Encoding)\n](04_filters__session__admin__encoding__.md)\n5. [AuctionManagerSingleton\n](05_auctionmanagersingleton_.md)\n6. [Servlets (Auction, SessionAdmin)\n](06_servlets__auction__sessionadmin__.md)\n7. [JMS Messaging (Bid Notifications)\n](07_jms_messaging__bid_notifications__.md)\n8. [WebSocket Endpoint\n](08_websocket_endpoint_.md)\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisharax9%2Fauction-system-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisharax9%2Fauction-system-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisharax9%2Fauction-system-documentation/lists"}