Giter VIP home page Giter VIP logo

buabook-common's Introduction

BuaBook Common Library for Java

This library contains a number of helper functions that we have found useful throughout our Java applications.

Maven Central Build Status Coverage Status

Functionality

This library contains the following packages:

  • com.buabook.common

    • Formatters: Currency and date converters
    • Objects: String to object conversion and object fields to map conversions
    • Patterns: E-mail pattern matcher
    • Printers: List and array conversions to string (for logging)
    • Resources: Resource loading from class path
    • StringSplitter: Improved String splitting
    • Systems: Provides application root folder and environment / system property access
    • Uuids: Null UUID access and null check
  • com.buabook.common.concurrent

    • NamedThreadFactory: A thread factory that names each thread with a custom prefix and counter (useful for thread pools)
  • com.buabook.common.connection

    • Process: Simple container to store connection details to a target process (hostname and port)
  • com.buabook.common.net

    • DataSocket: Socket wrapper provides input and output streams as DataInputStream and DataOutputStream
    • SocketAcceptorThread: Bind to port and notify of new inbound connections to the port (via INewClientSocketListener interface)
  • com.buabook.common.random

    • RandomCodeGenerator: Generates random alphanumeric strings
  • com.buabook.common.shutdown

    • ShutdownThread: Thread that is executed as the JVM shuts down, to allow cleanup prior to exit (using ShutdownFunctions)

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.