JEE Web Applications vs Web Services
- by Zac
Can someone confirm or clarify for me:
From what I can tell, JEE web apps consist of a Servlet and/or JSP driven dynamic web page being fed back in the HTTP response, triggered by the JEE server receiving a HTTP GET or POST request.
From what I can tell, JEE web services also make use of Servlets as the web tier components, however a WS Servlet…