Saturday, March 26, 2011

what is the purpose of processAction , render methods in Portlet Interface?

processAction : This method used to handle state change logic

render : This method is used to render markup


In JSR -286 spefication, default rendering mechanism is JSP pages.

We can also use MVC frame works like struts , spring ..etc

No comments:

Post a Comment