io.github.goodees:ese-parent

Useful small libraries for Java EE

Лицензия

Лицензия

Группа

Группа

io.github.goodees
Идентификатор

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

ese-parent
Последняя версия

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

0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Useful small libraries for Java EE
Организация-разработчик

Организация-разработчик

Patrik Duditš

Скачать ese-parent

Имя Файла Размер
ese-parent-0.1.pom 2 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/io.github.goodees/ese-parent/ -->
<dependency>
    <groupId>io.github.goodees</groupId>
    <artifactId>ese-parent</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.goodees/ese-parent/
implementation 'io.github.goodees:ese-parent:0.1'
// https://jarcasting.com/artifacts/io.github.goodees/ese-parent/
implementation ("io.github.goodees:ese-parent:0.1")
'io.github.goodees:ese-parent:pom:0.1'
<dependency org="io.github.goodees" name="ese-parent" rev="0.1">
  <artifact name="ese-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.goodees', module='ese-parent', version='0.1')
)
libraryDependencies += "io.github.goodees" % "ese-parent" % "0.1"
[io.github.goodees/ese-parent "0.1"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25
com.fasterxml.jackson.core : jackson-databind jar 2.9.2
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.9.2
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.9.2

provided (1)

Идентификатор библиотеки Тип Версия
org.immutables : value jar 2.5.6

test (5)

Идентификатор библиотеки Тип Версия
com.h2database : h2 jar 1.4.196
ch.qos.logback : logback-classic jar 1.2.3
com.github.jdbc-bare : spring-jdbc-bare jar 3.1.4.2
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

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

  • ese-core

Collection of Java EE (EE4J) utilities

This project should collect small reusable libraries targetted to Java EE environments. Some of the components target Payara specifically, some only depend on standard Java EE APIs.

Currently following libraries are available:

payara-logback

Libraries, that enable to use logback as only logging backend in Payara.

websecurity

Servlet and JAX-RS filters for various security aspects, like standard headers, CORS or rate limiting.

ESE

Library for implementing Event Sourced Entities in Java SE (and more).

Roadmap

There are some more things I (@pdudits) plan to publish, but it takes some time to make them clean from project details:

  • Cors headers filter with configurable behaviour

  • Passive aggresive rate limiter, that puts requests on async wait list

  • IP filter

  • Request threadpool executor, that is better suitable for handling request peaks than standard ThreadPoolExecutor

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

Версия
0.1