3 repository-uri
Mapping HTTP endpoints to handler methods using code annotations.
Distinct from Annotation-Driven Mappings: None of the candidates cover general web request routing via annotations; they focus on DB mappings or UI event handlers.
Explore 3 awesome GitHub repositories matching web development · Annotation-Driven Request Mappings. Refine with filters or upvote what's useful.
Acest proiect este o aplicație demonstrativă și o implementare de referință pentru framework-ul Spring MVC. Servește drept demonstrație pentru modul în care se pot construi aplicații web prin separarea logicii de business de interfețele utilizator folosind un model arhitectural model-view-controller. Aplicația oferă exemple de gestionare a cererilor HTTP, inclusiv capturarea datelor din cereri, procesarea încărcărilor de fișiere și generarea de răspunsuri HTTP formatate. Implementează endpoint-uri REST API care mapează cererile către metode handler și returnează date în formate precum JSON și XML. Proiectul acoperă capabilități de bază în dezvoltarea web, inclusiv rutarea cererilor, validarea datelor și maparea excepțiilor. Demonstrează utilizarea interceptoarelor pentru logica transversală și a convertoarelor de mesaje pentru serializarea datelor.
Implements annotation-based mapping to link specific URL endpoints to their processing methods.
ForestBlog is a Java-based content management system and blog engine designed for creating and organizing web posts. It functions as a digital publishing platform that stores articles and user account data within a relational database. The application is built using the Spring, Spring MVC, and MyBatis technology stack to handle structured data persistence and request routing. It incorporates a centralized administrative interface for managing user profiles and account registrations. The system covers content and media management, including the ability to publish blog articles and handle file
Maps incoming HTTP requests to specific Java handler methods using code annotations.
AndServer is a Java library for hosting a lightweight HTTP server and API endpoints directly within an Android application process. It functions as an annotation-based web framework that maps network requests to specific application methods to decouple business logic from network handling. The project distinguishes itself as a mobile network gateway capable of routing incoming traffic and proxying data on an Android device. It includes an embedded static file server for delivering HTML files and web assets from the device to other clients over HTTP. The framework provides a middleware engine
Maps HTTP endpoints to handler methods using code annotations to decouple business logic from network handling.