Skip to content

Commit

Permalink
updated README.md and changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed Jun 23, 2014
1 parent 8407a39 commit 857e920
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
[![Latest Version](http://img.shields.io/badge/latest_version-1.0.0-47b31f.svg)](https://github.com/akhikhl/gretty/tree/v1.0.0)
[![License](http://img.shields.io/badge/license-MIT-949494.svg)](#copyright-and-license)

Gretty is a feature-rich gradle plugin for running web-apps on Jetty.
It supports multiple Jetty versions (7, 8 and 9), multiple web-apps and many more.
It wraps Jetty functions as convenient Gradle tasks and configuration DSL.
Gretty is a feature-rich gradle plugin for running web-apps on embedded servlet containers.
It supports Jetty versions 7, 8 and 9, Tomcat versions 7 and 8, multiple web-apps and many more.
It wraps servlet container functions as convenient Gradle tasks and configuration DSL.

A complete list of Gretty features is available in [feature overview](http://akhikhl.github.io/gretty-doc/Feature-overview.html).

#### Where to start
Expand Down
11 changes: 9 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@

- Added support of [Tomcat 7 and 8](http://akhikhl.github.io/gretty-doc/Switching-between-servlet-containers.html).

- Added start task functions prepareServerConfig and prepareWebAppConfig
for processing of merged configurations.
- Introduced servlet-container-agnostic tasks appRun, appRunDebug, ..., as well as servlet-container-specific tasks jettyRun, jettyRunDebug, ..., tomcatRun, tomcatRunDebug, ...

- Facilitated all web-apps with [spring-loaded](https://github.com/spring-projects/spring-loaded) by default. This can be turned off by setting `managedClassReload=false` in Gretty configuration.

- Hot-deployment property [scanInterval](http://akhikhl.github.io/gretty-doc/Gretty-configuration.html#_scaninterval) is set to 1 (second) by default. Hot-deployment can be turned off by setting `scanInterval=0` in Gretty configuration.

- Hot-deployment property [fastReload](http://akhikhl.github.io/gretty-doc/Gretty-configuration.html#_fastreload) is set to true by default. Fast reloading can be turned off by setting `fastReload=false` in Gretty configuration.

- Added start task functions [prepareServerConfig and prepareWebAppConfig](http://akhikhl.github.io/gretty-doc/Gretty-task-classes.html#_property_inheritance_override) for property inheritance override in gretty tasks.

#### Version 0.0.25

Expand Down

0 comments on commit 857e920

Please sign in to comment.