mvc-api
mvc-api copied to clipboard
Jakarta MVC Specification
I recognized that we're not specifying exception handling in MVC applications or, at least, how the existing approaches shall be used. In my opinion, we should add some section about...
Prosed syntax: `::` Example: Add a row to a table in the view
We would need to get GitHub pages set up and convert the source to be able to run here with the jekyll-jakartaee-theme This will enable us to get the site...
If I mixed Jaxrs and MVC in the same application, I hope the application paths can be declared respectively and also allow apply different config(default media type, and external security...
**Issue by [chkal](https://github.com/chkal)** _Sunday Jul 08, 2018 at 08:41 GMT_ _Originally opened as https://github.com/mvc-spec/mvc-spec/issues/173_ ---- I would be nice to have something like `getJavaType()` on `ParamError`. The actual type of...
**Issue by [mscharhag](https://github.com/mscharhag)** _Saturday May 26, 2018 at 15:08 GMT_ _Originally opened as https://github.com/mvc-spec/mvc-spec/issues/161_ ---- Hello, I am wondering why `@MvcBinding` can only be used on fields, methods and parameters....
**Issue by [mvcbot](https://github.com/mvcbot)** _Friday Aug 07, 2015 at 10:04 GMT_ _Originally opened as https://github.com/mvc-spec/mvc-spec/issues/63_ ---- **Original issue MVC_SPEC-51 created by beryozkin_sergey:** ```java @Controller @View("book.jsp") public Book getBook() {} {code} I.e,...