Hello ranchers,
I'm new to portlets and I have installed Liferay Portal and OpenPortal to my glassfish server on windows. I even able to deploy a simple (hello world) portlet to OpenPortal. However since portlets are like small windows in web pages, how do I put such portlet or window onto a
JSP page? How to point to the portlet
java file (the one that extends GenericPortlet) when the application starts in web.xml or portlet.xml?
Thanks in advance.