datamill Core

A Java framework for web applications using a functional reactive style built on RxJava

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

foundation.stack.datamill
Идентификатор

Идентификатор

core
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

datamill Core
A Java framework for web applications using a functional reactive style built on RxJava
Ссылка на сайт

Ссылка на сайт

https://github.com/rchodava/datamill

Скачать core

Имя Файла Размер
core-0.1.0.pom
core-0.1.0.jar 178 KB
core-0.1.0-sources.jar 85 KB
core-0.1.0-javadoc.jar 599 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/foundation.stack.datamill/core/ -->
<dependency>
    <groupId>foundation.stack.datamill</groupId>
    <artifactId>core</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.stack.datamill/core/
implementation 'foundation.stack.datamill:core:0.1.0'
// https://jarcasting.com/artifacts/foundation.stack.datamill/core/
implementation ("foundation.stack.datamill:core:0.1.0")
'foundation.stack.datamill:core:jar:0.1.0'
<dependency org="foundation.stack.datamill" name="core" rev="0.1.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.stack.datamill', module='core', version='0.1.0')
)
libraryDependencies += "foundation.stack.datamill" % "core" % "0.1.0"
[foundation.stack.datamill/core "0.1.0"]

Зависимости

compile (20)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 19.0
org.json : json jar 20160212
io.netty : netty-common jar 4.1.0.CR6
io.netty : netty-buffer jar 4.1.0.CR6
io.netty : netty-handler jar 4.1.0.CR6
io.netty : netty-transport jar 4.1.0.CR6
io.netty : netty-codec-http jar 4.1.0.CR6
com.github.davidmoten : rxjava-jdbc jar 0.7
com.zaxxer : HikariCP-java6 jar 2.3.2
io.reactivex : rxjava-string jar 1.1.0
org.atteo : evo-inflector jar 1.2.1
org.bitbucket.b_c : jose4j jar 0.4.4
org.flywaydb : flyway-core jar 3.2.1
org.javassist : javassist jar 3.20.0-GA
org.objenesis : objenesis jar 2.2
io.reactivex : rxjava jar 1.1.3
io.reactivex : rxjava-async-util jar 0.21.0
ch.qos.logback : logback-classic jar 1.1.3
com.github.stefanbirkner : system-rules jar 1.16.0
org.apache.httpcomponents : httpclient jar 4.5.2

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
com.fasterxml.jackson.core : jackson-core jar 2.7.3

Модули Проекта

Данный проект не имеет модулей.

datamill Build Status Coverage Status Maven Central Join the chat at https://gitter.im/rchodava/datamill

datamill is a Java framework for web applications using a functional reactive style built on RxJava. It is intended to be used with Java 8 and lambdas. Unlike other modern Java frameworks, it makes the flow and manipulation of data through your application highly visible. That means that you won't find yourself strewing your code with magic annotations, whose function and effect are hidden within complex framework code and documentation. Instead, you will explicitly specify how data flows through your application, and how to modify that data as it does. And you do so using the simple style that RxJava allows.

datamill is still in an early stage of development but we use it to build several large web applications we're working on. While we find it a joy to work with, we expect some issues may crop up, and some things will change.

Check out our Developer Guide to get started!

We've also published an introductory blog post.

Версии библиотеки

Версия
0.1.0