The presentation layer is primarily implemented using Struts/Servlets/JSP. DWR is also used to handle AJAX requests. This layer is responsible for transforming a user's request into service calls in the Business Logic layer.
...
The presentation layer is primarily implemented using Struts/Servlets/JSP. DWR is also used to handle AJAX requests. This layer is responsible for transforming a user's request into service calls in the Business Logic layer.
...