awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesAnnotation-Driven Request Mappings

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.

Awesome Annotation-Driven Request Mappings GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • spring-attic/spring-mvc-showcaseAvatar spring-attic

    spring-attic/spring-mvc-showcase

    4,974Vezi pe GitHub↗

    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.

    Java
    Vezi pe GitHub↗4,974
  • saysky/forestblogAvatar saysky

    saysky/ForestBlog

    4,727Vezi pe GitHub↗

    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.

    Javablogjavassm
    Vezi pe GitHub↗4,727
  • yanzhenjie/andserverAvatar yanzhenjie

    yanzhenjie/AndServer

    3,864Vezi pe GitHub↗

    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.

    Javaandroid-serverhttp-serverspringmvc
    Vezi pe GitHub↗3,864
  1. Home
  2. Web Development
  3. Annotation-Driven Request Mappings