Code Monkey home page Code Monkey logo

LibJ

Build Status Coverage Status Javadocs Released Version Snapshot Version

LibJ is a collection of simple, convenient, and high-performance supplements to Java Standard libraries

Simple

The supplementary APIs are designed to be simple, and as non-coupling as possible.

High-Performance

The APIs are implemented to minimize both process and memory complexity.

Modules

  • exec: APIs for external process execution and environment management.
  • io: APIs that supplement the java.io and java.nio packages for I/O operations.
  • jci: Java Compiler Interface An implementation of an in-memory-compiler.
  • lang: APIs that supplement the java.lang package with simple and useful extensions.
  • logging: APIs that provide simple logging extensions to SLF4J.
  • mail: APIs that supplement the java.mail package with simple and useful extensions.
  • math: APIs that supplement the java.math package with higher-performance alternatives, and simple and useful extensions.
  • net: APIs that supplement the java.net package with higher-performance alternatives, and simple and useful extensions.
  • sql: APIs that supplement the java.sql package with simple and useful extensions.
  • test: APIs that provide simple test extensions to JUnit, and Maven's maven-surefire-plugin.
  • util: APIs that supplement the java.util package with higher-performance alternatives, and simple and useful extensions.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

libj's Projects

console icon console

Utilities applicable to the console.

exec icon exec

API for external process execution and stream management.

io icon io

Supplementary extensions to the java.io and java.nio packages.

jci icon jci

Java Compiler Interface.

lang icon lang

Supplementary utilities for classes that belong to java.lang, or are considered essential as to justify existence in java.lang.

libj icon libj

Collection of modules that supplement Java APIs.

logging icon logging

Supplementary patterns for the "Simple Logging Facade for Java" (SLF4J) and the Logback Project.

mail icon mail

Supplementary extensions to the java.mail package.

math icon math

Performance extensions to the java.math Java API.

net icon net

Supplementary utilities for classes that belong to java.net and javax.servlet packages.

sql icon sql

Supplementary extensions to the java.sql package, providing common functions and abstractions related to SQL.

test icon test

Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.

util icon util

Supplementary utilities for classes that belong to java.util, or are considered essential as to justify existence in java.util.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.