Skip to content

Commit 80af795

Browse files
slight doc improvements
1 parent dbcd454 commit 80af795

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Overview
99
This application provides an example of form processing with the following features:
1010

1111
* [WebJars](http://www.webjars.org/) to download dependencies.
12-
* [Twitter Bootstrap 2.3.2](http://getbootstrap.com/2.3.2/)
13-
* Individual twitter bootstrap-specific [helper templates](https://github.com/ics-software-engineering/play-example-form/tree/master/app/views/bootstrap)
12+
* [Twitter Bootstrap 2.3.2](http://getbootstrap.com/2.3.2/).
13+
* Individual Twitter Bootstrap [helper templates](https://github.com/ics-software-engineering/play-example-form/tree/master/app/views/bootstrap) for each form control.
1414
* Separation of [form backing classes](https://github.com/ics-software-engineering/play-example-form/tree/master/app/views/formdata) from [model classes](https://github.com/ics-software-engineering/play-example-form/tree/master/app/models).
15-
* All validation done through a [validate() method](https://github.com/ics-software-engineering/play-example-form/blob/master/app/views/formdata/StudentFormData.java#L57-123).
15+
* Validation done with [validate()](https://github.com/ics-software-engineering/play-example-form/blob/master/app/views/formdata/StudentFormData.java#L57-123), not annotations.
1616
* Testing with [Fluentlenium](https://github.com/FluentLenium/FluentLenium).
1717

1818
The design of this example differs in two significant ways from the traditional Play form processing examples.

0 commit comments

Comments
 (0)