Java EE (4J) Goodies

Useful small libraries for Java EE

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Java EE (4J) Goodies
Useful small libraries for Java EE
Ссылка на сайт

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

https://github.com/goodees/goodees
Организация-разработчик

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

Patrik Duditš
Система контроля версий

Система контроля версий

https://github.com/goodees/goodees

Скачать goodees

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

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • payara-logback
  • websecurity
  • ese

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
0.0