|
Business delegate:
The Jet Servlet works as a controller and delegates the request to the correspnding jet action/url. Each jet action can delegate the request to each other. Model View Controller: Jet implements the MVC design pattern: - Model -> JetForm - View -> Freemarke templates - Controller -> JetServlet |