@@ -19,13 +19,13 @@ Java 8 web development framework. Its key benefits, compared to all others,
1919include these four fundamental principles:
2020
21211 . Not a single ` null `
22- ([ why is NULL bad? ] [ null ] )
22+ ([ why NULL is bad] [ null ] )
23232 . Not a single ` public ` ` static ` method
24- ([ why are they bad? ] [ utility ] )
24+ ([ why they're bad] [ utility ] )
25253 . Not a single mutable class
26- ([ why are they bad? ] [ immutable ] )
26+ ([ why they're bad] [ immutable ] )
27274 . Not a single ` instanceof ` keyword, type casting, or reflection
28- ([ why? ] [ casting ] )
28+ ([ why] [ casting ] )
2929
3030Of course, there are no configuration files.
3131Besides that, these are the more traditional features, out of the box:
@@ -36,11 +36,11 @@ Besides that, these are the more traditional features, out of the box:
3636* [ RESTful] ( http://en.wikipedia.org/wiki/Representational_state_transfer )
3737* Templates, including [ Apache Velocity] ( http://velocity.apache.org/ )
3838
39- This is what is not supported and will not be supported:
39+ The following is not and will not be supported:
4040
4141* [ WebSockets] ( http://en.wikipedia.org/wiki/WebSocket )
4242
43- These two web systems use Takes, and they are open source :
43+ Open-source systems that use Takes:
4444[ rultor.com] ( http://www.rultor.com )
4545([ sources] ( https://github.com/yegor256/rultor ) ),
4646[ jare.io] ( http://www.jare.io ) ([ sources] ( https://github.com/yegor256/jare ) ).
0 commit comments