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 distributed online auction system developed using J2ee technologies, including EJB, JMS, CDI, and WebSocket. Designed for real-time bidding, modular deployment, and concurrency control, the system demonstrates enterprise-grade architecture with in-memory data management
DrodXAuctionBid is a full-stack Distributed Online Auction System built using Java EE technologies such as Enterprise JavaBeans (EJB), Java Message Service (JMS), and WebSocket. It simulates a real-time bidding environment where users can place bids, it ensures concurrency-safe bid handling and seamless updates across all clients .
This project implements a distributed online auction system, built using Java EE (Jakarta EE 10) and Maven for a multi-module enterprise application. It provides functionalities for users to register, log in, create auction items, place bids, and view auction statuses in real-time.