Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2db13 commit 8d5eec1Copy full SHA for 8d5eec1
java/spring/README.md
@@ -184,6 +184,8 @@ public class UserAPIImpl implements UserAPI {
184
Webapps controllers do not require to extend from a service interface as they are tightly coupled to the views they handle.
185
Below is an example of an Web page implementation with its corresponding view
186
187
+*Controller*
188
+
189
```java
190
/**
191
* User page
@@ -214,6 +216,8 @@ public class UserAPIImpl implements UserAPI {
214
216
}
215
217
```
218
219
+*View*
220
221
```jsp
222
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
223
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>
0 commit comments