diff --git a/mvc/2.0/_index.md b/mvc/2.0/_index.md new file mode 100644 index 0000000000..b7088ced6a --- /dev/null +++ b/mvc/2.0/_index.md @@ -0,0 +1,33 @@ +--- +title: "Jakarta MVC 2.0 (under development)" +date: 2020-11-08 +summary: "Release of Jakarta MVC under the jakarta.* namespace" +--- + +Jakarta MVC defines a standard for creating web applications following the action-based model-view-controller pattern. +The key goal of this release is to switch the namespace for the API from `javax.mvc.*` to `jakarta.mvc.*`. No additional features are included in order to make the transition from Jakarta MVC 1.1 easier. + +* [Jakarta MVC 2.0 Release Record](https://projects.eclipse.org/projects/ee4j.mvc/releases/2.0) + + \ No newline at end of file