java - How many Portlet Context objects are created for differnt portlets are configured in Single Portlet application -
i new portlet application development, having 1 doubt regarding portletcontext object. if multiple portlets configured in single portlet application how many portletcontext objects created per portletapllication. i.e either portletcontext object created per each portlet in portletapplication or single portletcontext object entire portletapplication.
thanks & regards mini.
if there answer question in jsr 286 specification.
http://jcp.org/aboutjava/communityprocess/final/jsr286/
otherwise if it's not stated in there, it's portlet container decide on how many portletcontext objects create. means shouldn't make assumptions number of objects. don't know motivation question suggestion make code independent of number of portletcontext objects.
Comments
Post a Comment