Sample: Remote Portlet (HelloUserRemotePortlet)
Step 4: Create the Web ApplicationThe sample remote portlet (HelloUserRemotePortlet) calls the Web application If an application is called from a remote portlet, then it must generate an HTML fragment to be displayed within the portlet borders. The JSP page for the HelloUserWikExample contains conditional code that determines whether the application request was generated by a portlet. The JSP page then generates the appropriate type of HTML. The steps required to create the application are described in Sample Web Application (HelloUserWikExample). |