Saved Bookmarks
| 1. |
What Is About Web Application In Wicket? |
|
Answer» A WEB application is a SUBCLASS of Application which associates with an instance of WicketServlet to serve PAGES over the HTTP protocol. This class is intended to be subclassed by framework clients to define a web application. A web application is a subclass of Application which associates with an instance of WicketServlet to serve pages over the HTTP protocol. This class is intended to be subclassed by framework clients to define a web application. |
|