14 dépôts
Development of server-side web applications and services using the Java language.
Distinct from Java: Captures the domain of building web apps with Java, which is broader than just the language runtime [f10_mt1] or hosting [f10_mt2].
Explore 14 awesome GitHub repositories matching web development · Java. Refine with filters or upvote what's useful.
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.
Provides a high-performance environment for building server-side applications and websites using the Java language.
Spark is a lightweight Java web framework and embedded server designed for building web applications with minimal boilerplate. It functions as an HTTP routing engine that maps URL paths and methods to handler functions, providing a specialized domain specific language for web development in Kotlin. The framework enables the implementation of REST APIs and web services through the definition of HTTP routes. It supports the extraction of dynamic path parameters and the transformation of response data into formats such as JSON. Additional capabilities include the ability to serve static files a
Facilitates the development of server-side web applications and services using Java.
Spring PetClinic is a reference application for the Spring Framework, serving as a complete implementation that demonstrates the architecture and best practices for building Java services. It functions as a veterinary practice management system designed to track pet owners, animal records, and clinical visit histories. The project provides a practical example of a containerized web application, illustrating how to integrate a Java application with relational databases like MySQL and PostgreSQL. It serves as a guide for learning how to develop an application using the model-view-controller pat
Demonstrates integration with MySQL and PostgreSQL databases using Spring Data and JPA.
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
Offers a complete integrated stack for building server-side web applications and services using Java.
Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t
A lightweight web framework for building REST APIs and web applications in Java and Kotlin.
Manage your Java environment
Configures a specific Java version to be used automatically when working inside a particular directory.
NGINX Unit is an open-source application server designed to natively execute code across multiple programming language runtimes and WebAssembly within a single process. It serves as a multi-language application server that can run applications written in Go, Java, Node.js, Perl, PHP, Python, Ruby, and WebAssembly side by side, without requiring separate runtime environments for each language. The server distinguishes itself through a RESTful JSON control API that enables dynamic, zero-downtime configuration changes without restarting the server. It combines event-driven asynchronous I/O with
Provides a runtime adapter that deploys and runs Java web applications from WAR files.
Ce projet est une application web Java et un gestionnaire de favoris Spring Boot conçu pour enregistrer, catégoriser et organiser des favoris de sites web et des articles. Il fonctionne à la fois comme une bibliothèque de ressources auto-hébergée pour des archives privées et une plateforme de social bookmarking pour le partage de liens piloté par la communauté. Le système permet le partage de connaissances social via la découverte de collections publiques et l'interaction avec du contenu social, permettant aux utilisateurs d'aimer, partager et discuter des ressources enregistrées. Il fournit également des outils pour la gestion personnelle des favoris, incluant la capacité d'organiser les liens dans des dossiers catégorisés. La plateforme inclut des utilitaires pour la synchronisation des favoris de navigateur, prenant en charge l'importation et l'exportation de données entre l'application et les dossiers du navigateur. L'identité de l'utilisateur est gérée via l'enregistrement de compte, la connexion sécurisée et les paramètres de profil.
Implemented as a server-side Java web application for managing structured user data and profiles.
Ce projet est une collection d'implémentations de référence et de projets de démonstration couvrant la vision par ordinateur, l'automatisation DevOps, les systèmes distribués et les microservices basés sur Java. Il fournit une bibliothèque de référence de programmation et des exemples pratiques pour créer des applications côté serveur, conteneuriser des services et orchestrer des clusters. Le dépôt propose un ensemble complet d'outils pour l'automatisation DevOps, incluant des scripts et des playbooks pour les pipelines CI/CD et l'installation automatisée de clusters. Il comprend un projet de démonstration de vision par ordinateur pour la détection d'objets et l'analyse faciale, ainsi que des guides détaillés et des fichiers de configuration pour la conteneurisation Docker et le déploiement Kubernetes. Le projet couvre un large éventail de capacités pour les systèmes distribués, notamment l'implémentation d'API gRPC et RESTful, la mise en file d'attente de messages et le streaming de données. Il aborde également l'observabilité de l'infrastructure via le traçage distribué et la surveillance des performances système, ainsi que le traitement de données massives et l'optimisation du stockage. La base de code inclut des exemples d'implémentation pour Java et Go, fournissant le code source pour la compilation de binaires natifs et les builds de conteneurs multi-étapes.
Builds scalable server-side Java applications using gRPC, RESTful APIs, and virtual threads.
GeoServer est un gestionnaire et éditeur de données géospatiales open source qui partage, édite et traite des informations géographiques en utilisant des normes ouvertes. Il fonctionne comme un serveur géospatial OGC et un fournisseur de services de cartes web, livrant des données spatiales et des mesures calculées aux applications clientes via des protocoles web standardisés. La plateforme permet la publication de jeux de données géospatiales à partir de divers formats de fichiers vers des services web et prend en charge la modification et la gestion des jeux de données spatiaux via un serveur central. Elle fournit des capacités pour le traitement spatial distant et la création de répertoires interrogeables pour les jeux de données spatiaux disponibles en utilisant des services de découverte.
Runs as a Java-based server runtime capable of operating as a standalone application or within a servlet container.
This is an open-source video player application for Android that compiles native C and C++ libraries using the Android NDK and CMake. The build system automatically discovers the Android SDK from environment variables and selects the appropriate Java runtime (8, 11, or 17) for different build tools, while allowing control over which CPU architectures (ARM, x86) to target. The application manages media libraries by scanning local storage and fetching metadata from external services to organize video files with cover art, descriptions, and series grouping. It streams video from both local devic
Selects the correct Java 8, 11, or 17 runtime for different build tools.
This repository is a collection of Java backend projects, encompassing a web application suite, a real-time chat server, a web crawler, and an authentication system. It provides implementations for building server-side logic and business rules to process data and handle web requests. The project includes a networked messaging system for instant bidirectional communication and an automated web scraping engine that parses HTML to aggregate data into local storage. It also features a security framework for managing user permissions and generating visual captchas to prevent automated bot access.
Provides a comprehensive collection of server-side web applications and services developed using the Java language.
light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit for developing cloud-native services with integrated support for service discovery, telemetry, and secure inter-service communication. The project includes a runtime OpenAPI request validator to ensure communication consistency by checking data against formal specifications. It also features an OAuth2 API security gateway for verifying identity tokens and managing credentials, alongside an event-sourcing messaging system for building command query responsibility segregation arc
Provides a dedicated framework for developing scalable Java-based microservices using distributed system patterns.
Defines static fields, inner classes, enums, and annotations in Java files when needed for Java interop.