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

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

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

5 مستودعات

Awesome GitHub RepositoriesJava Clients

Libraries providing connectivity and object mapping for Java-based applications.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Java Clients. Refine with filters or upvote what's useful.

Awesome Java Clients GitHub Repositories

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

    redis/redis

    74,906عرض على GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongsid

    Native drivers offer synchronous and asynchronous connectivity for seamless object mapping within Java application architectures.

    Ccachecachingdatabase
    عرض على GitHub↗74,906
  • dromara/hutoolالصورة الرمزية لـ dromara

    dromara/hutool

    30,279عرض على GitHub↗

    Hutool is a comprehensive suite of Java extensions designed to serve as a standard library extension. Its primary purpose is to reduce development boilerplate for common programming tasks and data manipulation through a collection of utility classes. The project provides specialized toolkits for database management using active record patterns and connection pooling, as well as network communication via a simplified HTTP client and asynchronous socket management. It includes security and identity capabilities such as symmetric and asymmetric encryption, image captcha generation, and JWT token

    Provides simplified connectivity and object mapping clients for integrating Java applications with external services.

    Java
    عرض على GitHub↗30,279
  • mybatis/mybatis-3الصورة الرمزية لـ mybatis

    mybatis/mybatis-3

    20,385عرض على GitHub↗

    MyBatis is a Java persistence framework that functions as a database query mapper and object-relational mapping tool. It decouples SQL statements from application code, allowing developers to manage database interactions by mapping Java objects to relational database records. The framework provides a centralized approach to SQL query management, enabling the use of either XML configuration files or annotations to define persistence logic. It automates the transformation of database result sets into structured objects, which eliminates the need for manual data conversion and reduces repetitive

    Provides a Java persistence framework that maps objects to database records using custom SQL.

    Javajavamybatissql
    عرض على GitHub↗20,385
  • gorse-io/gorseالصورة الرمزية لـ gorse-io

    gorse-io/gorse

    9,717عرض على GitHub↗

    Gorse is a personalized recommendation engine server and machine learning pipeline designed to suggest items to users based on their behavior and preferences. It operates as a distributed system that separates training, candidate generation, and serving nodes to support high-throughput workloads. The system utilizes a multi-stage recommendation pipeline to refine results through retrieval, scoring, and reranking. It generates personalized suggestions using collaborative filtering, matrix factorization, and item-to-item similarity models, while also providing non-personalized and fallback reco

    Provides a language-specific Java client library to interact with the engine within Java-based environments.

    Gocollaborative-filteringgoknn
    عرض على GitHub↗9,717
  • pardom-zz/activeandroidالصورة الرمزية لـ pardom-zz

    pardom-zz/ActiveAndroid

    4,689عرض على GitHub↗

    ActiveAndroid is an object-relational mapper and data persistence library for Android. It serves as a high-level wrapper for SQLite databases, translating database records into class instances to facilitate data manipulation. The library enables data persistence without the need to write manual SQL queries. It maps database rows to Java objects, allowing records to be saved, retrieved, and deleted using object-oriented methods. The toolkit covers local mobile data storage and database management, providing a layer that links database table structures to specific object properties.

    Enables storing and retrieving records using object-oriented methods to avoid manual SQL query strings.

    Java
    عرض على GitHub↗4,689
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Java Clients

استكشف الوسوم الفرعية

  • SQL Persistence Frameworks1 وسم فرعيFrameworks that map Java objects to database records using custom SQL. **Distinct from Java Clients:** Focuses on the persistence layer and SQL mapping, distinct from generic Java client libraries.