jWebForm
jWebForm copied to clipboard
Java WebForm Library: HTML Form generation and validation
```java model.addAttribute("form", formResult.getView()); ``` To a Spring MVC developer this looks odd as the term view is already taken for the tempalte that get's rendered eventually. Also adding a view...
Spring Boot 1.x is in maintenance mode an all forward looking development is happening on 2.0. I haven't tested the starter in a Boot 2.0 project yet so it might...
As Thymeleaf is the most popular template engine with Spring application these days it would be cool if there was some documentation about how to use jWebForm with it. Maybe...