Группа библиотек: org.webpieces

projectcreator

org.webpieces : projectcreator

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

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

Дата:

WEBPIECESxAPPNAME

org.webpieces : WEBPIECESxAPPNAME

fake project used in testing. ignore this jar

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

Дата:

WEBPIECESxAPPNAME-dev

org.webpieces : WEBPIECESxAPPNAME-dev

project only used in testing. ignore this jar

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

Дата:

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

Дата:

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

Дата:

webpieces

org.webpieces : webpieces

Not filled in for this project

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

Дата:

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

Дата:

core-metrics

org.webpieces : core-metrics

Webpieces metrics library

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

Дата:

core-util

org.webpieces : core-util

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

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

Дата:

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

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

Дата:

http1_1-parser

org.webpieces : http1_1-parser

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

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

Дата:

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

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

Дата:

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

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

Дата:

http-webserver

org.webpieces : http-webserver

The full webpieces server AS A library

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

Дата:

plugin-backend

org.webpieces : plugin-backend

Backend pluggable plugin that all backend plugins can plugin into

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

Дата:

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

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

Дата:

http2-engine

org.webpieces : http2-engine

A re-usable asynchronous HTTP/2 parser

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

Дата:

http-shared

org.webpieces : http-shared

Shared contexts between the router and templating system

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

Дата:

core-asyncserver

org.webpieces : core-asyncserver

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

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

Дата:

core-logging

org.webpieces : core-logging

Webpieces logging library

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

Дата:

http-api

org.webpieces : http-api

Bare bones HTTP DTOs with no logic

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

Дата:

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

Дата:

http2-api

org.webpieces : http2-api

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

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

Дата:

http2-client

org.webpieces : http2-client

A strictly HTTP/2 client

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

Дата:

http2-hpack

org.webpieces : http2-hpack

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

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

Дата:

http2-parser

org.webpieces : http2-parser

A re-usable asynchronous HTTP/2 parser

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

Дата:

http2-translations

org.webpieces : http2-translations

Translations from HTTP/1.1 to HTTP/2 and back

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

Дата:

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

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

Дата:

http-templating

org.webpieces : http-templating

Templating library using groovy as the scripting language

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

Дата:

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

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

Дата:

core-mock

org.webpieces : core-mock

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

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

Дата:

core-ssl

org.webpieces : core-ssl

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

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

Дата:

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

Дата:

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

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

Дата:

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

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

Дата:

core-ddl

org.webpieces : core-ddl

An API to run DDL commands from Java

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

Дата:

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

Дата:

lib-elasticsearch

org.webpieces : lib-elasticsearch

A simple wrapper on ElasticSearch high level client to create indexes

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

Дата:

http-fortesting-plugins

org.webpieces : http-fortesting-plugins

Library for helping plugins write tests for controllers and web pages

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

Дата:

http-webserver-test

org.webpieces : http-webserver-test

The full webpieces server AS A library

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

Дата:

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

Дата:

plugin-dto

org.webpieces : plugin-dto

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

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

Дата:

plugin-grpc-json

org.webpieces : plugin-grpc-json

Webpieces plugin that converts between GRPC Protobuf and JSON

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

Дата:

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

Дата:

plugin-h2db

org.webpieces : plugin-h2db

Webpieces in-memory database plugin

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

Дата:

plugin-json-jackson

org.webpieces : plugin-json-jackson

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

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

Дата:

plugin-install-sslcert

org.webpieces : plugin-install-sslcert

Webpieces SSL certificate generation plugin

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

Дата:

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

Дата:

plugin-properties

org.webpieces : plugin-properties

Webpieces database backed property store

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

Дата:

core

org.webpieces : core

Not filled in for this project

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

Дата:

  • 1