awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Java Web Frameworks

تم تحديث الترتيب في 13 يوليو 2026

For a lightweight framework for building Java web applications, the strongest matches are dropwizard/dropwizard (Dropwizard is a production-ready Java framework that bundles an), spring-projects/spring-framework (Spring Framework is the industry-standard Java framework that provides) and quarkusio/quarkus (Quarkus is a production-ready, cloud-native Java framework that provides). spring-projects/spring-boot and micronaut-projects/micronaut-core round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “best java web frameworks”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

Java Web Frameworks

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dropwizard/dropwizardالصورة الرمزية لـ dropwizard

    dropwizard/dropwizard

    8,573عرض على GitHub↗

    Dropwizard is a Java web application stack and REST framework used to build production-ready web services. It integrates an embedded HTTP server with operational tools to provide a complete environment for developing network interfaces that exchange JSON data. The project provides a set of core technology stacks for relational data mapping, schema migration, and operational performance monitoring. It includes a relational database migration tool to track schema updates and execute versioned scripts before an application starts. The framework covers a broad capability surface including reques

    Dropwizard is a production-ready Java framework that bundles an embedded server, REST support, and ORM integration into a cohesive stack specifically designed for building robust microservices.

    JavaEmbedded Web ServersRESTful Services
    عرض على GitHub↗8,573
  • spring-projects/spring-frameworkالصورة الرمزية لـ spring-projects

    spring-projects/spring-framework

    60,056عرض على GitHub↗

    Spring Framework is an enterprise Java framework providing a comprehensive infrastructure for building server-side applications. It functions as a dependency injection container and a Java application framework designed to support scalable backend development through modular architecture. The project provides tools for aspect-oriented programming to intercept method calls using dynamic proxies, allowing the application of cross-cutting concerns such as security and transactions. It also includes a centralized system for managing object lifecycles and coordinating component wiring by injecting

    Spring Framework is the industry-standard Java framework that provides the comprehensive dependency injection, modular architecture, and infrastructure required to build robust, production-ready web applications and microservices.

    JavaDependency Injection Containers
    عرض على GitHub↗60,056
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Quarkus is a production-ready, cloud-native Java framework that provides comprehensive support for RESTful APIs, dependency injection, microservices, and reactive programming, making it a flagship choice for modern Java development.

    JavaDependency InjectionReactive ProgrammingREST API Services
    عرض على GitHub↗15,479
  • spring-projects/spring-bootالصورة الرمزية لـ spring-projects

    spring-projects/spring-boot

    80,945عرض على GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the framework automates the instantiation of components based on the presence of specific libraries and configuration properties, significantly reducing the need for manual setup. The framework distinguishes itself by bundling the application and its web server into a single, self-con

    Spring Boot is the industry-standard Java framework for building production-ready microservices and web applications, providing native support for all requested features including embedded servers, dependency injection, and reactive programming.

    JavaCloud-Native Backend Frameworks
    عرض على GitHub↗80,945
  • micronaut-projects/micronaut-coreالصورة الرمزية لـ micronaut-projects

    micronaut-projects/micronaut-core

    6,418عرض على GitHub↗

    Micronaut Application Framework

    Micronaut is a modern, production-ready Java framework specifically engineered for microservices and cloud-native applications, offering built-in support for dependency injection, reactive programming, and embedded servers.

    JavaApplication FrameworksCloud Native Application DevelopmentCompile-Time Dependency Injection Frameworks
    عرض على GitHub↗6,418
  • eclipse-vertx/vert.xالصورة الرمزية لـ eclipse-vertx

    eclipse-vertx/vert.x

    14,667عرض على GitHub↗

    Vert.x is a reactive polyglot framework and asynchronous programming library for the Java Virtual Machine. It functions as an event-driven networking framework and toolkit for building non-blocking applications. The system enables the development of high-concurrency network services and event-driven microservices. It supports the creation of reactive services using multiple languages running on the JVM. The framework covers a wide range of capabilities including the management of HTTP and TCP network protocols, non-blocking file system access, and the integration of reactive clients.

    Vert.x is a high-performance, reactive framework designed for building event-driven microservices and non-blocking web applications on the JVM, making it a strong choice for modern Java-based service architectures.

    JavaEvent LoopsAsynchronous ProgrammingEvent-Driven Architectures
    عرض على GitHub↗14,667
  • playframework/playframeworkالصورة الرمزية لـ playframework

    playframework/playframework

    12,620عرض على GitHub↗

    Play is a full-stack reactive web framework for Java and Scala. It provides a comprehensive development platform for building scalable web applications and RESTful APIs using a stateless and non-blocking architecture designed for high concurrency. The framework emphasizes high-velocity development through dynamic code reloading, which allows developers to update applications and verify changes without performing a full restart. Its capability surface covers the construction of JSON-based web endpoints, server-side logic for the JVM, and the implementation of scalable web architectures.

    Play is a full-stack, reactive web framework for the JVM that provides robust support for RESTful APIs, non-blocking I/O, and microservices-ready architectures, making it a strong choice for Java-based web development.

    ScalaWeb Application FrameworksFull-Stack Web FrameworksHot Code Reloading
    عرض على GitHub↗12,620
  • jfinal/jfinalالصورة الرمزية لـ jfinal

    jfinal/jfinal

    3,270عرض على GitHub↗

    JAVA WEB ORM Framework

    JFinal is a lightweight Java web framework that provides built-in ORM and MVC capabilities, making it a suitable choice for building web applications despite its minimalist approach compared to larger enterprise frameworks.

    JavaORM
    عرض على GitHub↗3,270
  • ninjaframework/ninjaالصورة الرمزية لـ ninjaframework

    ninjaframework/ninja

    1,902عرض على GitHub↗

    Ninja is a full stack web framework for Java. Rock solid, fast and super productive.

    Ninja is a full-stack Java web framework that provides built-in support for RESTful APIs, dependency injection, and embedded servers, making it a capable tool for building web applications despite lacking native reactive programming features.

    JavaWeb Frameworks
    عرض على GitHub↗1,902
  • jooby-project/joobyالصورة الرمزية لـ jooby-project

    jooby-project/jooby

    1,775عرض على GitHub↗

    The modular web framework for Java and Kotlin

    Jooby is a modular, lightweight Java web framework that provides built-in support for RESTful APIs, dependency injection, and embedded servers, making it a suitable choice for building microservices.

    JavaWeb Frameworks
    عرض على GitHub↗1,775
  • vaadin/frameworkالصورة الرمزية لـ vaadin

    vaadin/framework

    1,805عرض على GitHub↗

    This framework is a server-side development platform for building interactive, data-driven web applications using Java. It provides a comprehensive component model that allows developers to construct complex user interfaces entirely through backend code, abstracting away the need to manually manage HTML, CSS, or client-side scripting. The platform distinguishes itself by maintaining the application state and user interface hierarchy on the server, synchronizing changes to the browser through a persistent communication channel. This architecture enables developers to bind backend domain object

    Vaadin is a Java web framework that enables building complex, stateful web applications using server-side Java components, though it focuses on a component-based UI model rather than the traditional REST-first microservices approach.

    JavaJava FrameworksServer-Side ComponentsData-to-UI Bindings
    عرض على GitHub↗1,805
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
dropwizard/dropwizard8.6KJavaApache-2.017 يونيو 2026
spring-projects/spring-framework60.1KJavaApache-2.023 يونيو 2026
quarkusio/quarkus15.5KJavaapache-2.021 فبراير 2026
spring-projects/spring-boot80.9KJavaApache-2.015 يونيو 2026
micronaut-projects/micronaut-core6.4KJavaApache-2.023 يونيو 2026
eclipse-vertx/vert.x14.7KJavaNOASSERTION22 يونيو 2026
playframework/playframework12.6KScalaApache-2.023 يونيو 2026
jfinal/jfinal3.3KJavaApache-2.024 فبراير 2026
ninjaframework/ninja1.9KJavaApache-2.03 أبريل 2026
jooby-project/jooby1.8KJavaApache-2.022 يونيو 2026

Related searches

  • a lightweight Java framework for web development
  • a lightweight web framework for Node.js
  • إطار عمل ويب لبناء واجهات برمجة التطبيقات (APIs) في Kotlin
  • a dependency injection framework for Java
  • a modern web framework for PHP development
  • a high performance web framework for Go
  • a framework for building Java applications
  • a lightweight library for Java WebSockets