An open API service indexing awesome lists of open source software.

https://github.com/zabil/servlets-quickstart

Sample servlet gradle project
https://github.com/zabil/servlets-quickstart

Last synced: 9 months ago
JSON representation

Sample servlet gradle project

Awesome Lists containing this project

README

          

# Servlets Example Using the Gradle Jetty Plugin

[![Build Status](https://travis-ci.org/acamino/servlets-quickstart.svg?branch=master)](https://travis-ci.org/acamino/servlets-quickstart)

This guide will show you how to build a servlets application with Gradle and
the Jetty.

## Prerequisites

- Java and Git.

## Local Development

1. First clone this repository and `cd` into it.

```bash
$ git clone git@github.com:acamino/servlets-quickstart.git
$ cd servlets-quickstart
```

2. Start the server.

```bash
$ ./gradew appRun
```

3. Check it out at http://localhost:8080

## Issues & Support

Please [file tickets](https://github.com/acamino/servlets-quickstart/issues) for
bug or problems.

## Contributing

Edits and enhancements are welcome. Just fork the repository, make your changes
and send me a pull request.