| Author |
Does a Portlet JSP get complied into a servlet every time a new version of that JSP is deployed?
|
Tom Smiths
Greenhorn
Joined: Sep 03, 2009
Posts: 1
|
|
Hi
I am using the IBM JSP Server Portlet. I have a content management system that allows a content editor to change HTML content in the JSP. The updated JSP file is then deployed to a Network File System that is essentially mounted to the Portal Application server where the JSP Server portlet is installed. My question is, Does a portlet JSP get complied into a servlet every time a new version of that JSP is deployed with it's content changed?
Thank you
|
 |
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper
Joined: Aug 26, 2006
Posts: 4967
|
|
>>Does a portlet JSP...
Indeed, the portlet JSP will follow the same runtime semantics as a regular JSP deployed to an application server.
-Cameron McKenzie
|
Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
|
 |
 |
|
|
subject: Does a Portlet JSP get complied into a servlet every time a new version of that JSP is deployed?
|
|
|