CS6320: SW Engineering of Web Based Systems
JAVA WebProfiles = allows server to only serve sub-sets of APIs for improved performance of server
e.g. SOA centric “headless” applications might use features like messaging, remoting, SOAP and REST but have no use for JSF or JSP. e.g. you might have the need to have server only serve a bunch of JSPs, servlets that have no need for remoting,etc.
e.g. SOA centric “headless” applications might use features like messaging, remoting, SOAP and REST but have no use for JSF or JSP.
e.g. you might have the need to have server only serve a bunch of JSPs, servlets that have no need for remoting,etc.