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 RepositoriesBackend Architectures

Architectural patterns and design philosophies for server-side applications.

Distinct from Java Frameworks: Focuses on the architectural design and distributed systems theory rather than the framework implementations themselves

Explore 3 awesome GitHub repositories matching software engineering & architecture · Backend Architectures. Refine with filters or upvote what's useful.

Awesome Backend Architectures GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • singgel/javaAvatar singgel

    singgel/JAVA

    6,597Vezi pe GitHub↗

    This project is a curated library of technical ebooks and guides focused on Java language learning, backend architecture, and Java Virtual Machine internals. It serves as a reference-driven knowledge base and a technical repository for software engineering principles. The collection provides specialized materials for studying Java backend architecture, including high-performance server-side development and concurrency. It includes a dedicated JVM technical reference for performance tuning and internal machine behavior, as well as resources for algorithm study and data structures. Additional

    Offers resources for researching server-side frameworks and distributed system design specifically for Java applications.

    Vezi pe GitHub↗6,597
  • zhanglei-workspace/shopping-management-systemAvatar zhanglei-workspace

    zhanglei-workspace/shopping-management-system

    5,209Vezi pe GitHub↗

    Acest proiect este un sistem de gestionare a comerțului electronic bazat pe Java și o suită de proiecte educaționale. Servește ca framework backend pentru construirea platformelor de cumpărături online, utilizând o arhitectură model-view-controller pentru a decupla interfețele de utilizator de logica de business și modelele de date. Sistemul implementează un framework de aplicație web structurat care integrează baze de date relaționale pentru a urmări inventarele de produse, conturile de utilizator și tranzacțiile de achiziție ale clienților. Dispune de o arhitectură stratificată care separă prezentarea, logica de business și accesul la date. Codul sursă acoperă mai multe domenii de capabilități de bază, incluzând gestionarea inventarului de retail, procesarea vânzărilor pentru tranzacțiile clienților și controlul accesului enterprise. Securitatea este gestionată prin controlul accesului bazat pe filtre și gestionarea stării bazată pe sesiuni pentru a proteja modulele sensibile ale aplicației. Persistența datelor este gestionată prin baze de date relaționale SQL și mapare obiect-relațională pentru a standardiza modul în care datele aplicației sunt accesate și recuperate.

    Implements a structured Java backend framework with layered architecture and session management.

    Javajavamavenmybatis
    Vezi pe GitHub↗5,209
  • hansonwang99/spring-boot-in-actionAvatar hansonwang99

    hansonwang99/Spring-Boot-In-Action

    4,678Vezi pe GitHub↗

    This project is a collection of reference implementations and practical guides for building enterprise Java applications using the Spring Boot framework. It serves as a backend project gallery and implementation guide, providing a set of architectures for common server patterns. The repository distinguishes itself through a focus on distributed system design, offering examples for global unique identifier generation, distributed caching, and full-text search. It also includes templates and examples for creating custom Spring Boot starters to encapsulate shared dependencies and configurations

    Implements common Java backend architectures such as relational mapping and distributed ID generation.

    Javajavajwtmybatis
    Vezi pe GitHub↗4,678
  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. General Purpose Frameworks
  5. Java Frameworks
  6. Backend Architectures

Explorează sub-etichetele

  • Java ImplementationsServer-side application frameworks specifically implemented using the Java language and runtime. **Distinct from Backend Architectures:** Focuses on the concrete Java implementation of backend architectures rather than general design philosophies.