Java EE (4J) Goodies

Useful small libraries for Java EE

License

License

GroupId

GroupId

io.github.goodees
ArtifactId

ArtifactId

goodees
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

pom
Description

Description

Java EE (4J) Goodies
Useful small libraries for Java EE
Project URL

Project URL

https://github.com/goodees/goodees
Project Organization

Project Organization

Patrik Duditš
Source Code Management

Source Code Management

https://github.com/goodees/goodees

Download goodees

Filename Size
goodees-0.1.pom 2 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
0.1
0.0