Project Group: org.webpieces

projectcreator

org.webpieces : projectcreator

Project to create wepieces webservers with a gradle build, dev server, prod server and example app

Last Version: 2.1.28

Release Date:

WEBPIECESxAPPNAME

org.webpieces : WEBPIECESxAPPNAME

fake project used in testing. ignore this jar

Last Version: 2.1.28

Release Date:

WEBPIECESxAPPNAME-dev

org.webpieces : WEBPIECESxAPPNAME-dev

project only used in testing. ignore this jar

Last Version: 2.1.28

Release Date:

Last Version: 2.1.28

Release Date:

Last Version: 2.1.28

Release Date:

webpieces

org.webpieces : webpieces

Not filled in for this project

Last Version: 2.1.28

Release Date:

Last Version: 2.1.1

Release Date:

core-metrics

org.webpieces : core-metrics

Webpieces metrics library

Last Version: 2.1.1

Release Date:

core-util

org.webpieces : core-util

A simple utility library with special Executor but rather small amount of code

Last Version: 2.1.1

Release Date:

http-router

org.webpieces : http-router

Http Router where you feed http requests in and get responses in the form of which view needs to be shown with the arguments that you need to give to that view

Last Version: 2.1.1

Release Date:

http1_1-parser

org.webpieces : http1_1-parser

A re-usable asynchronous HTTP/1.1 parser that can be used with any NIO client

Last Version: 2.1.1

Release Date:

core-datawrapper

org.webpieces : core-datawrapper

DataWrapper makes it easy to chain ByteBuffers together without copying them such that they just look like one entity avoiding constantly copying the data

Last Version: 2.1.1

Release Date:

core-channelmanager2

org.webpieces : core-channelmanager2

NIO library that is very lightweight and very mockable/testable so you can write higher level tests for your system

Last Version: 2.1.1

Release Date:

http-webserver

org.webpieces : http-webserver

The full webpieces server AS A library

Last Version: 2.1.1

Release Date:

plugin-backend

org.webpieces : plugin-backend

Backend pluggable plugin that all backend plugins can plugin into

Last Version: 2.1.1

Release Date:

http-frontend2

org.webpieces : http-frontend2

Create a webserver with this library in just 3 lines of code. Register your HttpRequestListener and it feeds you a FrontendSocket that you write HttpResponses to

Last Version: 2.1.1

Release Date:

http2-engine

org.webpieces : http2-engine

A re-usable asynchronous HTTP/2 parser

Last Version: 2.1.1

Release Date:

http-shared

org.webpieces : http-shared

Shared contexts between the router and templating system

Last Version: 2.1.1

Release Date:

core-asyncserver

org.webpieces : core-asyncserver

NIO wrapper on top of core-channelmanager2 making creating a tcp server just 3 lines of code

Last Version: 2.1.1

Release Date:

core-logging

org.webpieces : core-logging

Webpieces logging library

Last Version: 2.1.1

Release Date:

http-api

org.webpieces : http-api

Bare bones HTTP DTOs with no logic

Last Version: 2.1.1

Release Date:

Last Version: 2.1.1

Release Date:

http2-api

org.webpieces : http2-api

Bare bones HTTP/2 DTOs with no logic, just set/get methods and interfaces except one subparser utility

Last Version: 2.1.1

Release Date:

http2-client

org.webpieces : http2-client

A strictly HTTP/2 client

Last Version: 2.1.1

Release Date:

http2-hpack

org.webpieces : http2-hpack

A re-usable asynchronous HTTP/2 parser WITH header serialization/deserialization (hpack)

Last Version: 2.1.1

Release Date:

http2-parser

org.webpieces : http2-parser

A re-usable asynchronous HTTP/2 parser

Last Version: 2.1.1

Release Date:

http2-translations

org.webpieces : http2-translations

Translations from HTTP/1.1 to HTTP/2 and back

Last Version: 2.1.1

Release Date:

http2to1_1-client

org.webpieces : http2to1_1-client

HTTP/2 client that talks HTTP/1.1 in case you want to convert from HTTP/2 to HTTP/1.1 without changing code

Last Version: 2.1.1

Release Date:

http-templating

org.webpieces : http-templating

Templating library using groovy as the scripting language

Last Version: 2.1.1

Release Date:

http-templating-dev

org.webpieces : http-templating-dev

Library that swaps out http-templating classes to enable compiling on any incoming request if the source code has changed for development servers

Last Version: 2.1.1

Release Date:

core-mock

org.webpieces : core-mock

A simple mock superclass tat mock objects can use to have less code

Last Version: 2.1.1

Release Date:

core-ssl

org.webpieces : core-ssl

A wrapper around SSLEngine in Java to make it easier to use

Last Version: 2.1.1

Release Date:

Last Version: 2.1.1

Release Date:

runtimecompile

org.webpieces : runtimecompile

A runtime compiler library backed by JDK compiler such that programs can just call lib.getClass(Class z) and z will be compiled if source or dependencies have changed

Last Version: 2.1.1

Release Date:

http-router-dev

org.webpieces : http-router-dev

Library that swaps out specific http-router components to be able to compile code on any request that has changed for use in development servers

Last Version: 2.1.1

Release Date:

core-ddl

org.webpieces : core-ddl

An API to run DDL commands from Java

Last Version: 2.1.1

Release Date:

Last Version: 2.1.1

Release Date:

lib-elasticsearch

org.webpieces : lib-elasticsearch

A simple wrapper on ElasticSearch high level client to create indexes

Last Version: 2.1.1

Release Date:

http-fortesting-plugins

org.webpieces : http-fortesting-plugins

Library for helping plugins write tests for controllers and web pages

Last Version: 2.1.1

Release Date:

http-webserver-test

org.webpieces : http-webserver-test

The full webpieces server AS A library

Last Version: 2.1.1

Release Date:

Last Version: 2.1.1

Release Date:

plugin-dto

org.webpieces : plugin-dto

Webpieces DTO plugin that can be used instead of Hibernate to bind DTOs for HTML forms

Last Version: 2.1.1

Release Date:

plugin-grpc-json

org.webpieces : plugin-grpc-json

Webpieces plugin that converts between GRPC Protobuf and JSON

Last Version: 2.1.1

Release Date:

Last Version: 2.1.1

Release Date:

plugin-h2db

org.webpieces : plugin-h2db

Webpieces in-memory database plugin

Last Version: 2.1.1

Release Date:

plugin-json-jackson

org.webpieces : plugin-json-jackson

Plugin that installs an easy method of converting between JSON and Java objects

Last Version: 2.1.1

Release Date:

plugin-install-sslcert

org.webpieces : plugin-install-sslcert

Webpieces SSL certificate generation plugin

Last Version: 2.1.1

Release Date:

Last Version: 2.1.1

Release Date:

plugin-properties

org.webpieces : plugin-properties

Webpieces database backed property store

Last Version: 2.1.1

Release Date:

core

org.webpieces : core

Not filled in for this project

Last Version: 2.1.1

Release Date:

  • 1