Skip to content

BlackRookSoftware/Small-Jetty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Rook Small Jetty Bootstrap

Copyright (c) 2020 Black Rook Software.
https://github.com/BlackRookSoftware/Small-Jetty

Latest Release
Online Javadoc

Required Libraries

Black Rook Small 1.4.1+
Jetty 9.4.X+

  • Jetty Http
  • Jetty Server
  • Jetty Servlet
  • Jetty Util

Jetty Websocket Implementation 9.4.X+

  • Jetty Websocket API
  • Jetty Websocket Common
  • Jetty Websocket Server
  • Jetty Websocket Servlet
  • Jetty Websocket Server Implementation

The above Jetty components are for building - you are better off pulling the full Jetty implementation for runtime.

Required Java Modules

java.xml

Where to Get

Introduction

This library enables using Jetty as the server for Small applications.

Why?

Needed a bootstrapper for Small embedded web applications. This one uses Jetty.

Library

Contained in this release is a series of classes that facilitate executing a Small application using Jetty as the server.

Compiling with Maven

To install/compile this library and make all artifacts with Apache Maven, type:

mvn install

To compile this library, type:

mvn compile

To make Maven-compatible JARs of this library, type:

mvn jar:jar

To make Javadocs:

mvn javadoc:javadoc

To run tests, type:

mvn test

To generate a coverage report, type:

mvn test jacoco:report

To clean up everything:

mvn clean

Javadocs

Online Javadocs can be found at: https://blackrooksoftware.github.io/Small/javadoc/Jetty

Other

This program and the accompanying materials are made available under the terms of the LGPL v2.1 License which accompanies this distribution.

A copy of the LGPL v2.1 License should have been included in this release (LICENSE.txt). If it was not, please contact us for a copy, or to notify us of a distribution that has not included it.

About

Eclipse Jetty bootstrapper for Black Rook Small web applications.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages