📞 +91-7667918914 | ✉️ iarjset@gmail.com
International Advanced Research Journal in Science, Engineering and Technology
International Advanced Research Journal in Science, Engineering and Technology A Monthly Peer-Reviewed Multidisciplinary Journal
ISSN Online 2393-8021ISSN Print 2394-1588Since 2014
IARJSET aligns to the suggestive parameters by the latest University Grants Commission (UGC) for peer-reviewed journals, committed to promoting research excellence, ethical publishing practices, and a global scholarly impact.
← Back to VOLUME 13, ISSUE 5, MAY 2026

A Role-Based, Token-Secured Web Architecture for Digital Classroom Attendance Using the Java Full-Stack Paradigm

S. Sri Surya Ambika, P. Sreenivasa Reddy*

👁 3 views📥 0 downloads
Share: 𝕏 f in
Abstract: Manual classroom attendance, whether recorded on paper or in spreadsheets, is slow, error-prone, and difficult to audit, and it scales poorly as enrolment grows. This paper presents a web-based attendance management system engineered with the Java full-stack paradigm to digitize and secure the entire capture-to-report cycle. The platform follows a clean three-tier separation in which a reactive single-page client communicates over a stateless application programming interface with a service layer built on a contemporary Java enterprise framework, while structured records are persisted through an object-relational mapping abstraction. Security is enforced through signed, role-bearing tokens that establish a stateless authentication context on every request; a dedicated filter validates the token, extracts the embedded role, and authorizes access so that administrative and teaching capabilities remain strictly partitioned. Attendance marking is designed to be idempotent: a uniqueness constraint on the session-student pair, combined with an upsert procedure, guarantees that repeated submissions converge to a single correct record rather than producing duplicates. Teachers may only operate on sessions they own, a rule enforced in the service layer. An administrative module aggregates institution-wide counts and recent activity for oversight. Experimental evaluation on a local deployment shows median application-programming-interface latencies between roughly seven and fifty-eight milliseconds and sustained mark-attendance throughput exceeding twenty thousand requests per second under load. The system offers a lightweight, secure, and maintainable foundation for institutional attendance tracking and demonstrates sound full-stack engineering practice.

Keywords: idempotent attendance management, Java full stack, Spring Boot, JSON Web Token, role-based access

How to Cite:

[1] S. Sri Surya Ambika, P. Sreenivasa Reddy*, “A Role-Based, Token-Secured Web Architecture for Digital Classroom Attendance Using the Java Full-Stack Paradigm,” International Advanced Research Journal in Science, Engineering and Technology (IARJSET), DOI: 10.17148/IARJSET.2026.135117

Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License.