awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesGuava Integrations

Adapter support for Guava types.

Distinguishing note: Specific to Guava library integration.

Explore 3 awesome GitHub repositories matching web development · Guava Integrations. Refine with filters or upvote what's useful.

Awesome Guava Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • square/retrofitAvatar von square

    square/retrofit

    43,895Auf GitHub ansehen↗

    Retrofit is a type-safe HTTP client that simplifies network communication by allowing developers to define API endpoints as interface methods. By using annotation-driven request mapping, it automatically translates these interface definitions into structured HTTP requests, ensuring consistent data structures and reducing manual configuration when interacting with remote web services. The project distinguishes itself through a highly modular architecture that separates network transport from data handling. It utilizes dynamic proxy generation to process method calls at runtime and offers a plu

    Provides an adapter for integrating with Guava types.

    HTMLandroidjava
    Auf GitHub ansehen↗43,895
  • springside/springside4Avatar von springside

    springside/springside4

    5,652Auf GitHub ansehen↗

    SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It provides a pragmatic, best-practice application stack for building RESTful web services, web applications, and data access layers, along with a curated collection of high-performance utility classes for common operations like text, date, collection, reflection, concurrency, and I/O handling. The project distinguishes itself by combining a complete reference application scaffold with production-oriented infrastructure. It includes a JPA-based data access layer that automatically tran

    Ships Guava cache integration for storing frequently accessed data in memory.

    Java
    Auf GitHub ansehen↗5,652
  • square/ottoAvatar von square

    square/otto

    5,122Auf GitHub ansehen↗

    Otto ist ein ereignisgesteuertes Kommunikationssystem, das als Event-Bus für Android-Anwendungen konzipiert ist. Es bietet einen Mechanismus zur Entkopplung von Anwendungskomponenten durch das Routing von Ereignissen zwischen ihnen, ohne dass direkte Abhängigkeiten erforderlich sind. Das System ist zustandsbewusst, was bedeutet, dass es neuen Abonnenten unmittelbar nach der Registrierung den zuletzt bekannten Wert bereitstellen kann. Es arbeitet als synchroner Event-Dispatcher und stellt sicher, dass alle registrierten Listener auf ein Objekt reagieren, bevor die Ausführung fortgesetzt wird. Die Bibliothek umfasst Funktionen für das Management von Event-Abonnements und die Durchsetzung der Thread-Ausführung, um Callbacks auf spezifische Threads zu beschränken. Sie nutzt typbasiertes Subscriber-Mapping, um Listener gemäß der Klasse der Ereignisse zu organisieren, die sie empfangen.

    Implements an event bus based on Guava to decouple application components via event routing.

    Java
    Auf GitHub ansehen↗5,122
  1. Home
  2. Web Development
  3. Guava Integrations

Unter-Tags erkunden

  • Caching IntegrationsIntegrations with specific caching libraries like Guava for in-memory data storage. **Distinct from Guava Integrations:** Distinct from Guava Integrations: focuses on caching functionality provided by Guava, not general Guava type adapters.
  • Guava Event Bus ImplementationsEvent bus systems specifically implemented using the Guava library's primitives. **Distinct from Guava Integrations:** Distinct from Guava Integrations: describes a full event bus implementation rather than just adapter support for Guava types.