html
<kr:panelGroup />
<h:outputText value="Hello, World!" />
</kr:panelGroup>
@Controller
@RequestMapping("/example")
public class ExampleController {
@RequestMapping("/hello")
public String sayHello() {
return "hello";
}
}
<dataObject class="com.example.User">
<attribute name="id" dataType="STRING" maxLength="50" required="true" />
<attribute name="username" dataType="STRING" maxLength="100" required="true" />
<attribute name="email" dataType="STRING" maxLength="200" required="true" />
</dataObject>