GithubHelp home page GithubHelp logo

fika's Introduction

Fika

Maven Central Hex.pm

"Fika" is a Swedish word that means "Coffee with something to it", and that is exactly what this project is about - a collection of general purpose modules for various Java projects.

Included modules

Each module in this project is designed to work as an independant component. Below is a list of the included modules with links to their individual project pages:

An object-oriented code generator for Java that is built using the Model-View-Controller (MVC) design philosophy.

<dependency>
    <groupId>com.speedment.fika</groupId>
    <artifactId>codegen</artifactId>
    <version>2.4.0</version>
</dependency>

An utility used in Speedment that can be used for lazy initialization. It contains a generic Lazy<T> class, specialized Lazy classes for some primitive classes (LazyInt, LazyLong and LazyDouble) and a number of specialized Lazy classes including LazyString, LazyBooelan, LazyByte, LazyShort and many more.

<dependency>
    <groupId>com.speedment.fika</groupId>
    <artifactId>lazy</artifactId>
    <version>1.0.0</version>
</dependency>

An lightweight logging framework inspired by Tengil.

<dependency>
    <groupId>com.speedment.fika</groupId>
    <artifactId>logger</artifactId>
    <version>1.0.0</version>
</dependency>

An utility class that expands the Java 8 Stream API to work with native Key-Value pair collections like Map.

<dependency>
    <groupId>com.speedment.fika</groupId>
    <artifactId>mapstream</artifactId>
    <version>2.3.2</version>
</dependency>

A simple API for connecting to an existing REST API:s from Java.

<dependency>
    <groupId>com.speedment.fika</groupId>
    <artifactId>restup</artifactId>
    <version>1.0.1</version>
</dependency>

An extension to Speedment that polls the database at a regular interval to produce a materialized object view (MOV) of a particular table.

<dependency>
    <groupId>com.speedment.fika</groupId>
    <artifactId>reactor</artifactId>
    <version>1.0.1</version>
</dependency>

License

All the modules in this project are available under the Apache 2 license. Attribution should be done to Speedment, Inc.

fika's People

Contributors

minborg avatar

Watchers

James Cloos avatar  avatar

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.